/* Macroverse case study — Figma 252:1706 palette, shell only */

html:has(body.notebook--macroverse) {
  height: auto;
  min-height: 100%;
}

body.notebook.notebook--macroverse {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.notebook--macroverse {
  --red: #48436d;
  --red-dark: #48436d;
  --green: #077a9c; /* outer frame */
  --green-light: #62bebc; /* hero rule */
  --green-border: #48436d;
  --yellow: #48436d; /* inner frame */
  --paper: #fffcf7;
  --cs-ring-w: 88px;
  --cs-ring-left: calc(-1 * var(--cover-pad) - 6px);
  --cs-ring-inset: max(
    0px,
    calc(var(--cs-ring-w) + var(--cs-ring-left) - var(--frame-inset-inner) - var(--frame-border))
  );
  /* Figma content columns — centered, not stretched to fill the frame */
  --cs-hero-w: 1005px;
  --cs-content-w: 915px;
  --cs-line-gap: 18px;
  height: auto;
  min-height: 100%;
}

.notebook--macroverse .notebook-page {
  height: auto;
  min-height: 100%;
  background-color: var(--paper);
}

.notebook--macroverse .notebook-shell {
  height: auto;
  min-height: calc(100vh - (var(--page-pad-y) * 2));
}

.notebook--macroverse .notebook-shell__cover {
  flex: none;
  min-height: auto;
  overflow: visible;
}

.notebook-shell__body--solo {
  grid-template-columns: 1fr;
  overflow: visible;
}

.notebook--macroverse .notebook-shell__body {
  background-image: none;
  background-color: #fff;
}

.notebook-shell__body--solo .notebook-rings {
  left: calc(-1 * var(--cover-pad) - 6px);
}

.notebook--macroverse .notebook-main {
  height: auto;
  min-height: 720px;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.notebook--macroverse .notebook-main__frame--outer {
  border-color: #077a9c;
  background: #fff;
}

.notebook--macroverse .notebook-main__frame--inner {
  position: relative;
  inset: auto;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: visible;
  pointer-events: auto;
  border: var(--frame-border) solid #48436d;
  margin: var(--frame-inset-inner);
  flex: 1;
  min-height: 480px;
  background-color: #fff;
  isolation: isolate;
}

.notebook--macroverse .notebook-main__frame--inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(72, 67, 109, 0.05) 0,
    rgba(72, 67, 109, 0.05) 1px,
    transparent 1px,
    transparent var(--cs-line-gap)
  );
}

.notebook--macroverse .notebook-main__scroll {
  position: relative;
  inset: auto;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  flex: 1;
  z-index: 1;
}

.notebook--macroverse .notebook-main__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: var(--main-content-pad-block) 24px 0;
  min-height: 0;
}

.notebook--macroverse .notebook-footer {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  align-self: stretch;
  width: calc(100% + 48px);
  max-width: none;
  margin: 64px -24px 0;
}

.notebook--macroverse .notebook-footer__button {
  border-color: #48436d;
  color: #48436d;
  box-shadow: 2px 3px 0 rgba(255, 255, 255, 0.48);
}

/* Hero — logo + teal rule centered at Figma width */

.cs-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  box-sizing: border-box;
  width: min(100%, var(--cs-hero-w));
  margin-top: 36px;
}

.cs-hero__logo {
  display: block;
  width: min(100%, 421px);
  max-width: 100%;
  height: auto;
}

.cs-hero__rule {
  align-self: stretch;
  width: 100%;
  height: 7px;
  background: #62bebc;
  border: 0;
}

/* ── Project overview (under hero) ── */

.cs-overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  box-sizing: border-box;
  width: min(100%, 784px);
  margin-top: 28px;
  color: #2a3748;
  font-family: Fredoka, ui-sans-serif, system-ui;
}

.cs-overview__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 784 / 572;
  overflow: visible;
}

.cs-overview__burst {
  position: absolute;
  display: grid;
  place-items: center;
  width: calc(395.112 / 784.112 * 100%);
  aspect-ratio: 395.112 / 275.637;
  overflow: visible;
}

.cs-overview__burst--a {
  top: 0;
  left: 0;
}

.cs-overview__burst--b {
  top: calc(296 / 571.637 * 100%);
  left: calc(389 / 784.112 * 100%);
}

.cs-overview__burst-shape {
  grid-area: 1 / 1;
  width: auto;
  height: auto;
  max-width: none;
  margin: -2.19% -1.62% -2.2% -1.6%;
  object-fit: fill;
  align-self: stretch;
  justify-self: stretch;
}

.cs-overview__burst p {
  grid-area: 1 / 1;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 68.3%;
  margin: 0;
  font-family: "Cocogoose Pro", "Generic Classic", sans-serif;
  font-size: clamp(14px, 2.3vw, 18px);
  font-weight: 600;
  line-height: 1.297;
  text-align: center;
  color: #f5f5f5;
}

.cs-overview__curve {
  position: absolute;
  top: calc(137.08 / 571.637 * 100%);
  left: calc(422.11 / 784.112 * 100%);
  width: calc(150.4 / 784.112 * 100%);
  height: auto;
  max-width: none;
  pointer-events: none;
  z-index: 2;
}

.cs-overview__meta-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  width: min(100%, 359px);
}

.cs-overview__drop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 176px;
  height: 159px;
}

.cs-overview__drop img {
  display: block;
  width: 147px;
  height: 166px;
  max-width: none;
  transform: rotate(94.2deg);
  transform-origin: center;
}

.cs-overview__meta {
  display: grid;
  gap: 9.9px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 22px 18px;
  border: 1.865px solid #48436d;
  background: #fff;
}

.cs-overview__meta-row {
  display: grid;
  grid-template-columns: 99px minmax(0, 1fr);
  gap: 0;
  min-height: 33px;
}

.cs-overview__meta dt,
.cs-overview__meta dd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px 10px;
  font-size: 12.8px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.cs-overview__meta dt {
  background: #62bebc;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #a4d6d5;
}

.cs-overview__meta dd {
  background: #2a3748;
  color: #fff;
  border: 1px solid #62bebc;
}

.cs-overview__meta dd a {
  color: inherit;
  text-decoration: none;
}

.cs-overview__meta dd a:hover {
  text-decoration: underline;
}

.cs-overview__picture-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: min(100%, 743px);
}

.cs-overview__picture-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 104px;
}

.cs-overview__picture-drop img {
  display: block;
  width: 104px;
  height: 3px;
  max-width: none;
  transform: rotate(90deg);
  transform-origin: center;
}

.cs-overview__picture {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 18px;
  box-sizing: border-box;
  width: 100%;
  min-height: 255px;
  margin: 0;
  padding: 20px 28px 24px 18px;
  border: 0;
  background: transparent;
}

.cs-overview__picture-frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
}

.cs-overview__rail {
  position: relative;
  z-index: 1;
  flex: 0 0 25px;
  align-self: center;
  width: 25px;
  height: 162px;
  max-width: none;
}

/* Fold fills the frame cutout; left edge is flush with the card left edge */
.cs-overview__corner {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: calc(47.98 / 743 * 100%);
  height: calc(35.226 / 255 * 100%);
  background: #2a3748;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  pointer-events: none;
}

.cs-overview__picture-main {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.cs-overview__picture-title {
  margin: 0;
  font-family: "Cocogoose Pro", "Generic Classic", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #48436d;
}

.cs-overview__quote {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 640px;
  margin: 0;
  padding: 8px 28px 0 36px;
}

.cs-overview__quote p {
  margin: 0;
  font-size: 17.287px;
  line-height: 1.35;
  color: #2a3748;
}

.cs-overview__quote-mark {
  position: absolute;
  color: #077a9c;
  font-size: 69px;
  font-weight: 500;
  line-height: 0.85;
}

.cs-overview__quote-mark--open {
  top: -4px;
  left: 0;
}

.cs-overview__quote-mark--close {
  right: 0;
  bottom: -20px;
}

.cs-overview__em {
  color: #077a9c;
  font-weight: 500;
}

.cs-overview__attribution {
  box-sizing: border-box;
  width: 100%;
  max-width: 640px;
  margin: 4px 0 0;
  padding-right: 8px;
  font-size: 14.406px;
  font-weight: 500;
  line-height: 1.3;
  text-align: right;
  color: #48436d;
}

@media (max-width: 780px) {
  .cs-overview {
    align-items: stretch;
    width: 100%;
  }

  .cs-overview__stage {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    height: auto;
  }

  .cs-overview__burst {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 360px);
  }

  .cs-overview__curve,
  .cs-overview__drop,
  .cs-overview__picture-drop {
    display: none;
  }

  .cs-overview__meta-wrap,
  .cs-overview__picture-wrap {
    width: 100%;
  }

  .cs-overview__meta-row {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .cs-overview__picture {
    padding: 24px 18px 28px;
    min-height: 0;
    border: 1.5px solid #2a3748;
    background: #fff;
  }

  .cs-overview__picture-frame,
  .cs-overview__rail,
  .cs-overview__corner {
    display: none;
  }

  .cs-overview__quote {
    padding: 0 8px;
  }
}

/* ── Discovery Cube intro ── */

.cs-discovery {
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-sizing: border-box;
  width: min(100%, var(--cs-content-w));
  margin-top: 72px;
  color: #2a3748;
  font-family: Fredoka, ui-sans-serif, system-ui;
}

.cs-discovery__title {
  align-self: flex-start;
}

.cs-discovery__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 52px;
  width: 100%;
}

.cs-discovery__photos {
  position: relative;
  flex: 0 1 498px;
  width: 498px;
  max-width: 100%;
  aspect-ratio: 498 / 420;
}

.cs-discovery__photo {
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  object-fit: cover;
}

.cs-discovery__photo--main {
  top: 0;
  left: 12.1%;
  width: 79%;
  aspect-ratio: 1;
  border: 3px solid #62bebc;
}

.cs-discovery__photo--top {
  top: 3.4%;
  left: 8.1%;
  width: 21.9%;
  aspect-ratio: 1;
  border: 3px solid #48436d;
}

.cs-discovery__photo--left {
  top: 61.4%;
  left: 0;
  width: 31.4%;
  aspect-ratio: 1;
  border: 3px solid #48436d;
}

.cs-discovery__photo--right {
  top: 61.4%;
  left: 67.4%;
  width: 32.6%;
  aspect-ratio: 1;
  border: 3px solid #48436d;
}

.cs-discovery__copy {
  display: flex;
  flex: 1 1 300px;
  flex-direction: column;
  gap: 23px;
  width: 364px;
  max-width: 100%;
}

.cs-discovery__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  color: #2a3748;
}

.cs-discovery__stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-discovery__stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border-radius: 4px;
  background: rgba(7, 122, 156, 0.83);
  color: #fff;
}

.cs-discovery__stat-num {
  flex: 0 0 auto;
  font-family: "Nulshock", var(--label-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.56px;
  white-space: nowrap;
}

.cs-discovery__stat-label {
  flex: 0 1 auto;
  max-width: 138px;
  font-size: 12px;
  line-height: 1.34;
}

.cs-discovery__stat-label strong {
  font-weight: 500;
}

@media (max-width: 900px) {
  .cs-discovery__main {
    justify-content: center;
    gap: 32px;
  }

  .cs-discovery__photos,
  .cs-discovery__copy {
    width: 100%;
  }
}

/* Who We Are Designing For — same callout frame, wider for 3-up row */

.cs-discovery .cs-intro__callout--audience {
  align-self: center;
  flex: none;
  width: 562px;
  max-width: 100%;
  min-height: 249px;
  margin-top: 32px; /* +32px above existing .cs-discovery gap */
}

.cs-intro__callout--audience .cs-intro__bracket {
  top: 14px;
  bottom: 0;
  height: calc(100% - 14px);
}

.cs-intro__callout--audience .cs-intro__callout-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 491px;
  height: auto;
  min-height: 235px;
  margin: 14px auto 0;
  padding: 0;
}

.cs-intro__callout--audience .cs-intro__callout-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: calc(100% - 120px);
  z-index: 2;
}

.cs-audience__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 21px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-audience__item {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

.cs-audience__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 85px;
  height: 85px;
  padding: 14px;
  overflow: hidden;
  border: 2px solid #48436d;
  border-radius: 50%;
  background: #fff;
}

.cs-audience__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cs-audience__label {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #2a3748;
}

.cs-macroverse {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  margin-top: 60px; /* +32px above audience section */
}

.cs-macroverse__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-self: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}

.cs-macroverse__card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 244px;
  padding: 28px 16px 28px 14px;
  border: 2px solid #48436d;
  background: #fff;
  box-sizing: border-box;
}

.cs-macroverse__rail {
  position: relative;
  flex: 0 0 24px;
  align-self: center;
  width: 24px;
  height: 152px;
}

.cs-macroverse__rail::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  background-image: radial-gradient(
    circle 5.19px at 5.66px 5.66px,
    transparent 4.72px,
    rgba(107, 107, 107, 0.95) 4.72px,
    rgba(107, 107, 107, 0.95) 5.19px,
    transparent 5.3px
  );
  background-size: 12px 34px;
  background-repeat: repeat-y;
  background-position: 0 14px;
}

.cs-macroverse__rail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(72, 67, 109, 0.3);
}

.cs-macroverse__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  min-width: 0;
}

.cs-macroverse__heading {
  margin: 0;
  color: #077a9c;
  font-family: "Cocogoose Pro", "Generic Classic", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  white-space: nowrap;
}

.cs-macroverse__copy {
  margin: 0;
  color: #2a3748;
  font-size: 16px;
  line-height: 1.3;
}

.cs-macroverse__em {
  color: #077a9c;
  font-weight: 500;
}

/* ── Experience the Macroverse (intro to journey) ── */

.cs-experience {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  box-sizing: border-box;
  width: min(100%, var(--cs-content-w));
  margin-top: 48px;
  color: #2a3748;
  font-family: Fredoka, ui-sans-serif, system-ui;
}

.cs-experience__title {
  flex-shrink: 0;
}

.cs-experience__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #2a3748;
}

.cs-experience__copy p {
  margin: 0;
}

/* ── Visitor journey (scroll-driven) ── */

.cs-journey {
  --cs-journey-h: 100svh;
  --cs-journey-step: 28vh;
  width: min(100%, var(--cs-content-w));
  height: calc(var(--cs-journey-h) + var(--cs-journey-step) * 4);
  margin-top: 56px;
}

.cs-journey__pin {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
  gap: 40px;
  align-items: stretch;
  box-sizing: border-box;
  height: var(--cs-journey-h);
  max-height: var(--cs-journey-h);
  padding: 28px 0 36px;
}

.cs-journey__nav {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 16px;
  min-height: 0;
  height: 100%;
}

.cs-journey__progress {
  position: relative;
  width: 22px;
  height: 100%;
  cursor: grab;
  touch-action: none;
}

.cs-journey__progress:active,
.cs-journey__progress.is-dragging {
  cursor: grabbing;
}

.cs-journey__track {
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 50%;
  width: 11px;
  transform: translateX(-50%);
  border-radius: 17px;
  background: #48436d;
}

.cs-journey__fill {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 11px;
  height: 0;
  transform: translateX(-50%);
  border-radius: 17px;
  background: #62bebc;
  transition: height 280ms ease;
  z-index: 1;
}

.cs-journey__markers {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.cs-journey__marker {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 1.5px solid #48436d;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.cs-journey__marker[data-journey-marker="0"] {
  top: 11px;
}

.cs-journey__marker[data-journey-marker="1"] {
  top: calc(11px + (100% - 22px) * 0.25);
}

.cs-journey__marker[data-journey-marker="2"] {
  top: calc(11px + (100% - 22px) * 0.5);
}

.cs-journey__marker[data-journey-marker="3"] {
  top: calc(11px + (100% - 22px) * 0.75);
}

.cs-journey__marker[data-journey-marker="4"] {
  top: calc(100% - 11px);
}

.cs-journey__marker.is-active {
  opacity: 0;
}

.cs-journey__knob {
  position: absolute;
  left: 50%;
  top: 11px;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 1.5px solid #62bebc;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: top 280ms ease;
  pointer-events: none;
  z-index: 3;
}

.cs-journey__steps {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-journey__steps li {
  display: flex;
  align-items: center;
}

.cs-journey__step {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #2a3748;
  font-family: Fredoka, ui-sans-serif, system-ui;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: color 200ms ease, font-size 200ms ease, font-weight 200ms ease;
}

.cs-journey__step:hover,
.cs-journey__step:focus-visible {
  color: #077a9c;
}

.cs-journey__step.is-active {
  color: #62bebc;
  font-size: 20px;
  font-weight: 500;
}

.cs-journey__stage {
  position: relative;
  min-width: 0;
  height: 100%;
}

.cs-journey__panel {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  height: 100%;
  text-align: center;
}

.cs-journey__panel.is-active {
  display: flex;
}

.cs-journey__visual {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: min(100%, 640px);
  background: transparent;
  overflow: visible;
}

.cs-journey__visual--end {
  align-items: flex-end;
}

.cs-journey__map-wrap {
  position: relative;
  flex: 1 1 auto;
  width: calc(100% - 70px);
  max-width: 570px;
}

.cs-journey__map-wrap .cs-journey__map {
  width: 100%;
  max-width: none;
}

.cs-journey__map {
  display: block;
  width: calc(100% - 70px);
  max-width: 570px;
  height: auto;
  background: transparent;
}

.cs-journey__callout {
  position: absolute;
  right: 2%;
  bottom: 24%;
  z-index: 2;
  margin: 0;
  padding: 10px;
  background: #3f4d9e;
  color: #fff;
  font-family: Fredoka, ui-sans-serif, system-ui;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.cs-journey__callout span {
  display: block;
}

.cs-journey__callout::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  height: 5px;
  background: #3f4d9e;
  transform-origin: 0 50%;
  transform: translateY(50%) rotate(135deg);
}

.cs-journey__callout--onboard {
  right: 0;
  bottom: 30%;
  left: auto;
  top: auto;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.2;
  background: #833794;
}

.cs-journey__callout--onboard::after {
  width: 56px;
  height: 4px;
  background: #833794;
}

.cs-journey__callout--games {
  right: 12%;
  bottom: auto;
  left: auto;
  top: 28%;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.2;
}

.cs-journey__callout--games::after {
  width: 56px;
  height: 4px;
}

.cs-journey__callout--donate {
  right: 0;
  bottom: auto;
  left: auto;
  top: 10.5%;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.2;
  background: #ff6647;
}

.cs-journey__callout--donate::after {
  top: 0;
  bottom: auto;
  width: 56px;
  height: 4px;
  background: #ff6647;
  transform: translateY(-50%) rotate(-172.38deg);
}

.cs-journey__walker {
  position: relative;
  flex: 0 0 70px;
  width: 70px;
  height: 112px;
  overflow: hidden;
}

.cs-journey__walker--walk {
  animation: cs-journey-walk 2s linear infinite;
}

.cs-journey__walker--shrunk {
  flex: 0 0 auto;
  animation: cs-journey-shrink 2s linear infinite;
}

.cs-journey__visual--games {
  width: min(100%, 640px);
  justify-content: center;
}

.cs-journey__map-wrap--games {
  width: 100%;
  max-width: 570px;
}

.cs-journey__walker--games {
  position: absolute;
  left: 79.51%;
  top: 68.85%;
  flex: none;
  width: 52px;
  height: 83.515px;
  box-sizing: border-box;
  border: 3px solid transparent;
  animation: cs-journey-games 2s linear 1 forwards;
}

.cs-journey__walker--donate {
  position: absolute;
  left: 79.51%;
  top: 68.85%;
  flex: none;
  width: 35.084px;
  height: 56.348px;
  box-sizing: border-box;
  border: 3px solid #ff1737;
  animation: cs-journey-donate 2s linear 1 forwards;
}

.cs-journey__walker img {
  position: absolute;
  width: 379%;
  height: 236%;
  max-width: none;
  left: -172%;
  top: -25%;
}

@keyframes cs-journey-walk {
  0% {
    transform: translate(0, 0);
  }
  56.4%,
  100% {
    transform: translate(-9px, 286px);
  }
}

@keyframes cs-journey-shrink {
  0% {
    width: 70px;
    height: 112px;
    transform: translate(0, 0);
  }
  38.738% {
    width: 52.302px;
    height: 84px;
    transform: translate(0, 28px);
  }
  46.4% {
    width: 52.302px;
    height: 84px;
    transform: translate(0, 28px);
  }
  79.758% {
    width: 52.302px;
    height: 84px;
    transform: translate(-98.289px, -13px);
  }
  100% {
    width: 52.302px;
    height: 84px;
    transform: translate(-98.289px, -13px);
  }
}

@keyframes cs-journey-games {
  0% {
    width: 52px;
    height: 83.515px;
    border-color: rgba(255, 23, 55, 0);
    transform: translate(0, 0);
  }
  20.2% {
    border-color: rgba(255, 23, 55, 0);
  }
  30.2% {
    border-color: #ff1737;
  }
  50.65% {
    width: 35.084px;
    height: 56.348px;
    border-color: #ff1737;
    transform: translate(-82.481px, -85.658px);
  }
  100% {
    width: 35.084px;
    height: 56.348px;
    border-color: #ff1737;
    transform: translate(-82.481px, -85.658px);
  }
}

@keyframes cs-journey-donate {
  0%,
  50.474% {
    transform: translate(-82.407px, -86.733px);
  }
  100% {
    transform: translate(-77px, -165px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-journey__walker--walk,
  .cs-journey__walker--shrunk,
  .cs-journey__walker--games,
  .cs-journey__walker--donate {
    animation: none;
  }

  .cs-journey__walker--shrunk {
    width: 52.302px;
    height: 84px;
    transform: translate(-98.289px, -13px);
  }

  .cs-journey__walker--games {
    width: 35.084px;
    height: 56.348px;
    border-color: #ff1737;
    transform: translate(-82.481px, -85.658px);
  }

  .cs-journey__walker--donate {
    transform: translate(-77px, -165px);
  }
}

.cs-journey__badge {
  margin: 0;
  padding: 2px 10px;
  background: #077a9c;
  color: #fff;
  font-family: Fredoka, ui-sans-serif, system-ui;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.cs-journey__details {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: min(100%, 640px);
  color: #2a3748;
  font-family: Fredoka, ui-sans-serif, system-ui;
  font-size: 16px;
  line-height: 1.3;
}

.cs-journey__objectives {
  margin: 0;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cs-journey__details ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  text-align: center;
}

.cs-journey__details li {
  font-size: 16px;
  font-weight: 400;
}

.cs-journey__system {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 19px;
  width: 100%;
}

.cs-journey__screen {
  display: block;
  flex: 0 0 auto;
  width: 325px;
  max-width: 46%;
  height: auto;
  aspect-ratio: 325 / 182;
  object-fit: contain;
}

.cs-journey__screen-stack {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 325px;
  max-width: 46%;
}

.cs-journey__screen-card {
  display: block;
  width: 100%;
  height: auto;
}

.cs-journey__screen-card--kiosk {
  border-radius: 20px;
}

.cs-journey__details--system {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  text-align: left;
}

.cs-journey__details--system ul {
  text-align: left;
  list-style-position: outside;
  padding-left: 1.2em;
}

@media (max-width: 780px) {
  .cs-journey__pin {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cs-journey__nav {
    height: 180px;
  }

  .cs-journey__walker--walk,
  .cs-journey__walker--shrunk,
  .cs-journey__walker--games,
  .cs-journey__walker--donate {
    animation: none;
  }
}

@media (max-width: 560px) {
  .cs-audience__list {
    flex-wrap: wrap;
  }

  .cs-audience__item {
    flex: 1 1 130px;
    max-width: 150px;
  }

  .cs-macroverse__heading {
    white-space: normal;
  }
}

/* ── Case study body — Figma 915px column, centered ── */

.cs-body {
  display: flex;
  flex-direction: column;
  gap: 70px;
  box-sizing: border-box;
  width: min(100%, var(--cs-content-w));
  margin-top: 48px;
  color: #2a3748;
  font-family: Fredoka, ui-sans-serif, system-ui;
}

.cs-divider {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 2px solid rgba(72, 67, 109, 0.2);
}

/* Extra space between Kids Learn section and Last piece intro (no divider) */
.cs-section + .cs-intro--inline {
  margin-top: 100px;
}

/* Intro */

.cs-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  width: 100%;
  overflow: visible;
}

.cs-intro__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: none;
  margin: 0;
  padding: 10px 12px;
  box-sizing: border-box;
  background: #48436d;
  font-family: var(--label-font);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}

.cs-intro__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 35px 64px;
  width: 100%;
  overflow: visible;
}

.cs-sticky-note {
  position: relative;
  flex: 0 0 auto;
  width: 390px;
  max-width: 100%;
  height: auto;
}

.cs-intro__row .cs-sticky-note {
  flex: 0 1 390px;
}

.cs-sticky-note--center {
  align-self: center;
  margin-inline: auto;
}

.cs-sticky-note--simple .cs-sticky-note__img {
  width: 112px;
  height: 112px;
}

.cs-sticky-note--simple .cs-sticky-note__line--1 {
  top: 32px;
  left: 120px;
}

.cs-sticky-note--simple .cs-sticky-note__line--2 {
  top: 62px;
  left: 132px;
}

.cs-sticky-note--simple .cs-sticky-note__line--3 {
  margin-top: 118px;
}

.cs-sticky-note--closing {
  align-self: center;
  width: 560px;
  max-width: 100%;
  min-height: 138px;
  margin-top: 30px;
}

.cs-sticky-note--closing .cs-sticky-note__img {
  width: 110px;
  height: 110px;
}

.cs-sticky-note--closing .cs-sticky-note__line--1 {
  top: 8px;
  left: 145px;
}

.cs-sticky-note--closing .cs-sticky-note__line--2 {
  top: 41px;
  left: 161px;
  width: 235px;
}

.cs-sticky-note__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 137px;
  height: 137px;
  object-fit: contain;
}

.cs-sticky-note__line {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: rgba(107, 107, 107, 0.95);
}

.cs-sticky-note__line--1 {
  position: absolute;
  top: 35px;
  left: 145px;
  white-space: nowrap;
}

.cs-sticky-note__line--2 {
  position: absolute;
  top: 68px;
  left: 161px;
  width: 217px;
}

.cs-sticky-note__line--3 {
  position: relative;
  margin-top: 146px;
  width: 100%;
  text-align: center;
}

.cs-section:has(> .cs-sticky-note--center) {
  gap: 32px; /* Figma: screens → sticky */
}

.cs-intro__callout {
  position: relative;
  flex: 0 0 434px;
  width: 434px;
  max-width: 100%;
  min-height: 188px;
  height: auto;
}

.cs-intro__bracket {
  position: absolute;
  top: 14px;
  bottom: 0;
  width: 86px;
  height: calc(100% - 14px);
  max-height: none;
  pointer-events: none;
  z-index: 0;
  object-fit: fill;
}

.cs-intro__bracket--left {
  left: 0;
}

.cs-intro__bracket--right {
  right: 0;
  /* Figma: rotate(180deg) + scaleY(-1) ≡ horizontal flip */
  transform: scaleX(-1);
}

.cs-intro__callout-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 21px;
  box-sizing: border-box;
  width: 363px;
  max-width: 100%;
  min-height: 174px;
  margin: 14px auto 0;
  padding: 18px 0 20px;
}

.cs-intro__callout-title {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #fff;
}

.cs-intro__callout-text {
  margin: 0;
  width: 333px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
  color: #2a3748;
}

/* Labels / pills */

.cs-label {
  margin: 0;
  font-family: var(--label-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.cs-label--pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  border: 1px solid #48436d;
  background: #fff;
  box-shadow: 7px 7px 0 rgba(72, 67, 109, 0.18);
  color: #48436d;
  font-size: 20px;
  white-space: nowrap;
}

.cs-label--teal {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 6px 16px;
  overflow: visible;
  border: 1px solid #48436d;
  background: #077a9c;
  box-shadow: 7px 7px 0 rgba(72, 67, 109, 0.18);
  color: #fff;
  font-size: 14px;
  white-space: normal;
}

.cs-label--outline {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 8px 16px;
  overflow: visible;
  border: 1px solid #077a9c;
  background: transparent;
  color: #077a9c;
  font-size: 15px;
}

/* Sections */

.cs-section {
  display: flex;
  flex-direction: column;
  gap: 52px;
  width: 100%;
}

.cs-section__main {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.cs-section__main--reverse {
  flex-direction: row-reverse;
}

.cs-section__copy {
  display: flex;
  flex: 0 1 470px;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
  width: 470px;
  max-width: 100%;
  min-width: 0;
}

.cs-photo {
  flex: 0 0 410px;
  box-sizing: border-box;
  width: 410px;
  max-width: 100%;
  margin: 0;
  border: 4px solid #48436d;
  overflow: hidden;
  background: transparent;
}

.cs-section__main > .cs-photo {
  position: relative;
  align-self: stretch;
  min-height: 370px;
  aspect-ratio: auto;
}

.cs-section__main > .cs-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-photo--tall {
  min-height: 417px;
}

.cs-photo--wide {
  flex: none;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  background: transparent;
}

.cs-photo--wide img {
  position: static;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cs-copy-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 1.35;
}

.cs-copy-block p {
  margin: 0;
}

.cs-copy-block__lead {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: underline;
}

.cs-copy-block__lead--solo {
  display: inline;
  max-width: 366px;
}

.cs-callout-end {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 454px;
  margin-inline: auto;
}

.cs-callout-end__headline {
  margin: 0;
  font-family: var(--label-font);
  font-size: 18px;
  text-align: center;
  color: #2a3748;
}

/* Screen grids */

.cs-screens {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-screens--duo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 41px;
}

.cs-screens--duo .cs-screens__item {
  flex: 0 1 437px;
  width: 437px;
  max-width: 100%;
}

.cs-screens__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.cs-screens__item img {
  display: block;
  width: 100%;
  height: auto;
}

.cs-screens__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
  color: rgba(107, 107, 107, 0.95);
}

/* Stat callout */

.cs-stat {
  display: flex;
  gap: 14px;
  align-items: center;
  max-width: 441px;
  margin-inline: auto;
}

.cs-stat__figure {
  flex: 0 0 auto;
  width: 85px;
  height: 154px;
  object-fit: contain;
}

.cs-stat__quote {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0;
  padding: 15px 15px 16px 17px;
  border: 1px solid rgba(107, 107, 107, 0.95);
}

.cs-stat__marks {
  flex: 0 0 auto;
  width: 14px;
  height: auto;
}

.cs-stat__quote p {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #077a9c;
}

/* Inline intro — title + callout on one row */

.cs-intro.cs-intro--inline {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  overflow: visible;
}

.cs-intro--inline .cs-intro__lead {
  display: flex;
  flex: 0 1 454px;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}

.cs-intro--inline .cs-intro__title {
  flex: 0 0 auto;
  width: max-content;
  max-width: none;
  overflow: visible;
}

.cs-intro--inline .cs-intro__callout {
  flex: 1 1 auto;
  width: auto;
  max-width: 434px;
  min-width: 0;
  margin-inline: 0;
}

.cs-sticky-note--motivation {
  width: 390px;
  min-height: 170px;
}

.cs-sticky-note--motivation .cs-sticky-note__img {
  width: 137px;
  height: 137px;
}

.cs-sticky-note--motivation .cs-sticky-note__line--1 {
  top: 35px;
  left: 145px;
  white-space: nowrap;
}

.cs-sticky-note--motivation .cs-sticky-note__line--2 {
  top: 68px;
  left: 161px;
  width: 217px;
}

.cs-sticky-note--motivation .cs-sticky-note__line--3 {
  position: relative;
  margin-top: 146px;
  width: 100%;
  text-align: center;
}

/* Feature rows — animation examples */

.cs-feature-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.cs-feature-row--reverse {
  flex-direction: row-reverse;
}

.cs-feature-row__media {
  display: block;
  flex: 0 1 530px;
  width: 530px;
  max-width: 100%;
  height: auto;
}

.cs-feature-row__media--wide {
  flex: 0 1 711px;
  width: 711px;
}

/* Crop full-screen Learn More GIF to the DID YOU KNOW banner (Figma 261:2937) */
.cs-feature-row__crop {
  position: relative;
  flex: 0 1 711px;
  width: 711px;
  max-width: 100%;
  aspect-ratio: 711 / 159;
  overflow: hidden;
  background: #1a1a4a;
}

.cs-feature-row__crop-img {
  position: absolute;
  width: 133.11%;
  height: 407.26%;
  max-width: none;
  left: -31.91%;
  top: -307.42%;
}

.cs-feature-row__caption {
  flex: 1 1 160px;
  margin: 0;
  min-width: 0;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
  color: rgba(107, 107, 107, 0.95);
}

/* Before / After compare */

.cs-compare {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.cs-compare__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.cs-compare__label {
  flex: 0 0 auto;
  margin: 0;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #2a3748;
  white-space: nowrap;
}

.cs-compare__screens {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 29px;
  width: auto;
  max-width: 620px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-compare__screens .cs-screens__item {
  flex: 0 1 294px;
  width: 294px;
  max-width: 100%;
}

/* ── Alignment / workshops section ── */

.cs-em {
  color: #077a9c;
  font-weight: 600;
}

.cs-align {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}

.cs-align__intro {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.cs-align__title {
  align-self: flex-start;
}

.cs-align__stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  width: 100%;
}

.cs-align__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px 0;
  width: 100%;
}

.cs-align__lead {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
}

.cs-align__mascot {
  display: block;
  width: min(200px, 42vw);
  height: auto;
  align-self: stretch;
  object-fit: contain;
  object-position: center bottom;
  transform: scaleY(-1) rotate(180deg);
}

.cs-align__curve {
  display: block;
  flex-shrink: 0;
  height: auto;
}

.cs-align__curve--right {
  width: 95px;
  margin-left: 5px;
}

.cs-align__curve--left {
  width: 66px;
  transform: scaleY(-1) rotate(180deg);
}

.cs-align__why-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 24px 32px;
}

.cs-align__workshops {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto auto auto;
  column-gap: 40px;
  row-gap: 22px;
  width: 100%;
}

.cs-note-card {
  display: flex;
  gap: 12px;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
  border: 1.9px solid #48436d;
}

.cs-note-card__binder {
  flex: 0 0 auto;
  width: 23px;
  height: auto;
  align-self: center;
}

.cs-note-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}

.cs-note-card__heading {
  margin: 0;
  font-family: var(--label-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #48436d;
}

.cs-note-card__quote-text {
  margin: 0;
  max-width: 278px;
  font-family: var(--label-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: #2a3748;
}

.cs-note-card--quote {
  width: 359px;
  max-width: 100%;
  gap: 22px;
  padding: 34px 19px 34px 18px;
}

.cs-note-card--why {
  width: 359px;
  max-width: 100%;
  padding: 22px 22px 22px 22px;
}

.cs-note-card--why .cs-note-card__heading {
  color: #077a9c;
}

.cs-note-card--workshop {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  grid-template-rows: subgrid;
  grid-row: span 4;
  column-gap: 16px;
  align-items: start;
  width: auto;
  max-width: 100%;
  padding: 22px 18px;
}

.cs-note-card--workshop .cs-note-card__binder {
  grid-column: 1;
  grid-row: 1 / -1;
  width: 23px;
  height: 100%;
  align-self: stretch;
  object-fit: fill;
}

.cs-note-card--workshop .cs-note-card__body {
  display: contents;
}

.cs-note-card--workshop .cs-note-card__heading,
.cs-note-card--workshop .cs-note-card__body > p,
.cs-note-card--workshop .cs-note-card__shot {
  grid-column: 2;
  min-width: 0;
}

.cs-note-card--workshop .cs-note-card__body > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  color: #2a3748;
}

.cs-note-card--workshop .cs-note-card__body strong {
  font-weight: 600;
}

.cs-note-card__shot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1202 / 597;
  object-fit: cover;
  align-self: end;
}

.cs-why-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-why-list li {
  display: flex;
  gap: 17px;
  align-items: center;
}

.cs-why-list img {
  flex: 0 0 auto;
  width: 57px;
  height: 57px;
  object-fit: contain;
}

.cs-why-list p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  color: #2a3748;
}

@media (max-width: 900px) {
  .cs-align__title {
    white-space: normal;
  }

  .cs-align__curve--right,
  .cs-align__curve--left {
    display: none;
  }

  .cs-align__stack,
  .cs-align__why-wrap {
    align-items: stretch;
  }

  .cs-align__workshops {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    row-gap: 24px;
  }

  .cs-note-card--quote,
  .cs-note-card--why,
  .cs-note-card--workshop {
    width: 100%;
  }

  .cs-note-card--workshop {
    display: flex;
    grid-row: auto;
    gap: 16px;
  }

  .cs-note-card--workshop .cs-note-card__binder {
    height: auto;
    align-self: stretch;
  }

  .cs-note-card--workshop .cs-note-card__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

/* ── Final thoughts ── */

.cs-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.cs-final__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 100px;
  width: 100%;
}

.cs-final__title {
  width: 363px;
  max-width: 100%;
  white-space: normal;
  line-height: normal;
  justify-content: flex-start;
  text-align: left;
  padding: 7px 12px;
}

.cs-sticky-note--final {
  flex: 1 1 280px;
  width: auto;
  max-width: 400px;
  min-height: 137px;
}

.cs-sticky-note--final .cs-sticky-note__line--2 {
  width: auto;
  max-width: calc(100% - 161px);
}

.cs-final__sub {
  margin: 0;
  max-width: 434px;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
  color: rgba(107, 107, 107, 0.95);
}

.cs-final__reflections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 38px;
  width: 100%;
}

.cs-intro__callout--tall {
  flex: 1 1 400px;
  width: auto;
  max-width: 434px;
  min-height: 259px;
}

.cs-intro__callout--tall .cs-intro__bracket {
  top: 21px;
  bottom: 0;
  height: calc(100% - 21px);
}

.cs-intro__callout--tall .cs-intro__callout-inner {
  gap: 21px;
  min-height: 238px;
  margin: 21px auto 0;
  padding: 18px 0 22px;
  justify-content: center;
}

@media (max-width: 900px) {
  .cs-intro.cs-intro--inline {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .cs-intro--inline .cs-intro__lead {
    flex-basis: 100%;
  }

  .cs-final__top {
    gap: 24px;
  }

  .cs-final__reflections {
    justify-content: center;
  }

  .cs-intro__callout--tall {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .cs-sticky-note--motivation {
    min-height: 170px;
  }

  .cs-sticky-note--closing {
    min-height: 170px;
  }

  .cs-sticky-note--closing .cs-sticky-note__line--1,
  .cs-sticky-note--closing .cs-sticky-note__line--2 {
    position: static;
    width: auto;
  }

  .cs-sticky-note--closing .cs-sticky-note__line--2 {
    max-width: 320px;
    margin-left: 145px;
  }
}


