:root {
  --story-accent: #4165f3;
  --story-accent-deep: #2347d8;
  --story-pale: #dce9ff;
  --story-pale-2: #f1f7ff;
  --story-ink: #17152e;
  --story-muted: #62627d;
  --story-line: rgba(23, 21, 46, 0.12);
}

.story-page {
  min-width: 320px;
  color: var(--story-ink);
  background: #fff;
}

.story-page[data-page="credentials"],
.story-page[data-page="case-studies"] {
  --story-accent: #2eab82;
  --story-accent-deep: #17785c;
  --story-pale: #c9f3df;
  --story-pale-2: #effbf5;
}

.story-page[data-page="higher-education"],
.story-page[data-page="have-fun"],
.story-page[data-page="multi-campus"] {
  --story-accent: #765be6;
  --story-accent-deep: #5535c0;
  --story-pale: #e1d8ff;
  --story-pale-2: #f5f2ff;
}

.story-page[data-page="security"],
.story-page[data-page="ministries"] {
  --story-accent: #e66d68;
  --story-accent-deep: #b94442;
  --story-pale: #ffdcd3;
  --story-pale-2: #fff4f0;
}

.story-page[data-page="integrations"],
.story-page[data-page="identity-kits"],
.story-page[data-page="k12"] {
  --story-accent: #d99d1d;
  --story-accent-deep: #9d6e05;
  --story-pale: #fff0a8;
  --story-pale-2: #fffae8;
}

.story-page svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.story-nav {
  color: var(--story-ink);
}

.story-nav .home-nav__logo img {
  width: 170px;
  height: auto;
  aspect-ratio: 415 / 106;
  object-fit: contain;
}

.story-nav .home-nav__links a[href="case-studies"] {
  color: inherit;
}

.story-section-number {
  display: inline-flex;
  width: 56px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--story-line);
  border-radius: 99px;
  color: var(--story-accent-deep);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.story-text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--story-accent-deep);
  font-size: 15px;
  font-weight: 700;
}

.story-text-link svg {
  width: 19px;
  height: 19px;
  transition: transform 180ms ease;
}

.story-text-link:hover svg,
.story-text-link:focus-visible svg {
  transform: translateX(4px);
}

/* Hero */
.story-hero {
  position: relative;
  min-height: 820px;
  padding: 154px 0 70px;
  overflow: hidden;
  background:
    linear-gradient(125deg, var(--story-pale-2) 0%, #fff 41%, #fff 68%, var(--story-pale-2) 100%);
}

.story-hero::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(23, 21, 46, 0.11) 0.7px, transparent 0.7px);
  background-size: 23px 23px;
  content: "";
  opacity: 0.22;
  pointer-events: none;
}

.story-hero__wash {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.story-hero__wash--one {
  top: 104px;
  right: -8vw;
  width: 46vw;
  height: 46vw;
  background: var(--story-pale);
  opacity: 0.5;
}

.story-hero__wash--two {
  bottom: -26vw;
  left: -16vw;
  width: 42vw;
  height: 42vw;
  background: var(--story-pale);
  opacity: 0.3;
}

.story-hero__grid {
  position: relative;
  display: grid;
  min-height: 570px;
  grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
  align-items: center;
  gap: clamp(38px, 5vw, 90px);
}

.story-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.story-hero__icon {
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 30px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--story-accent) 28%, transparent);
  border-radius: 18px;
  color: var(--story-accent-deep);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 16px 36px color-mix(in srgb, var(--story-accent) 13%, transparent);
  transform: rotate(-5deg);
}

.story-hero__icon svg {
  width: 27px;
  height: 27px;
}

.story-hero__copy h1 {
  max-width: 700px;
  margin: 0;
  color: var(--story-ink);
  font-family: var(--display);
  font-size: clamp(56px, 5.35vw, 86px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.92;
  text-transform: uppercase;
}

.story-hero__copy > p {
  max-width: 590px;
  margin: 30px 0 0;
  color: var(--story-muted);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.6;
}

.story-hero__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 38px;
}

.story-hero__actions .button {
  padding-inline: 20px;
  box-shadow: 0 18px 42px rgba(23, 21, 46, 0.18);
  white-space: nowrap;
}

.story-hero__actions .story-text-link {
  white-space: nowrap;
}

.story-hero__proof {
  display: grid;
  max-width: 560px;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 13px;
  margin-top: 34px;
  padding-top: 25px;
  border-top: 1px solid var(--story-line);
  color: var(--story-muted);
  font-size: 13px;
  line-height: 1.45;
}

.story-hero__proof > i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--story-accent) 30%, transparent);
  border-radius: 50%;
  color: var(--story-accent-deep);
  background: rgba(255, 255, 255, 0.72);
}

.story-hero__proof svg {
  width: 18px;
  height: 18px;
}

.story-hero__visual {
  --tilt-x: 0;
  --tilt-y: 0;
  position: relative;
  min-width: 0;
  height: 570px;
  border: 1px solid color-mix(in srgb, var(--story-accent) 26%, transparent);
  border-radius: 54px 18px 54px 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.3)),
    var(--story-pale);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 35px 90px color-mix(in srgb, var(--story-accent) 20%, transparent);
  transform:
    perspective(1200px)
    rotateX(calc(var(--tilt-y) * -1.6deg))
    rotateY(calc(var(--tilt-x) * 1.6deg));
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.story-hero__visual::before,
.story-hero__visual::after {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--story-accent) 34%, transparent);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.story-hero__visual::before {
  top: -86px;
  right: -72px;
  width: 280px;
  height: 280px;
}

.story-hero__visual::after {
  bottom: -88px;
  left: -72px;
  width: 230px;
  height: 230px;
}

.story-hero__ticker {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-top: 1px solid var(--story-line);
  border-bottom: 1px solid var(--story-line);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(12px);
}

.story-hero__ticker > div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 28px;
  padding: 13px 0;
  animation: storyTicker 30s linear infinite;
}

.story-hero__ticker span {
  color: var(--story-ink);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.story-hero__ticker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--story-accent);
}

@keyframes storyTicker {
  to { transform: translateX(-50%); }
}

/* Shared hero product scenes */
.visual-window,
.credential-scene,
.security-scene,
.integration-scene,
.stories-scene,
.implementation-scene,
.network-scene,
.k12-scene {
  position: absolute;
  inset: 42px;
}

.visual-window {
  overflow: hidden;
  border: 1px solid rgba(23, 21, 46, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 68px color-mix(in srgb, var(--story-accent) 18%, rgba(23, 21, 46, 0.08));
}

.visual-window__bar {
  display: flex;
  height: 50px;
  align-items: center;
  gap: 7px;
  padding: 0 17px;
  border-bottom: 1px solid var(--story-line);
  color: #76758d;
  font-size: 11px;
}

.visual-window__bar > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff826f;
}

.visual-window__bar > i:nth-child(2) { background: #f6ca55; }
.visual-window__bar > i:nth-child(3) { background: #5fcf91; }

.visual-window__bar > span {
  margin-left: 8px;
}

.visual-window__bar > b {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  color: var(--story-accent-deep);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.visual-window__bar > b::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--story-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--story-accent) 15%, transparent);
  content: "";
  animation: storyPulse 2.1s ease-in-out infinite;
}

@keyframes storyPulse {
  50% { transform: scale(0.72); opacity: 0.6; }
}

.attendance-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  margin: 26px;
  padding: 24px 28px;
  border-radius: 18px;
  background: var(--story-pale-2);
}

.attendance-summary > div:first-child {
  display: grid;
}

.attendance-summary small {
  color: var(--story-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.attendance-summary strong {
  margin-top: 4px;
  font-family: var(--display);
  font-size: 48px;
  line-height: 1;
}

.attendance-summary span {
  color: var(--story-muted);
  font-size: 12px;
}

.attendance-ring {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(closest-side, #fff 78%, transparent 80% 99%),
    conic-gradient(var(--story-accent) 91%, rgba(23, 21, 46, 0.09) 0);
}

.attendance-ring span {
  color: var(--story-ink);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 800;
}

.attendance-roster {
  margin: 0 26px;
}

.attendance-roster > span {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  border-bottom: 1px solid var(--story-line);
}

.attendance-roster > span > i {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--story-accent);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.attendance-roster b {
  font-size: 12px;
}

.attendance-roster em {
  min-width: 66px;
  padding: 5px 8px;
  border-radius: 99px;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.attendance-roster .is-present {
  color: #207b59;
  background: #e3f8ed;
}

.attendance-roster .is-late {
  color: #9b6714;
  background: #fff3cc;
}

.visual-signal {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid color-mix(in srgb, var(--story-accent) 22%, transparent);
  border-radius: 13px;
  background: color-mix(in srgb, var(--story-pale) 48%, #fff);
}

.visual-signal > i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--story-accent);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--story-accent) 16%, transparent);
}

.visual-signal span {
  display: grid;
  color: var(--story-muted);
  font-size: 9px;
}

.visual-signal b {
  color: var(--story-ink);
  font-size: 11px;
}

/* Credential scene */
.credential-scene {
  display: grid;
  place-items: center;
}

.credential-card {
  position: relative;
  width: min(450px, 92%);
  min-height: 360px;
  padding: 35px;
  overflow: hidden;
  border: 1px solid rgba(23, 21, 46, 0.15);
  border-radius: 18px;
  background: rgba(248, 255, 251, 0.96);
  box-shadow: 0 28px 64px rgba(28, 98, 77, 0.18);
  transform: rotate(-2.5deg);
}

.credential-card::after {
  position: absolute;
  top: -75px;
  right: -75px;
  width: 200px;
  height: 200px;
  border: 35px solid var(--story-pale);
  border-radius: 50%;
  content: "";
  opacity: 0.68;
}

.credential-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.credential-card__top > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  color: var(--story-accent-deep);
  background: var(--story-pale);
}

.credential-card__top svg {
  width: 25px;
  height: 25px;
}

.credential-card__top small {
  color: var(--story-accent-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.credential-card h3 {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 45px 0 10px;
  font-size: 29px;
  line-height: 1.08;
}

.credential-card > p {
  margin: 0;
  color: var(--story-muted);
  font-size: 13px;
}

.credential-card__meta {
  display: flex;
  gap: 42px;
  margin-top: 54px;
}

.credential-card__meta span {
  color: var(--story-muted);
  font-size: 9px;
  text-transform: uppercase;
}

.credential-card__meta b {
  color: var(--story-ink);
  font-size: 11px;
  text-transform: none;
}

.credential-qr {
  position: absolute;
  right: 34px;
  bottom: 31px;
  display: grid;
  width: 56px;
  height: 56px;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
}

.credential-qr i {
  border-radius: 1px;
  background: var(--story-ink);
}

.credential-qr i:nth-child(2),
.credential-qr i:nth-child(6) {
  grid-column: span 2;
}

.verify-card {
  position: absolute;
  right: 9px;
  bottom: 35px;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 13px;
  width: 270px;
  padding: 16px;
  border: 1px solid rgba(23, 21, 46, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(28, 98, 77, 0.18);
  animation: storyFloat 4.6s ease-in-out infinite;
}

.verify-card > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--story-accent);
}

.verify-card svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.2;
}

.verify-card div {
  display: grid;
}

.verify-card small {
  color: var(--story-muted);
  font-size: 9px;
}

.verify-card strong {
  font-size: 12px;
}

@keyframes storyFloat {
  50% { transform: translateY(-8px) rotate(1deg); }
}

/* Degree visual */
.degree-person {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 15px;
  margin: 24px 25px;
}

.degree-person > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: var(--story-accent);
  font-size: 12px;
  font-weight: 700;
}

.degree-person div {
  display: grid;
}

.degree-person strong { font-size: 14px; }
.degree-person small { color: var(--story-muted); font-size: 10px; }

.degree-person em {
  padding: 7px 10px;
  border-radius: 99px;
  color: var(--story-accent-deep);
  background: var(--story-pale-2);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.degree-progress {
  margin: 0 25px;
  padding: 21px;
  border-radius: 16px;
  background: var(--story-pale-2);
}

.degree-progress > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.degree-progress span {
  color: var(--story-muted);
  font-size: 10px;
}

.degree-progress strong { font-size: 13px; }

.degree-progress > i {
  display: block;
  height: 8px;
  margin-top: 13px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(23, 21, 46, 0.08);
}

.degree-progress > i b {
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: var(--story-accent);
  animation: degreeFill 2.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes degreeFill {
  from { transform: scaleX(0); transform-origin: left; }
}

.degree-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 25px;
}

.degree-grid > span {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 4px 9px;
  min-height: 68px;
  padding: 12px;
  border: 1px solid var(--story-line);
  border-radius: 13px;
}

.degree-grid i {
  grid-row: span 2;
  width: 20px;
  height: 20px;
  border: 5px solid var(--story-accent);
  border-radius: 50%;
}

.degree-grid b { font-size: 10px; }
.degree-grid small { color: var(--story-muted); font-size: 8px; }

.degree-grid .is-next {
  border-style: dashed;
  background: var(--story-pale-2);
}

/* Trust and integration scenes */
.security-scene,
.integration-scene,
.network-scene {
  display: grid;
  place-items: center;
}

.security-orbit,
.integration-ring {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--story-accent) 42%, transparent);
  border-radius: 50%;
}

.security-orbit--one,
.integration-ring {
  width: 410px;
  height: 410px;
  animation: orbitTurn 22s linear infinite;
}

.security-orbit--two {
  width: 290px;
  height: 290px;
  border-style: dashed;
  animation: orbitTurn 16s linear infinite reverse;
}

@keyframes orbitTurn {
  to { transform: rotate(360deg); }
}

.security-core,
.integration-core,
.network-core {
  position: relative;
  z-index: 2;
  display: grid;
  width: 170px;
  height: 170px;
  place-items: center;
  align-content: center;
  border: 1px solid color-mix(in srgb, var(--story-accent) 30%, transparent);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 60px color-mix(in srgb, var(--story-accent) 20%, transparent), inset 0 1px 0 #fff;
}

.security-core > span,
.integration-core > span,
.network-core > span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 9px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: var(--story-accent);
  font-family: var(--display);
  font-size: 28px;
  font-weight: 800;
}

.security-core svg,
.network-core svg {
  width: 24px;
  height: 24px;
}

.security-core strong,
.integration-core strong,
.network-core strong { font-size: 13px; }

.security-core small,
.integration-core small,
.network-core small { color: var(--story-muted); font-size: 8px; }

.security-event {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 10px 1fr;
  align-items: center;
  gap: 12px;
  width: 225px;
  padding: 14px 16px;
  border: 1px solid rgba(23, 21, 46, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px color-mix(in srgb, var(--story-accent) 14%, transparent);
}

.security-event--one { top: 31px; right: 4px; }
.security-event--two { bottom: 48px; left: -6px; animation: storyFloat 5.2s ease-in-out infinite; }
.security-event--three { right: 16px; bottom: 9px; }

.security-event > i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--story-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--story-accent) 15%, transparent);
}

.security-event span {
  display: grid;
  color: var(--story-muted);
  font-size: 8px;
}

.security-event b {
  color: var(--story-ink);
  font-size: 11px;
}

.integration-core {
  width: 150px;
  height: 150px;
}

.integration-node {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 106px;
  min-height: 88px;
  place-items: center;
  align-content: center;
  gap: 6px;
  border: 1px solid rgba(23, 21, 46, 0.12);
  border-radius: 18px;
  color: var(--story-accent-deep);
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 14px 35px rgba(91, 72, 14, 0.1);
}

.integration-node svg {
  width: 24px;
  height: 24px;
}

.integration-node b {
  color: var(--story-ink);
  font-size: 10px;
}

.integration-node--identity { top: 16px; left: 50%; transform: translateX(-50%); }
.integration-node--payment { top: 50%; right: -5px; transform: translateY(-50%); }
.integration-node--message { bottom: 12px; left: 50%; transform: translateX(-50%); }
.integration-node--data { top: 50%; left: -5px; transform: translateY(-50%); }

.integration-flow {
  position: absolute;
  right: 20px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border-radius: 99px;
  color: var(--story-accent-deep);
  background: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 700;
}

.integration-flow i,
.network-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--story-accent);
  animation: storyPulse 1.8s ease-in-out infinite;
}

/* Stories */
.stories-scene {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
}

.stories-scene article {
  overflow: hidden;
  border: 1px solid rgba(23, 21, 46, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(33, 105, 83, 0.13);
}

.stories-scene article:first-child {
  transform: translateY(-35px) rotate(-2deg);
}

.stories-scene article:nth-child(2) {
  transform: translateY(34px) rotate(2deg);
}

.stories-scene img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.stories-scene article > div {
  display: grid;
  padding: 20px;
}

.stories-scene small {
  color: var(--story-muted);
  font-size: 9px;
  text-transform: uppercase;
}

.stories-scene strong {
  margin-top: 7px;
  color: var(--story-accent-deep);
  font-family: var(--display);
  font-size: 44px;
  line-height: 1;
}

.stories-scene span { font-size: 11px; }

.stories-thread {
  position: absolute;
  right: 30px;
  bottom: 2px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--story-muted);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.stories-thread i {
  width: 26px;
  height: 1px;
  background: var(--story-accent);
}

/* Implementation */
.implementation-scene {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding-left: 25px;
}

.implementation-line {
  position: absolute;
  top: 110px;
  bottom: 110px;
  left: 52px;
  width: 1px;
  background: color-mix(in srgb, var(--story-accent) 35%, transparent);
}

.implementation-stage {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 82px;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 15px 18px;
  border: 1px solid rgba(23, 21, 46, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--story-accent) 8%, transparent);
}

.implementation-stage > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 14px;
  color: var(--story-muted);
  background: #fff;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
}

.implementation-stage > div { display: grid; }
.implementation-stage b { font-size: 13px; }
.implementation-stage small { color: var(--story-muted); font-size: 9px; }

.implementation-stage > i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--story-accent);
}

.implementation-stage svg { width: 15px; height: 15px; }

.implementation-stage > em {
  color: var(--story-accent-deep);
  font-family: var(--display);
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
}

.implementation-stage.is-live {
  border-color: color-mix(in srgb, var(--story-accent) 50%, transparent);
  background: var(--story-pale-2);
  transform: translateX(18px);
}

.implementation-stage.is-live > span {
  color: #fff;
  background: var(--story-accent);
  animation: storyPulse 2s ease-in-out infinite;
}

/* Network */
.network-core {
  width: 155px;
  height: 155px;
}

.network-lines {
  position: absolute;
  inset: 0;
}

.network-lines i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 1px;
  background: color-mix(in srgb, var(--story-accent) 42%, transparent);
  transform-origin: left center;
}

.network-lines i:nth-child(1) { transform: rotate(-45deg); }
.network-lines i:nth-child(2) { transform: rotate(45deg); }
.network-lines i:nth-child(3) { transform: rotate(135deg); }
.network-lines i:nth-child(4) { transform: rotate(225deg); }

.campus {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 135px;
  min-height: 72px;
  grid-template-columns: 10px 1fr;
  align-content: center;
  gap: 3px 10px;
  padding: 13px 15px;
  border: 1px solid rgba(23, 21, 46, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 40px color-mix(in srgb, var(--story-accent) 13%, transparent);
}

.campus > i {
  grid-row: span 2;
  width: 8px;
  height: 8px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--story-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--story-accent) 14%, transparent);
}

.campus b { font-size: 10px; }
.campus small { color: var(--story-muted); font-size: 8px; }
.campus--one { top: 34px; left: 25px; }
.campus--two { top: 34px; right: 25px; }
.campus--three { bottom: 36px; left: 25px; }
.campus--four { right: 25px; bottom: 36px; }

.network-status {
  position: absolute;
  bottom: 8px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 99px;
  color: var(--story-accent-deep);
  background: rgba(255, 255, 255, 0.82);
  font-size: 9px;
  font-weight: 700;
  transform: translateX(-50%);
}

/* K-12 */
.k12-scene {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: center;
  gap: 16px;
}

.school-day {
  overflow: hidden;
  border: 1px solid rgba(23, 21, 46, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 48px rgba(111, 82, 11, 0.1);
}

.school-day__head {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid var(--story-line);
  font-size: 11px;
  font-weight: 700;
}

.school-day__head b {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--story-accent-deep);
  font-size: 8px;
  text-transform: uppercase;
}

.school-day__head b::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--story-accent);
  content: "";
}

.school-day__row {
  display: grid;
  min-height: 92px;
  grid-template-columns: 42px 42px 1fr;
  align-items: center;
  gap: 10px;
  margin: 0 16px;
  border-bottom: 1px solid var(--story-line);
}

.school-day__row > em {
  color: var(--story-muted);
  font-size: 9px;
  font-style: normal;
}

.school-day__row > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: var(--story-accent-deep);
  background: var(--story-pale-2);
}

.school-day__row.is-complete > i {
  color: #fff;
  background: var(--story-accent);
}

.school-day__row.is-live > i {
  box-shadow: 0 0 0 7px color-mix(in srgb, var(--story-accent) 15%, transparent);
  animation: storyPulse 2.2s ease-in-out infinite;
}

.school-day__row svg { width: 20px; height: 20px; }
.school-day__row span { display: grid; }
.school-day__row b { font-size: 10px; }
.school-day__row small { color: var(--story-muted); font-size: 8px; }

.family-card {
  padding: 25px 19px;
  border: 1px solid rgba(23, 21, 46, 0.12);
  border-radius: 24px;
  background: var(--story-ink);
  color: #fff;
  box-shadow: 0 25px 55px rgba(23, 21, 46, 0.2);
  transform: rotate(2deg);
}

.family-card small {
  color: var(--story-pale);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.family-card strong {
  display: block;
  margin: 28px 0 10px;
  font-size: 19px;
  line-height: 1.1;
}

.family-card span {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 9px;
  line-height: 1.5;
}

.family-card > b {
  display: block;
  margin-top: 32px;
  padding: 9px;
  border-radius: 9px;
  color: var(--story-ink);
  background: var(--story-pale);
  font-size: 8px;
  text-align: center;
}

/* Have Fun and identity-kit hero scenes */
.product-photo-scene {
  position: absolute;
  inset: 22px;
  overflow: hidden;
  border: 1px solid rgba(23, 21, 46, 0.12);
  border-radius: 30px 10px 30px 30px;
  background: #fff;
  box-shadow: 0 25px 60px color-mix(in srgb, var(--story-accent) 16%, transparent);
}

.product-photo-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-photo-scene--identity img {
  object-fit: contain;
}

.product-photo-scene__route {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(23, 21, 46, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(31, 31, 71, 0.13);
  backdrop-filter: blur(10px);
}

.product-photo-scene__route span {
  padding: 6px 8px;
  border-radius: 7px;
  background: var(--story-pale);
  font-size: 8px;
  font-weight: 700;
}

.product-photo-scene__route i {
  width: 16px;
  height: 1px;
  background: var(--story-accent);
}

.product-photo-scene__note {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  padding: 15px 17px;
  border: 1px solid rgba(23, 21, 46, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 15px 35px rgba(31, 31, 71, 0.12);
  backdrop-filter: blur(10px);
}

.product-photo-scene__note small {
  color: var(--story-muted);
  font-size: 8px;
  text-transform: uppercase;
}

.product-photo-scene__note strong {
  margin-top: 4px;
  font-size: 12px;
}

/* Statement */
.story-statement {
  padding: 150px 0;
}

.story-statement__grid {
  display: grid;
  grid-template-columns: 90px minmax(360px, 0.9fr) minmax(400px, 0.8fr);
  align-items: start;
  gap: clamp(34px, 5vw, 85px);
}

.story-statement h2,
.feature-lab__heading h2,
.workflow-story__heading h2,
.principle-field__intro h2,
.story-related__heading h2 {
  margin: 0;
  color: var(--story-ink);
  font-family: var(--display);
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-transform: uppercase;
}

.story-statement p {
  max-width: 620px;
  margin: 4px 0 0;
  color: var(--story-muted);
  font-size: 19px;
  line-height: 1.75;
}

/* Product-specific proof sections */
.story-special {
  position: relative;
  overflow: hidden;
  padding: 125px 0;
  background: var(--story-pale-2);
}

.story-special__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: clamp(50px, 7vw, 105px);
}

.story-special__copy h2,
.story-special__heading h2 {
  margin: 0;
  color: var(--story-ink);
  font-family: var(--display);
  font-size: clamp(50px, 5.5vw, 78px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.94;
  text-transform: uppercase;
}

.story-special__copy .story-section-number {
  display: inline-block;
  margin-bottom: 24px;
}

.story-special__copy > p,
.story-special__heading p {
  margin: 24px 0 0;
  color: var(--story-muted);
  font-size: 17px;
  line-height: 1.7;
}

.story-special__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 27px;
}

.story-special__tags span {
  padding: 8px 11px;
  border: 1px solid color-mix(in srgb, var(--story-accent) 24%, transparent);
  border-radius: 9px;
  color: var(--story-accent-deep);
  background: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 700;
}

.story-special__copy .story-text-link {
  margin-top: 32px;
}

.story-special__media {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--story-accent) 24%, transparent);
  border-radius: 38px 12px 38px 38px;
  background: #fff;
}

.story-special__media > img {
  width: 100%;
  height: 100%;
  min-height: 530px;
  object-fit: contain;
}

.device-event {
  position: absolute;
  display: grid;
  grid-template-columns: 9px 1fr;
  align-items: center;
  gap: 11px;
  min-width: 205px;
  padding: 13px 15px;
  border: 1px solid rgba(23, 21, 46, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 15px 35px rgba(40, 68, 121, 0.13);
  backdrop-filter: blur(9px);
}

.device-event--one {
  top: 28px;
  right: 25px;
}

.device-event--two {
  bottom: 25px;
  left: 25px;
}

.device-event > i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2cac7f;
  box-shadow: 0 0 0 5px rgba(44, 172, 127, 0.12);
}

.device-event span {
  display: grid;
  color: var(--story-muted);
  font-size: 8px;
}

.device-event b {
  color: var(--story-ink);
  font-size: 11px;
}

.story-special--credentials {
  background:
    radial-gradient(circle at 100% 0, rgba(191, 241, 213, 0.7), transparent 28%),
    radial-gradient(circle at 0 100%, rgba(220, 206, 255, 0.55), transparent 30%),
    #fbfffd;
}

.story-special__heading {
  display: grid;
  grid-template-columns: 90px minmax(0, 850px);
  gap: clamp(34px, 5vw, 85px);
  margin-bottom: 60px;
}

.story-special__heading p {
  max-width: 670px;
}

.credential-routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-left: 175px;
}

.credential-route {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  padding: 40px;
  border: 1px solid rgba(23, 21, 46, 0.12);
  border-radius: 30px 10px 30px 30px;
  background: rgba(255, 255, 255, 0.88);
}

.credential-route::after {
  position: absolute;
  right: -52px;
  bottom: -68px;
  width: 180px;
  height: 180px;
  border: 28px solid rgba(77, 91, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.credential-route--badges::after {
  border-color: rgba(44, 172, 127, 0.12);
}

.credential-route > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--story-accent);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
}

.credential-route h3 {
  margin: 42px 0 0;
  font-family: var(--display);
  font-size: 40px;
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.credential-route p {
  margin: 17px 0 0;
  color: var(--story-muted);
  font-size: 14px;
  line-height: 1.65;
}

.credential-route ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.credential-route li {
  padding: 7px 9px;
  border-radius: 8px;
  color: var(--story-accent-deep);
  background: var(--story-pale);
  font-size: 9px;
  font-weight: 700;
}

.credential-route a {
  position: absolute;
  z-index: 1;
  bottom: 36px;
  left: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--story-accent-deep);
  font-size: 11px;
  font-weight: 700;
}

.credential-route a svg {
  width: 16px;
}

.story-special--assurance {
  color: #f7f8ff;
  background:
    radial-gradient(circle at 82% 18%, rgba(132, 116, 255, 0.2), transparent 30%),
    radial-gradient(circle at 12% 86%, rgba(82, 211, 169, 0.16), transparent 28%),
    #17152e;
}

.assurance-board {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(540px, 1.28fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: start;
}

.assurance-board__intro .story-section-number { color: #a8f0d1; }

.assurance-board__intro h2 {
  max-width: 620px;
  margin: 18px 0 24px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.96;
  text-transform: uppercase;
}

.assurance-board__intro p {
  max-width: 600px;
  margin: 0 0 30px;
  color: rgba(247, 248, 255, 0.7);
  font-size: 17px;
  line-height: 1.7;
}

.assurance-board__intro .story-text-link { color: #fff; }

.assurance-board__standards {
  display: grid;
  gap: 14px;
}

.assurance-board__standards article {
  display: grid;
  min-width: 0;
  grid-template-columns: 125px minmax(0, 0.75fr) minmax(0, 1.25fr) auto;
  align-items: center;
  gap: 15px;
  min-height: 132px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.assurance-board__standards article > span {
  color: #a8f0d1;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.assurance-board__standards strong {
  color: #fff;
  font-size: 15px;
}

.assurance-board__standards p {
  margin: 0;
  color: rgba(247, 248, 255, 0.64);
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.assurance-board__standards article > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border: 1px solid rgba(168, 240, 209, 0.25);
  border-radius: 999px;
  color: #a8f0d1;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.assurance-board__standards article > a svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.assurance-board__note {
  grid-column: 2;
  margin: -70px 0 0;
  color: rgba(247, 248, 255, 0.5);
  font-size: 11px;
  line-height: 1.55;
}

.story-special--cases {
  color: #17152e;
  background:
    radial-gradient(circle at 90% 6%, rgba(255, 183, 193, 0.28), transparent 28%),
    radial-gradient(circle at 8% 90%, rgba(98, 209, 164, 0.24), transparent 30%),
    #fbfaf7;
}

.customer-cases__heading {
  display: grid;
  grid-template-columns: 190px minmax(320px, 0.9fr) minmax(300px, 0.72fr);
  align-items: end;
  gap: clamp(30px, 5vw, 75px);
  margin-bottom: 70px;
}

.customer-cases__heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(55px, 6.5vw, 92px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.91;
  text-transform: uppercase;
}

.customer-cases__heading p {
  margin: 0;
  color: #676579;
  font-size: 14px;
  line-height: 1.75;
}

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

.customer-case {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(23, 21, 46, 0.12);
  border-radius: 38px 10px 38px 38px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(23, 21, 46, 0.08);
}

.customer-case::after {
  position: absolute;
  right: -80px;
  bottom: -95px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(61, 89, 255, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 38px rgba(61, 89, 255, 0.035), 0 0 0 76px rgba(61, 89, 255, 0.02);
}

.customer-case--maristas::after {
  border-color: rgba(36, 158, 117, 0.2);
  box-shadow: 0 0 0 38px rgba(36, 158, 117, 0.04), 0 0 0 76px rgba(36, 158, 117, 0.025);
}

.customer-case__logo {
  display: grid;
  width: 168px;
  height: 86px;
  place-items: center;
  margin-bottom: 42px;
  padding: 13px 18px;
  border: 1px solid rgba(23, 21, 46, 0.1);
  border-radius: 18px 6px 18px 18px;
  background: #fff;
}

.customer-case__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.customer-case > span {
  display: block;
  color: #66647a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.customer-case > strong {
  display: block;
  margin: 8px 0 2px;
  color: #3d59ff;
  font-family: var(--display);
  font-size: clamp(72px, 8vw, 112px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.customer-case--maristas > strong { color: #249e75; }

.customer-case h3 {
  max-width: 530px;
  margin: 12px 0 19px;
  font-size: clamp(24px, 2.4vw, 34px);
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.customer-case > p {
  max-width: 560px;
  margin: 0;
  color: #66647a;
  font-size: 13px;
  line-height: 1.7;
}

.customer-case blockquote {
  max-width: 560px;
  margin: 32px 0 23px;
  padding-top: 24px;
  border-top: 1px solid rgba(23, 21, 46, 0.12);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.customer-case__person {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
}

.customer-case__person b { font-size: 11px; }
.customer-case__person small { color: #777488; font-size: 9px; }

.customer-cases__note {
  max-width: 760px;
  margin: 32px 0 0 auto;
  color: #777488;
  font-size: 10px;
  line-height: 1.6;
  text-align: right;
}

/* Feature lab */
.feature-lab {
  padding: 130px 0 145px;
  background: var(--story-pale-2);
}

.feature-lab__heading,
.workflow-story__heading {
  display: grid;
  grid-template-columns: 90px minmax(0, 840px);
  align-items: start;
  gap: clamp(34px, 5vw, 85px);
}

.feature-lab__heading p,
.workflow-story__heading p {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--story-muted);
  font-size: 18px;
  line-height: 1.65;
}

.feature-lab__layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  margin-top: 72px;
}

.feature-switcher {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--story-line);
}

.feature-switcher button {
  display: grid;
  min-height: 94px;
  grid-template-columns: 40px 1fr 25px;
  align-items: center;
  gap: 12px;
  padding: 0 18px 0 7px;
  border-bottom: 1px solid var(--story-line);
  color: var(--story-muted);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color 220ms ease, padding 220ms ease, background-color 220ms ease;
}

.feature-switcher button > span {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 800;
}

.feature-switcher button > b {
  font-size: 14px;
}

.feature-switcher button > i {
  color: var(--story-accent-deep);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.feature-switcher svg {
  width: 19px;
  height: 19px;
}

.feature-switcher button:hover,
.feature-switcher button:focus-visible,
.feature-switcher button.is-active {
  padding-left: 18px;
  color: var(--story-ink);
  background: rgba(255, 255, 255, 0.6);
}

.feature-switcher button.is-active > span {
  color: var(--story-accent-deep);
}

.feature-switcher button.is-active > i {
  opacity: 1;
  transform: translateX(0);
}

.feature-panel {
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 1.22fr);
  grid-template-rows: auto 1fr;
  gap: 0 42px;
  padding: 48px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--story-accent) 24%, transparent);
  border-radius: 42px 16px 42px 16px;
  background: #fff;
  box-shadow: 0 30px 75px color-mix(in srgb, var(--story-accent) 13%, transparent);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 180ms ease, transform 180ms ease;
}

.feature-panel.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.feature-panel__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--story-accent-deep);
}

.feature-panel__meta > span {
  font-family: var(--display);
  font-size: 25px;
  font-weight: 800;
}

.feature-panel__meta small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-panel__copy {
  grid-column: 1;
  padding-top: 30px;
}

.feature-panel__copy h3 {
  margin: 0;
  color: var(--story-ink);
  font-size: clamp(30px, 3vw, 45px);
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.feature-panel__copy p {
  margin: 20px 0 0;
  color: var(--story-muted);
  font-size: 15px;
  line-height: 1.65;
}

.feature-panel__copy ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.feature-panel__copy li {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 9px;
  color: var(--story-ink);
  font-size: 13px;
  font-weight: 600;
}

.feature-panel__copy li svg {
  width: 22px;
  height: 22px;
  padding: 5px;
  border-radius: 50%;
  color: var(--story-accent-deep);
  background: var(--story-pale-2);
  stroke-width: 2;
}

.feature-panel__screen {
  position: relative;
  grid-row: 1 / span 2;
  grid-column: 2;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--story-line);
  border-radius: 21px;
  background: #fbfcff;
  box-shadow: 0 24px 55px rgba(23, 21, 46, 0.12);
  transform: rotate(calc((var(--feature-index) - 1.5) * 0.5deg));
}

.feature-screen__bar {
  display: flex;
  height: 45px;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  border-bottom: 1px solid var(--story-line);
  color: var(--story-muted);
  font-size: 9px;
}

.feature-screen__bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fa7969;
}

.feature-screen__bar i:nth-child(2) { background: #f5ca50; }
.feature-screen__bar i:nth-child(3) { background: #5ccb8d; }
.feature-screen__bar span { margin-left: 7px; }

.feature-screen__signal {
  display: grid;
  margin: 20px;
  padding: 24px;
  border-radius: 17px;
  background: var(--story-pale-2);
}

.feature-screen__signal small {
  color: var(--story-accent-deep);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-screen__signal strong {
  margin-top: 8px;
  font-size: 18px;
}

.feature-screen__signal > i {
  display: block;
  height: 7px;
  margin-top: 21px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(23, 21, 46, 0.08);
}

.feature-screen__signal > i b {
  display: block;
  width: calc(52% + var(--feature-index) * 9%);
  height: 100%;
  border-radius: inherit;
  background: var(--story-accent);
  animation: featureFill 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes featureFill {
  from { transform: scaleX(0); transform-origin: left; }
}

.feature-screen__rows {
  margin: 0 20px;
}

.feature-screen__rows > span {
  display: grid;
  min-height: 55px;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--story-line);
}

.feature-screen__rows > span > i {
  width: 24px;
  height: 24px;
  border: 6px solid color-mix(in srgb, var(--story-accent) 70%, #fff);
  border-radius: 8px;
  background: var(--story-pale-2);
}

.feature-screen__rows b { font-size: 10px; }

.feature-screen__rows em {
  padding: 5px 7px;
  border-radius: 99px;
  color: var(--story-accent-deep);
  background: var(--story-pale-2);
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}

.feature-screen__pulse {
  position: absolute;
  right: 20px;
  bottom: 24px;
  left: 20px;
  display: flex;
  height: 54px;
  align-items: flex-end;
  gap: 6px;
  opacity: 0.75;
}

.feature-screen__pulse span {
  width: 20%;
  height: 25%;
  border-radius: 4px 4px 1px 1px;
  background: color-mix(in srgb, var(--story-accent) 46%, #fff);
  transform-origin: bottom;
  animation: featureBars 3s ease-in-out infinite;
}

.feature-screen__pulse span:nth-child(2) { height: 55%; animation-delay: -0.4s; }
.feature-screen__pulse span:nth-child(3) { height: 38%; animation-delay: -0.8s; }
.feature-screen__pulse span:nth-child(4) { height: 80%; animation-delay: -1.2s; }
.feature-screen__pulse span:nth-child(5) { height: 64%; animation-delay: -1.6s; }

@keyframes featureBars {
  50% { transform: scaleY(0.72); opacity: 0.58; }
}

/* Outcome */
.story-outcome {
  padding: 0 0 80px;
  background: var(--story-pale-2);
}

.story-outcome__inner {
  position: relative;
  display: grid;
  min-height: 230px;
  grid-template-columns: 180px minmax(0, 930px);
  align-items: center;
  gap: 40px;
  padding: 50px 70px;
  overflow: hidden;
  border-radius: 20px 55px 20px 55px;
  color: #fff;
  background: var(--story-ink);
}

.story-outcome__inner > span {
  color: var(--story-pale);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.story-outcome__inner h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 4.5vw, 66px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-transform: uppercase;
}

.story-outcome__inner > i {
  position: absolute;
  right: -120px;
  width: 380px;
  height: 380px;
  border: 75px solid color-mix(in srgb, var(--story-accent) 66%, transparent);
  border-radius: 50%;
  opacity: 0.7;
}

/* Workflow */
.workflow-story {
  padding: 145px 0 160px;
}

.workflow-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 92px;
}

.workflow-rail::before {
  position: absolute;
  top: 58px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--story-accent), color-mix(in srgb, var(--story-accent) 22%, transparent));
  content: "";
}

.workflow-rail article {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 24px;
  text-align: center;
}

.workflow-rail article > span {
  display: block;
  color: var(--story-accent-deep);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 800;
}

.workflow-rail article > i {
  display: grid;
  width: 24px;
  height: 24px;
  margin: 28px auto 26px;
  place-items: center;
  border: 6px solid #fff;
  border-radius: 50%;
  background: var(--story-accent);
  box-shadow: 0 0 0 1px var(--story-accent), 0 8px 18px color-mix(in srgb, var(--story-accent) 26%, transparent);
  animation: workflowDot 4s ease-in-out infinite;
  animation-delay: calc(var(--step) * -0.65s);
}

@keyframes workflowDot {
  50% { transform: translateY(-5px); }
}

.workflow-rail h3 {
  margin: 0;
  color: var(--story-ink);
  font-size: 18px;
}

.workflow-rail p {
  max-width: 190px;
  margin: 10px auto 0;
  color: var(--story-muted);
  font-size: 12px;
  line-height: 1.55;
}

/* Principles */
.principle-field {
  padding: 150px 0;
  background: var(--story-ink);
}

.principle-field__grid {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(60px, 8vw, 130px);
}

.principle-field__intro {
  align-self: start;
}

.principle-field__intro .story-section-number {
  color: var(--story-pale);
  border-color: rgba(255, 255, 255, 0.18);
}

.principle-field__intro h2 {
  margin-top: 35px;
  color: #fff;
}

.principle-field__intro p {
  max-width: 440px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 17px;
  line-height: 1.65;
}

.principle-list {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.principle-list article {
  display: grid;
  min-height: 150px;
  grid-template-columns: 45px 60px 1fr;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.principle-list article > span {
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
}

.principle-list article > i {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  color: var(--story-pale);
  background: rgba(255, 255, 255, 0.05);
}

.principle-list svg {
  width: 25px;
  height: 25px;
}

.principle-list h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.principle-list p {
  max-width: 540px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
  line-height: 1.55;
}

/* Quote */
.story-quote {
  display: grid;
  max-width: 1180px;
  min-height: 410px;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 70px;
  margin: 150px auto;
  padding: 70px;
  border: 1px solid var(--story-line);
  border-radius: 55px 18px 55px 18px;
  background: var(--story-pale-2);
}

.story-quote__metric {
  color: var(--story-accent-deep);
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}

.story-quote blockquote {
  grid-column: 2;
  margin: 0;
  color: var(--story-ink);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.story-quote figcaption {
  display: flex;
  grid-column: 2;
  align-items: center;
  gap: 14px;
}

.story-quote figcaption img {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  object-fit: cover;
}

.story-quote figcaption span { display: grid; }
.story-quote figcaption b { font-size: 13px; }
.story-quote figcaption small { color: var(--story-muted); font-size: 10px; }

/* Related */
.story-related {
  padding: 135px 0 150px;
}

.story-related__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.story-related__heading h2 {
  max-width: 780px;
}

.story-related__heading > a {
  display: flex;
  flex: none;
  align-items: center;
  gap: 13px;
  color: var(--story-accent-deep);
  font-size: 13px;
  font-weight: 700;
}

.story-related__heading svg {
  width: 19px;
  height: 19px;
}

.story-related__links {
  display: grid;
  margin-top: 75px;
  border-top: 1px solid var(--story-line);
}

.story-related__links a {
  display: grid;
  min-height: 115px;
  grid-template-columns: 80px 1fr 55px;
  align-items: center;
  border-bottom: 1px solid var(--story-line);
  transition: padding 250ms ease, background-color 250ms ease;
}

.story-related__links a:hover,
.story-related__links a:focus-visible {
  padding-inline: 22px;
  background: var(--story-pale-2);
}

.story-related__links span {
  color: var(--story-accent-deep);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
}

.story-related__links strong {
  font-family: var(--display);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.story-related__links i {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid var(--story-line);
  border-radius: 50%;
  color: var(--story-accent-deep);
}

.story-related__links svg {
  width: 19px;
  height: 19px;
}

/* Closing */
.story-closing {
  position: relative;
  min-height: 600px;
  padding: 130px 0;
  overflow: hidden;
  background: var(--story-pale);
}

.story-closing__orb {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--story-accent) 38%, transparent);
  border-radius: 50%;
}

.story-closing__orb--one {
  top: -170px;
  right: -130px;
  width: 570px;
  height: 570px;
}

.story-closing__orb--two {
  bottom: -270px;
  left: -100px;
  width: 520px;
  height: 520px;
}

.story-closing__inner {
  position: relative;
  display: grid;
  max-width: 1000px;
  justify-items: center;
  text-align: center;
}

.story-closing__core {
  display: grid;
  width: 74px;
  height: 74px;
  margin-bottom: 34px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--story-accent) 40%, transparent);
  border-radius: 24px;
  color: #fff;
  background: var(--story-accent);
  box-shadow: 0 20px 44px color-mix(in srgb, var(--story-accent) 24%, transparent);
  font-family: var(--display);
  font-size: 40px;
  font-weight: 800;
  transform: rotate(-5deg);
}

.story-closing h2 {
  max-width: 920px;
  margin: 0;
  color: var(--story-ink);
  font-family: var(--display);
  font-size: clamp(56px, 6.2vw, 92px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.92;
  text-transform: uppercase;
}

.story-closing p {
  max-width: 620px;
  margin: 27px 0 0;
  color: var(--story-muted);
  font-size: 17px;
}

.story-closing__inner > div {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

/* Footer */
.story-footer {
  position: relative;
  padding: 160px 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.64);
  background: var(--story-ink);
}

.story-footer__orbit {
  position: absolute;
  top: -390px;
  left: 50%;
  width: 780px;
  height: 780px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translateX(-50%);
}

.story-footer__marque {
  position: absolute;
  top: -40px;
  left: 50%;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--display);
  font-size: clamp(170px, 25vw, 390px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.story-footer__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.65fr repeat(4, 1fr);
  gap: 54px;
  padding-bottom: 80px;
}

.story-footer__brand img {
  width: 165px;
  height: auto;
  padding: 8px 10px;
  border-radius: 10px;
  background: #fff;
}

.story-footer__brand p {
  max-width: 270px;
  margin: 24px 0 4px;
  color: #fff;
  font-size: 14px;
}

.story-footer__brand span {
  color: var(--story-pale);
  font-size: 11px;
}

.story-footer__grid h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-footer__grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.story-footer__grid a {
  margin: 0 0 11px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  transition: color 180ms ease, transform 180ms ease;
}

.story-footer__grid a:hover,
.story-footer__grid a:focus-visible {
  color: #fff;
  transform: translateX(3px);
}

.story-footer__bottom {
  position: relative;
  display: flex;
  min-height: 75px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
}

.story-footer__bottom a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 700;
}

.story-footer__bottom svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1180px) {
  .story-hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
    gap: 36px;
  }

  .story-hero__visual {
    height: 530px;
  }

  .visual-window,
  .credential-scene,
  .security-scene,
  .integration-scene,
  .stories-scene,
  .implementation-scene,
  .network-scene,
  .k12-scene {
    inset: 33px;
  }

  .feature-panel {
    grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.2fr);
    padding: 36px;
  }

  .story-footer__grid {
    grid-template-columns: 1.3fr repeat(4, 1fr);
    gap: 34px;
  }
}

@media (max-width: 980px) {
  .story-hero {
    min-height: auto;
    padding-bottom: 115px;
  }

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

  .story-hero__copy {
    max-width: 760px;
  }

  .story-hero__visual {
    width: min(720px, 100%);
    height: 570px;
    margin: 32px auto 0;
  }

  .story-statement__grid {
    grid-template-columns: 70px 1fr;
  }

  .story-statement p {
    grid-column: 2;
  }

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

  .story-special__copy {
    max-width: 760px;
  }

  .story-special__media {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .credential-routes {
    margin-left: 0;
  }

  .assurance-board {
    grid-template-columns: 1fr;
  }

  .assurance-board__note {
    grid-column: 1;
    margin: 0;
  }

  .assurance-board__standards article {
    grid-template-columns: 120px minmax(170px, 0.75fr) minmax(220px, 1.25fr);
  }

  .assurance-board__standards article > a {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .customer-cases__heading {
    grid-template-columns: 150px 1fr;
  }

  .customer-cases__heading p {
    grid-column: 2;
  }

  .feature-lab__layout {
    grid-template-columns: 1fr;
  }

  .feature-switcher {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-left: 1px solid var(--story-line);
  }

  .feature-switcher button {
    min-height: 86px;
    grid-template-columns: 32px 1fr;
    border-right: 1px solid var(--story-line);
  }

  .feature-switcher button > i {
    display: none;
  }

  .feature-panel {
    min-height: 510px;
  }

  .workflow-rail article {
    padding-inline: 12px;
  }

  .principle-field__grid {
    grid-template-columns: 1fr;
  }

  .principle-field__intro {
    max-width: 650px;
  }

  .story-quote {
    width: min(calc(100% - 64px), 880px);
  }

  .story-footer__grid {
    grid-template-columns: 1.4fr repeat(2, 1fr);
  }

  .story-footer__brand {
    grid-row: span 2;
  }
}

@media (max-width: 767px) {
  .shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .story-hero {
    padding-top: 125px;
  }

  .story-hero__copy h1 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .story-hero__copy > p {
    margin-top: 23px;
    font-size: 16px;
  }

  .story-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
    margin-top: 30px;
  }

  .story-hero__proof {
    margin-top: 27px;
  }

  .assurance-board {
    gap: 42px;
  }

  .assurance-board__intro h2 {
    font-size: clamp(45px, 13vw, 62px);
  }

  .assurance-board__standards article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 23px;
  }

  .assurance-board__standards article > span {
    font-size: 21px;
  }

  .assurance-board__standards article > a {
    grid-column: 1;
  }

  .customer-cases__heading,
  .customer-cases__grid {
    grid-template-columns: 1fr;
  }

  .customer-cases__heading p {
    grid-column: 1;
  }

  .customer-case {
    min-height: 0;
    border-radius: 28px 8px 28px 28px;
  }

  .customer-cases__note { text-align: left; }

  .story-hero__visual {
    height: 470px;
    border-radius: 34px 13px 34px 13px;
  }

  .visual-window,
  .credential-scene,
  .security-scene,
  .integration-scene,
  .stories-scene,
  .implementation-scene,
  .network-scene,
  .k12-scene {
    inset: 19px;
  }

  .attendance-summary {
    margin: 17px;
    padding: 17px;
  }

  .attendance-summary strong { font-size: 37px; }
  .attendance-ring { width: 73px; height: 73px; }
  .attendance-roster { margin-inline: 17px; }
  .attendance-roster > span { min-height: 51px; }

  .credential-card {
    min-height: 340px;
    padding: 25px;
  }

  .credential-card h3 {
    margin-top: 35px;
    font-size: 25px;
  }

  .credential-card__meta {
    gap: 20px;
    margin-top: 44px;
  }

  .credential-qr {
    right: 25px;
    bottom: 24px;
    width: 45px;
    height: 45px;
  }

  .verify-card {
    right: 2px;
    bottom: 27px;
    width: 235px;
  }

  .degree-person {
    grid-template-columns: 45px 1fr;
    margin: 18px;
  }

  .degree-person > span {
    width: 45px;
    height: 45px;
  }

  .degree-person em { display: none; }
  .degree-progress { margin-inline: 18px; }
  .degree-grid { margin-inline: 18px; }

  .security-orbit--one,
  .integration-ring {
    width: 330px;
    height: 330px;
  }

  .security-orbit--two {
    width: 230px;
    height: 230px;
  }

  .security-event {
    width: 175px;
    padding: 11px;
  }

  .security-event--one { right: -2px; }
  .security-event--three { right: -2px; }

  .integration-node {
    width: 83px;
    min-height: 72px;
  }

  .integration-node--identity { top: 2px; }
  .integration-node--message { bottom: 2px; }

  .stories-scene img { height: 150px; }
  .stories-scene article > div { padding: 14px; }
  .stories-scene strong { font-size: 35px; }

  .implementation-scene {
    gap: 12px;
    padding-left: 5px;
  }

  .implementation-stage {
    min-height: 73px;
    grid-template-columns: 42px 1fr auto;
    padding: 11px;
  }

  .implementation-stage > span {
    width: 42px;
    height: 42px;
  }

  .implementation-stage.is-live {
    transform: translateX(8px);
  }

  .campus {
    min-width: 112px;
    padding: 10px;
  }

  .campus--one { top: 20px; left: 0; }
  .campus--two { top: 20px; right: 0; }
  .campus--three { bottom: 24px; left: 0; }
  .campus--four { right: 0; bottom: 24px; }

  .network-core {
    width: 130px;
    height: 130px;
  }

  .network-lines i { width: 130px; }

  .k12-scene {
    grid-template-columns: 1fr;
  }

  .family-card {
    position: absolute;
    right: -2px;
    bottom: 3px;
    width: 170px;
    padding: 17px;
  }

  .family-card strong { margin-top: 18px; }
  .family-card > b { margin-top: 20px; }

  .story-statement,
  .story-special,
  .feature-lab,
  .workflow-story,
  .principle-field,
  .story-related {
    padding-block: 90px;
  }

  .story-statement__grid,
  .story-special__heading,
  .feature-lab__heading,
  .workflow-story__heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .story-statement h2,
  .story-special__copy h2,
  .story-special__heading h2,
  .feature-lab__heading h2,
  .workflow-story__heading h2,
  .principle-field__intro h2,
  .story-related__heading h2 {
    font-size: clamp(43px, 12vw, 59px);
  }

  .story-statement p {
    grid-column: 1;
    font-size: 16px;
  }

  .story-special__heading {
    margin-bottom: 42px;
  }

  .story-special__copy > p,
  .story-special__heading p {
    font-size: 15px;
  }

  .story-special__media,
  .story-special__media > img {
    min-height: 400px;
  }

  .credential-routes {
    grid-template-columns: 1fr;
  }

  .credential-route {
    min-height: 380px;
  }

  .feature-lab__layout {
    margin-top: 50px;
  }

  .feature-switcher {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    border-left: 0;
    scrollbar-width: none;
  }

  .feature-switcher::-webkit-scrollbar { display: none; }

  .feature-switcher button {
    min-width: 150px;
    min-height: 74px;
    border-left: 1px solid var(--story-line);
  }

  .feature-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0;
    padding: 28px 22px 22px;
    border-radius: 28px 11px 28px 11px;
  }

  .feature-panel__copy {
    padding-top: 20px;
  }

  .feature-panel__screen {
    grid-row: auto;
    grid-column: 1;
    min-height: 380px;
    margin-top: 32px;
  }

  .story-outcome {
    padding-bottom: 45px;
  }

  .story-outcome__inner {
    min-height: 300px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 20px;
    padding: 45px 27px;
    border-radius: 16px 38px 16px 38px;
  }

  .story-outcome__inner h2 {
    font-size: 44px;
  }

  .workflow-rail {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 52px;
  }

  .workflow-rail::before {
    top: 35px;
    bottom: 35px;
    left: 23px;
    width: 2px;
    height: auto;
  }

  .workflow-rail article {
    display: grid;
    min-height: 115px;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    gap: 4px 19px;
    padding: 0 0 0 0;
    text-align: left;
  }

  .workflow-rail article > span {
    display: none;
  }

  .workflow-rail article > i {
    grid-row: span 2;
    width: 22px;
    height: 22px;
    margin: 0 0 0 13px;
  }

  .workflow-rail h3 { font-size: 17px; }

  .workflow-rail p {
    max-width: none;
    margin: 0;
  }

  .principle-field__grid {
    gap: 55px;
  }

  .principle-list article {
    min-height: 165px;
    grid-template-columns: 36px 48px 1fr;
    gap: 12px;
  }

  .principle-list article > i {
    width: 45px;
    height: 45px;
    border-radius: 15px;
  }

  .story-quote {
    width: calc(100% - 36px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 35px;
    margin-block: 90px;
    padding: 45px 27px;
    border-radius: 38px 14px 38px 14px;
  }

  .story-quote blockquote,
  .story-quote figcaption {
    grid-column: 1;
  }

  .story-related__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .story-related__links {
    margin-top: 50px;
  }

  .story-related__links a {
    min-height: 95px;
    grid-template-columns: 48px 1fr 42px;
  }

  .story-related__links strong {
    font-size: 26px;
  }

  .story-related__links i {
    width: 38px;
    height: 38px;
  }

  .story-closing {
    min-height: 620px;
    padding-block: 100px;
  }

  .story-closing h2 {
    font-size: clamp(52px, 14vw, 68px);
  }

  .story-closing__inner > div {
    align-items: center;
    flex-direction: column;
    gap: 19px;
  }

  .story-footer {
    padding-top: 120px;
  }

  .story-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px 25px;
  }

  .story-footer__brand {
    grid-row: auto;
    grid-column: span 2;
  }

  .story-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}

@media (max-width: 430px) {
  .story-hero__visual {
    height: 430px;
  }

  .visual-window__bar > span {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .attendance-roster > span:nth-child(3) {
    display: none;
  }

  .visual-signal {
    bottom: 13px;
  }

  .credential-card__meta span:nth-child(2) {
    display: none;
  }

  .verify-card {
    width: 205px;
  }

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

  .degree-grid > span:nth-child(3),
  .degree-grid > span:nth-child(4) {
    display: none;
  }

  .security-core {
    width: 130px;
    height: 130px;
  }

  .security-event {
    width: 158px;
  }

  .security-event--two {
    left: -8px;
  }

  .stories-scene {
    grid-template-columns: 1fr;
  }

  .stories-scene article:first-child {
    transform: translateY(-12px) rotate(-2deg);
  }

  .stories-scene article:nth-child(2) {
    transform: translateY(0) rotate(2deg);
  }

  .stories-scene img {
    height: 88px;
  }

  .stories-scene article > div {
    padding: 10px 14px;
  }

  .stories-scene strong {
    font-size: 27px;
  }

  .stories-thread {
    display: none;
  }

  .campus {
    min-width: 103px;
  }

  .campus small {
    display: none;
  }

  .network-core {
    width: 115px;
    height: 115px;
  }

  .feature-screen__rows em {
    display: none;
  }

  .principle-list article {
    grid-template-columns: 30px 1fr;
  }

  .principle-list article > i {
    display: none;
  }

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

  .story-footer__brand {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-hero__ticker > div,
  .visual-window__bar > b::before,
  .verify-card,
  .degree-progress > i b,
  .security-orbit,
  .integration-ring,
  .integration-flow i,
  .network-status i,
  .implementation-stage.is-live > span,
  .school-day__row.is-live > i,
  .feature-screen__signal > i b,
  .feature-screen__pulse span,
  .workflow-rail article > i {
    animation: none !important;
  }

  .story-hero__visual {
    transform: none !important;
  }
}

/* Have Fun — the school computer lab as a guided product studio */
.story-page[data-page="have-fun"] {
  --hf-ink: #17152e;
  --hf-lilac: #e8e0ff;
  --hf-lilac-pale: #f7f4ff;
  --hf-mint: #c9f3df;
  --hf-butter: #fff0a8;
  --hf-coral: #ff8d7c;
}

.story-page[data-page="have-fun"] .story-hero {
  min-height: 800px;
  padding: 148px 0 72px;
  background: #fff;
}

.story-page[data-page="have-fun"] .story-hero::before,
.story-page[data-page="have-fun"] .story-hero__wash {
  display: none;
}

.story-page[data-page="have-fun"] .story-hero__grid {
  min-height: 575px;
  grid-template-columns: minmax(420px, 0.86fr) minmax(580px, 1.14fr);
  gap: clamp(38px, 4.5vw, 76px);
}

.story-page[data-page="have-fun"] .story-hero__icon {
  display: none;
}

.story-page[data-page="have-fun"] .story-hero__copy h1 {
  font-size: clamp(64px, 5.6vw, 92px);
  line-height: 0.87;
}

.story-page[data-page="have-fun"] .story-hero__copy > p {
  max-width: 570px;
}

.story-page[data-page="have-fun"] .story-hero__proof > i {
  color: #176f55;
  background: var(--hf-mint);
}

.story-page[data-page="have-fun"] .story-hero__visual {
  height: 590px;
  border-color: rgba(23, 21, 46, 0.13);
  border-radius: 30px 8px 30px 30px;
  background: var(--hf-lilac-pale);
  box-shadow: 0 35px 80px rgba(56, 45, 104, 0.16);
}

.story-page[data-page="have-fun"] .story-hero__visual::before {
  top: -42px;
  right: -42px;
  width: 118px;
  height: 118px;
  border: 0;
  border-radius: 28px;
  background: var(--hf-butter);
  transform: rotate(9deg);
}

.story-page[data-page="have-fun"] .story-hero__visual::after {
  bottom: -24px;
  left: -30px;
  width: 90px;
  height: 90px;
  border: 0;
  border-radius: 50%;
  background: var(--hf-mint);
}

.product-photo-scene--havefun {
  inset: 0;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
}

.product-photo-scene--havefun::after {
  position: absolute;
  inset: 0;
  background: rgba(23, 21, 46, 0.05);
  content: "";
  pointer-events: none;
}

.product-photo-scene--havefun img {
  object-position: 53% center;
}

.hf-hero-console {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 17px 18px 15px;
  border: 1px solid rgba(23, 21, 46, 0.13);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(23, 21, 46, 0.2);
}

.hf-hero-console__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(23, 21, 46, 0.09);
  color: #67647c;
  font-size: 9px;
}

.hf-hero-console__head span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hf-hero-console__head i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #54be8e;
}

.hf-hero-console__head b {
  color: var(--hf-ink);
}

.hf-hero-console__head em {
  padding: 5px 9px;
  border-radius: 99px;
  color: #236d56;
  background: var(--hf-mint);
  font-style: normal;
  font-weight: 700;
}

.hf-hero-console__project {
  display: grid;
  padding: 14px 0 13px;
}

.hf-hero-console__project small {
  color: #706d85;
  font-size: 8px;
  text-transform: uppercase;
}

.hf-hero-console__project strong {
  margin-top: 3px;
  font-size: 17px;
}

.hf-hero-console__project span {
  margin-top: 2px;
  color: #706d85;
  font-size: 9px;
}

.hf-hero-console__route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.hf-hero-console__route::before {
  position: absolute;
  top: 11px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: #d8d3e8;
  content: "";
}

.hf-hero-console__route > span {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: #8a8799;
}

.hf-hero-console__route small {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid #ddd8eb;
  border-radius: 50%;
  background: #fff;
  font-size: 7px;
  font-weight: 700;
}

.hf-hero-console__route strong {
  font-size: 7px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hf-hero-console__route .is-active small {
  border-color: #765be6;
  color: #fff;
  background: #765be6;
  box-shadow: 0 0 0 5px rgba(118, 91, 230, 0.14);
}

.hf-hero-console__route .is-active strong {
  color: #5535c0;
}

/* Three reasons to say yes, immediately after the hero */
.hf-audience {
  border-top: 1px solid rgba(23, 21, 46, 0.11);
  border-bottom: 1px solid rgba(23, 21, 46, 0.11);
  background: #fff;
}

.hf-audience__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hf-audience article {
  display: grid;
  min-height: 156px;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 20px;
  padding: 30px 38px;
  border-right: 1px solid rgba(23, 21, 46, 0.11);
}

.hf-audience article:first-child {
  padding-left: 0;
}

.hf-audience article:last-child {
  padding-right: 0;
  border-right: 0;
}

.hf-audience article > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  color: var(--hf-ink);
  background: var(--hf-butter);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
}

.hf-audience article:nth-child(2) > span {
  background: var(--hf-mint);
}

.hf-audience article:nth-child(3) > span {
  background: var(--hf-lilac);
}

.hf-audience article > div {
  display: grid;
  gap: 7px;
}

.hf-audience small {
  color: #615e74;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hf-audience p {
  margin: 0;
  color: var(--hf-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.story-page[data-page="have-fun"] .story-statement {
  padding: 125px 0;
}

/* Teacher structure and student ownership */
.hf-school {
  padding: 140px 0 155px;
  border-top: 1px solid rgba(23, 21, 46, 0.09);
  background: #fff;
}

.hf-school__heading {
  max-width: 1040px;
  margin: 0 auto 82px;
  text-align: center;
}

.hf-school__heading .story-section-number {
  width: auto;
  padding-inline: 17px;
  background: var(--hf-butter);
}

.hf-school__heading h2,
.hf-showcase__copy h2 {
  margin: 28px 0 0;
  color: var(--hf-ink);
  font-family: var(--display);
  font-size: clamp(54px, 5.4vw, 78px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.94;
  text-transform: uppercase;
}

.hf-school__heading p {
  max-width: 680px;
  margin: 24px auto 0;
  color: #646177;
  font-size: 18px;
  line-height: 1.6;
}

.hf-school__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(23, 21, 46, 0.12);
  border-bottom: 1px solid rgba(23, 21, 46, 0.12);
}

.hf-school__side {
  min-width: 0;
  padding: 54px 54px 58px;
}

.hf-school__side:first-child {
  padding-left: 0;
  border-right: 1px solid rgba(23, 21, 46, 0.12);
}

.hf-school__side:last-child {
  padding-right: 0;
}

.hf-school__label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.hf-school__label span {
  color: #765be6;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 800;
}

.hf-school__label b {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hf-teacher-console,
.hf-student-canvas {
  border: 1px solid rgba(23, 21, 46, 0.13);
  border-radius: 22px 8px 22px 22px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(46, 38, 86, 0.11);
}

.hf-teacher-console {
  padding: 22px;
}

.hf-teacher-console__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(23, 21, 46, 0.09);
  font-size: 11px;
}

.hf-teacher-console__bar span {
  font-weight: 700;
}

.hf-teacher-console__bar em {
  color: #706d85;
  font-style: normal;
}

.hf-teacher-console__brief {
  display: grid;
  margin-top: 17px;
  padding: 22px;
  border-radius: 15px;
  background: var(--hf-lilac-pale);
}

.hf-teacher-console__brief small {
  color: #6d53d1;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hf-teacher-console__brief strong {
  margin-top: 7px;
  font-size: 21px;
}

.hf-teacher-console__brief span {
  margin-top: 7px;
  color: #6a677d;
  font-size: 11px;
  line-height: 1.5;
}

.hf-teacher-console__pulse {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 16px;
}

.hf-teacher-console__pulse span {
  display: grid;
  gap: 3px;
  min-height: 76px;
  align-content: center;
  padding: 12px;
  border-radius: 12px;
  color: #656276;
  background: #f5f8ff;
  font-size: 8px;
}

.hf-teacher-console__pulse span:nth-child(2) {
  background: #fff7d1;
}

.hf-teacher-console__pulse span:nth-child(3) {
  background: #e8faf1;
}

.hf-teacher-console__pulse b {
  color: var(--hf-ink);
  font-family: var(--display);
  font-size: 23px;
}

.hf-teacher-console__progress {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 18px;
  color: #716e82;
  font-size: 9px;
}

.hf-teacher-console__progress i {
  position: relative;
  grid-column: 1 / -1;
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: #ece9f5;
}

.hf-teacher-console__progress i::after {
  display: block;
  width: var(--progress);
  height: 100%;
  border-radius: inherit;
  background: #765be6;
  content: "";
}

.hf-teacher-console__progress b {
  color: var(--hf-ink);
}

.hf-ruled-list {
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid rgba(23, 21, 46, 0.1);
  list-style: none;
}

.hf-ruled-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 17px 2px;
  border-bottom: 1px solid rgba(23, 21, 46, 0.1);
}

.hf-ruled-list i {
  color: #775fca;
  font-family: var(--display);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.hf-ruled-list span {
  display: grid;
  color: #6b687d;
  font-size: 10px;
  line-height: 1.5;
}

.hf-ruled-list b {
  color: var(--hf-ink);
  font-size: 12px;
}

.hf-student-canvas {
  padding: 18px;
  background: var(--hf-mint);
}

.hf-student-canvas__browser {
  overflow: hidden;
  border: 1px solid rgba(23, 21, 46, 0.13);
  border-radius: 14px;
  background: #fff;
}

.hf-student-canvas__browser > div {
  display: flex;
  height: 34px;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(23, 21, 46, 0.09);
}

.hf-student-canvas__browser > div i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8d7c;
}

.hf-student-canvas__browser > div i:nth-child(2) {
  background: #f4c94f;
}

.hf-student-canvas__browser > div i:nth-child(3) {
  background: #54bf8f;
}

.hf-student-canvas__browser > div span {
  margin-left: 6px;
  color: #858195;
  font-size: 7px;
}

.hf-student-canvas__browser section {
  min-height: 230px;
  padding: 36px;
  background: var(--hf-butter);
}

.hf-student-canvas__browser section small {
  color: #775f34;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hf-student-canvas__browser section strong {
  display: block;
  max-width: 300px;
  margin-top: 15px;
  font-family: var(--display);
  font-size: 42px;
  line-height: 0.9;
  text-transform: uppercase;
}

.hf-student-canvas__browser section p {
  max-width: 330px;
  margin: 17px 0 0;
  color: #615b5b;
  font-size: 10px;
  line-height: 1.5;
}

.hf-student-canvas__browser section b {
  display: inline-block;
  margin-top: 22px;
  padding: 9px 13px;
  border-radius: 8px;
  color: #fff;
  background: var(--hf-ink);
  font-size: 8px;
}

.hf-student-canvas__lower {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 10px;
  margin-top: 10px;
}

.hf-data-card,
.hf-deploy-card {
  padding: 16px;
  border: 1px solid rgba(23, 21, 46, 0.12);
  border-radius: 13px;
  background: #fff;
}

.hf-data-card > small,
.hf-deploy-card > small {
  color: #777386;
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.hf-data-card > strong {
  display: block;
  margin: 4px 0 9px;
  font-size: 13px;
}

.hf-data-card > span {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8px;
  padding: 6px 0;
  border-top: 1px solid rgba(23, 21, 46, 0.08);
  font-size: 7px;
}

.hf-data-card i {
  color: #765be6;
  font-style: normal;
}

.hf-data-card em {
  color: #6b687b;
  font-style: normal;
}

.hf-deploy-card {
  display: grid;
  align-content: space-between;
  background: var(--hf-lilac-pale);
}

.hf-deploy-card > span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #246c55;
  font-size: 8px;
  font-weight: 700;
}

.hf-deploy-card > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #54bf8f;
  box-shadow: 0 0 0 4px rgba(84, 191, 143, 0.15);
}

.hf-deploy-card > strong {
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  background: #765be6;
  font-size: 8px;
  text-align: center;
}

.hf-student-route {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.hf-student-route span {
  padding: 6px 9px;
  border-radius: 99px;
  color: #5e5971;
  background: var(--hf-lilac-pale);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.hf-student-route i {
  width: 16px;
  height: 1px;
  background: #9b91bd;
}

.hf-student-route b {
  margin-left: auto;
  padding: 9px 11px;
  border-radius: 10px 3px 10px 10px;
  color: #733b36;
  background: #ffd6cf;
  font-size: 8px;
}

/* Interactive project journey */
.story-page[data-page="have-fun"] .feature-lab,
.story-page[data-page="have-fun"] .story-outcome {
  background: var(--hf-lilac-pale);
}

.story-page[data-page="have-fun"] .feature-switcher button.is-active,
.story-page[data-page="have-fun"] .feature-switcher button:hover {
  background: #fff;
}

.story-page[data-page="have-fun"] .feature-panel {
  border-radius: 24px 8px 24px 24px;
  box-shadow: 0 26px 65px rgba(65, 50, 125, 0.12);
}

.hf-feature-screen .feature-screen__bar b {
  margin-left: auto;
  padding: 5px 8px;
  border-radius: 99px;
  color: #5535c0;
  background: var(--hf-lilac);
  font-size: 7px;
  text-transform: uppercase;
}

.hf-feature-screen__project {
  display: grid;
  margin: 19px;
  padding: 22px;
  border-radius: 15px;
  background: var(--hf-butter);
}

.hf-feature-screen__project small {
  color: #796e48;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.hf-feature-screen__project strong {
  margin-top: 7px;
  font-size: 18px;
}

.hf-feature-screen__project span {
  margin-top: 5px;
  color: #686477;
  font-size: 9px;
}

.hf-feature-screen__route {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 19px 15px;
}

.hf-feature-screen__route > span {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: #8a8798;
  font-size: 7px;
  font-weight: 700;
}

.hf-feature-screen__route > span::before {
  position: absolute;
  z-index: 0;
  top: 11px;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #ded9eb;
  content: "";
}

.hf-feature-screen__route > span:last-child::before {
  display: none;
}

.hf-feature-screen__route i {
  z-index: 1;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid #dbd6e8;
  border-radius: 50%;
  background: #fff;
  font-size: 7px;
  font-style: normal;
}

.hf-feature-screen__route .is-done i {
  border-color: #765be6;
  color: #fff;
  background: #765be6;
}

.hf-feature-screen__teacher {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  display: grid;
  gap: 3px;
  padding: 13px;
  border-radius: 12px;
  background: var(--hf-mint);
}

.hf-feature-screen__teacher span {
  color: #26745b;
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.hf-feature-screen__teacher b {
  font-size: 9px;
}

.story-page[data-page="have-fun"] .story-outcome__inner {
  border-radius: 18px 44px 18px 44px;
}

.story-page[data-page="have-fun"] .workflow-story {
  scroll-margin-top: 100px;
  padding-bottom: 150px;
}

.story-page[data-page="have-fun"] .workflow-rail::before {
  top: 27px;
  right: 10%;
  left: 10%;
  background: #d9d4e8;
}

.story-page[data-page="have-fun"] .workflow-rail article > span {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid rgba(23, 21, 46, 0.12);
  border-radius: 18px;
  color: var(--hf-ink);
  background: var(--hf-butter);
  font-size: 18px;
}

.story-page[data-page="have-fun"] .workflow-rail article:nth-child(2) > span {
  background: var(--hf-lilac);
}

.story-page[data-page="have-fun"] .workflow-rail article:nth-child(3) > span {
  background: var(--hf-mint);
}

.story-page[data-page="have-fun"] .workflow-rail article:nth-child(4) > span {
  background: #ffd6cf;
}

.story-page[data-page="have-fun"] .workflow-rail article:nth-child(5) > span {
  color: #fff;
  background: var(--hf-ink);
}

.story-page[data-page="have-fun"] .workflow-rail article > i {
  display: none;
}

.story-page[data-page="have-fun"] .workflow-rail h3 {
  margin-top: 30px;
  font-family: var(--display);
  font-size: 24px;
  text-transform: uppercase;
}

.story-page[data-page="have-fun"] .workflow-rail p {
  font-size: 13px;
}

/* Student work showcase */
.hf-showcase {
  padding: 150px 0;
  background: var(--hf-lilac);
}

.hf-showcase__grid {
  display: grid;
  grid-template-columns: minmax(480px, 1.06fr) minmax(420px, 0.94fr);
  align-items: center;
  gap: clamp(70px, 8vw, 130px);
}

.hf-showcase__projects {
  position: relative;
  min-height: 620px;
}

.hf-project {
  position: absolute;
  width: min(500px, 92%);
  overflow: hidden;
  border: 1px solid rgba(23, 21, 46, 0.15);
  border-radius: 18px 6px 18px 18px;
  background: #fff;
  box-shadow: 0 30px 65px rgba(45, 36, 84, 0.17);
}

.hf-project > small {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(23, 21, 46, 0.1);
  color: #706d7e;
  background: #fff;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hf-project > div {
  min-height: 190px;
  padding: 30px;
}

.hf-project > div > span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.hf-project strong {
  display: block;
  max-width: 330px;
  margin-top: 35px;
  font-family: var(--display);
  font-size: 38px;
  line-height: 0.9;
  text-transform: uppercase;
}

.hf-project p {
  max-width: 310px;
  margin: 14px 0 0;
  font-size: 9px;
  line-height: 1.45;
}

.hf-project--festival {
  z-index: 3;
  top: 0;
  left: 0;
  transform: rotate(-2deg);
}

.hf-project--festival > div {
  background: var(--hf-butter);
}

.hf-project--science {
  z-index: 2;
  top: 178px;
  right: 0;
  transform: rotate(2.5deg);
}

.hf-project--science > div {
  background: var(--hf-mint);
}

.hf-project--library {
  z-index: 1;
  bottom: 0;
  left: 18px;
  transform: rotate(-1deg);
}

.hf-project--library > div {
  background: #ffd6cf;
}

.hf-showcase__copy .story-section-number {
  width: auto;
  padding-inline: 16px;
  border-color: rgba(23, 21, 46, 0.16);
}

.hf-showcase__copy > p {
  margin: 27px 0 0;
  color: #5f5b71;
  font-size: 16px;
  line-height: 1.65;
}

.hf-showcase__copy ul {
  display: grid;
  gap: 0;
  margin: 35px 0;
  padding: 0;
  border-top: 1px solid rgba(23, 21, 46, 0.13);
  list-style: none;
}

.hf-showcase__copy li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: 13px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(23, 21, 46, 0.13);
}

.hf-showcase__copy li > svg {
  width: 27px;
  height: 27px;
  padding: 6px;
  border-radius: 50%;
  color: #277358;
  background: var(--hf-mint);
}

.hf-showcase__copy li > span {
  display: grid;
  color: #686478;
  font-size: 11px;
  line-height: 1.5;
}

.hf-showcase__copy li b {
  color: var(--hf-ink);
  font-size: 13px;
}

.story-page[data-page="have-fun"] .principle-list article > i {
  color: var(--hf-butter);
}

.story-page[data-page="have-fun"] .story-related {
  background: #fff;
}

.story-page[data-page="have-fun"] .story-closing {
  min-height: 560px;
  background: var(--hf-lilac-pale);
}

.story-page[data-page="have-fun"] .story-closing__orb,
.story-page[data-page="have-fun"] .story-closing__core {
  display: none;
}

@media (max-width: 1180px) {
  .story-page[data-page="have-fun"] .story-hero__grid {
    grid-template-columns: minmax(390px, 0.9fr) minmax(500px, 1.1fr);
  }

  .hf-school__side {
    padding-inline: 35px;
  }

  .hf-showcase__grid {
    grid-template-columns: minmax(430px, 1fr) minmax(380px, 0.9fr);
    gap: 60px;
  }
}

@media (max-width: 980px) {
  .story-page[data-page="have-fun"] .story-hero {
    padding-bottom: 90px;
  }

  .story-page[data-page="have-fun"] .story-hero__grid {
    grid-template-columns: 1fr;
  }

  .story-page[data-page="have-fun"] .story-hero__copy {
    max-width: 720px;
  }

  .story-page[data-page="have-fun"] .story-hero__visual {
    width: min(760px, 100%);
    height: 600px;
  }

  .hf-audience__grid {
    grid-template-columns: 1fr;
  }

  .hf-audience article {
    min-height: 112px;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 21, 46, 0.1);
  }

  .hf-audience article:last-child {
    border-bottom: 0;
  }

  .hf-school__grid {
    grid-template-columns: 1fr;
  }

  .hf-school__side,
  .hf-school__side:first-child,
  .hf-school__side:last-child {
    padding: 55px 0;
    border-right: 0;
  }

  .hf-school__side:first-child {
    border-bottom: 1px solid rgba(23, 21, 46, 0.12);
  }

  .hf-showcase__grid {
    grid-template-columns: 1fr;
  }

  .hf-showcase__projects {
    width: min(650px, 100%);
    margin-inline: auto;
  }

  .hf-showcase__copy {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .story-page[data-page="have-fun"] .story-hero {
    padding-top: 132px;
  }

  .story-page[data-page="have-fun"] .story-hero__copy h1 {
    font-size: clamp(52px, 15vw, 70px);
  }

  .story-page[data-page="have-fun"] .story-hero__visual {
    height: 500px;
    margin-top: 18px;
    border-radius: 22px 6px 22px 22px;
  }

  .product-photo-scene--havefun img {
    object-position: 58% center;
  }

  .hf-hero-console {
    right: 11px;
    bottom: 11px;
    left: 11px;
    padding: 13px 12px 11px;
  }

  .hf-hero-console__head em {
    display: none;
  }

  .hf-hero-console__project {
    padding-block: 11px;
  }

  .hf-hero-console__route strong {
    font-size: 6px;
  }

  .story-page[data-page="have-fun"] .story-statement,
  .hf-school,
  .hf-showcase {
    padding-block: 90px;
  }

  .hf-school__heading {
    margin-bottom: 48px;
  }

  .hf-school__heading h2,
  .hf-showcase__copy h2 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .hf-school__heading p {
    font-size: 16px;
  }

  .hf-school__side,
  .hf-school__side:first-child,
  .hf-school__side:last-child {
    padding-block: 42px;
  }

  .hf-teacher-console {
    padding: 14px;
  }

  .hf-teacher-console__pulse {
    grid-template-columns: 1fr;
  }

  .hf-teacher-console__pulse span {
    min-height: 62px;
    grid-template-columns: 42px 1fr;
    align-items: center;
  }

  .hf-student-canvas {
    padding: 11px;
  }

  .hf-student-canvas__browser section {
    min-height: 210px;
    padding: 26px 22px;
  }

  .hf-student-canvas__browser section strong {
    font-size: 35px;
  }

  .hf-student-canvas__lower {
    grid-template-columns: 1fr;
  }

  .hf-deploy-card {
    min-height: 112px;
  }

  .hf-student-route {
    flex-wrap: wrap;
  }

  .hf-student-route b {
    width: 100%;
    margin-top: 7px;
    margin-left: 0;
    text-align: center;
  }

  .story-page[data-page="have-fun"] .feature-panel {
    padding: 26px 18px 18px;
  }

  .hf-feature-screen {
    min-height: 440px;
  }

  .story-page[data-page="have-fun"] .workflow-rail::before {
    top: 24px;
    bottom: 24px;
    left: 25px;
    width: 1px;
    height: auto;
  }

  .story-page[data-page="have-fun"] .workflow-rail article {
    min-height: 125px;
    grid-template-columns: 54px 1fr;
  }

  .story-page[data-page="have-fun"] .workflow-rail article > span {
    grid-row: span 2;
    width: 50px;
    height: 50px;
    margin: 0;
  }

  .story-page[data-page="have-fun"] .workflow-rail h3 {
    margin-top: 0;
  }

  .hf-showcase__projects {
    min-height: 570px;
  }

  .hf-project {
    width: 94%;
  }

  .hf-project > div {
    min-height: 168px;
    padding: 24px;
  }

  .hf-project strong {
    margin-top: 25px;
    font-size: 33px;
  }
}

@media (max-width: 430px) {
  .story-page[data-page="have-fun"] .story-hero__visual {
    height: 455px;
  }

  .hf-hero-console__project strong {
    font-size: 14px;
  }

  .hf-hero-console__route small {
    width: 21px;
    height: 21px;
  }

  .hf-project {
    width: 97%;
  }

  .hf-project--science {
    top: 170px;
  }

  .hf-project--library {
    left: 3px;
  }
}

/* Product-command hero workspaces: attendance and digital credentials */
.attendance-command,
.credential-command {
  position: absolute;
  z-index: 2;
  inset: 27px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(23, 21, 46, 0.14);
  border-radius: 21px;
  color: var(--story-ink);
  background: #f7f8fc;
  box-shadow: 0 28px 65px color-mix(in srgb, var(--story-accent) 15%, rgba(23, 21, 46, 0.08));
}

.attendance-command__top,
.credential-command__top {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  border-bottom: 1px solid var(--story-line);
  background: rgba(255, 255, 255, 0.9);
}

.attendance-command__top strong,
.attendance-command__top small,
.credential-command__top strong,
.credential-command__top small {
  display: block;
}

.attendance-command__top strong,
.credential-command__top strong {
  font-size: 11px;
}

.attendance-command__top small,
.credential-command__top small {
  color: var(--story-muted);
  font-size: 7px;
}

.attendance-command__top > span,
.credential-command__top > span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--story-accent-deep);
  font-size: 7px;
  font-weight: 800;
}

.attendance-command__top > span i,
.credential-command__top > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--story-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--story-accent) 14%, transparent);
  animation: storyPulse 2.1s ease-in-out infinite;
}

.attendance-command__grid {
  display: grid;
  min-height: 0;
  flex: 1;
  grid-template-columns: 0.72fr 1.25fr 0.72fr;
  gap: 8px;
  padding: 9px;
}

.attendance-device-panel,
.attendance-event-panel,
.attendance-insight-panel,
.credential-issue-panel,
.credential-preview,
.credential-verify-panel {
  overflow: hidden;
  border: 1px solid #e0e2eb;
  border-radius: 11px;
  background: #fff;
}

.attendance-device-panel__image {
  height: 82px;
  padding: 7px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--story-pale), #fff);
}

.attendance-device-panel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.attendance-device-panel h3 {
  margin: 0;
  padding: 9px 10px 6px;
  font-size: 8px;
}

.attendance-device-panel ul {
  margin: 0;
  padding: 0 9px;
  list-style: none;
}

.attendance-device-panel li {
  display: grid;
  grid-template-columns: 6px 1fr auto;
  align-items: center;
  gap: 6px;
  min-height: 43px;
  border-top: 1px solid #ececf2;
}

.attendance-device-panel li > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #49b88a;
  box-shadow: 0 0 0 3px #e2f7ee;
}

.attendance-device-panel li b,
.attendance-device-panel li small {
  display: block;
  font-size: 6px;
}

.attendance-device-panel li small {
  color: var(--story-muted);
  font-size: 5px;
}

.attendance-device-panel li em {
  color: #207b59;
  font-size: 5px;
  font-style: normal;
  font-weight: 800;
}

.attendance-event-panel__head {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 11px;
  border-bottom: 1px solid #e8e9ef;
}

.attendance-event-panel__head small,
.attendance-event-panel__head strong {
  display: block;
}

.attendance-event-panel__head small {
  color: var(--story-muted);
  font-size: 5px;
}

.attendance-event-panel__head strong {
  font-size: 8px;
}

.attendance-event-panel__head > span {
  padding: 5px 7px;
  border: 1px solid #e0e2eb;
  border-radius: 7px;
  font-size: 5px;
}

.attendance-event {
  display: grid;
  min-height: 58px;
  grid-template-columns: 28px 27px 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border-bottom: 1px solid #ececf2;
}

.attendance-event time {
  color: var(--story-muted);
  font-size: 5px;
}

.attendance-event > i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--story-accent);
  font-size: 5px;
  font-style: normal;
  font-weight: 800;
}

.attendance-event.is-staff > i {
  background: #6d54d9;
}

.attendance-event.is-late > i {
  color: #83570d;
  background: #ffe699;
}

.attendance-event b,
.attendance-event small {
  display: block;
  font-size: 6px;
}

.attendance-event small {
  color: var(--story-muted);
  font-size: 5px;
}

.attendance-event > em {
  padding: 4px 6px;
  border-radius: 20px;
  color: #207b59;
  background: #e3f8ed;
  font-size: 5px;
  font-style: normal;
  font-weight: 800;
}

.attendance-event.is-late > em {
  color: #8d5e0e;
  background: #fff1c4;
}

.attendance-insight-panel {
  display: flex;
  flex-direction: column;
  padding: 13px;
  background: linear-gradient(180deg, #fff, color-mix(in srgb, var(--story-pale) 45%, #fff));
}

.attendance-live-ring {
  display: grid;
  width: 104px;
  height: 104px;
  margin: 4px auto 13px;
  place-content: center;
  border-radius: 50%;
  background: radial-gradient(closest-side, #fff 76%, transparent 78% 99%), conic-gradient(var(--story-accent) 91%, #e9ebf1 0);
  text-align: center;
}

.attendance-live-ring strong,
.attendance-live-ring small {
  display: block;
}

.attendance-live-ring strong {
  font-family: var(--display);
  font-size: 23px;
  line-height: 1;
}

.attendance-live-ring small {
  color: var(--story-muted);
  font-size: 5px;
}

.attendance-insight-panel > div {
  margin-top: auto;
  padding: 11px;
  border: 1px solid color-mix(in srgb, var(--story-accent) 24%, #fff);
  border-radius: 9px;
  background: #fff;
}

.attendance-insight-panel > div small,
.attendance-insight-panel > div strong,
.attendance-insight-panel > div b {
  display: block;
}

.attendance-insight-panel > div small {
  color: var(--story-accent-deep);
  font-size: 5px;
  font-weight: 800;
  text-transform: uppercase;
}

.attendance-insight-panel > div strong {
  margin-top: 4px;
  font-size: 7px;
}

.attendance-insight-panel > div p {
  margin: 4px 0 7px;
  color: var(--story-muted);
  font-size: 5px;
  line-height: 1.4;
}

.attendance-insight-panel > div b {
  color: var(--story-accent-deep);
  font-size: 5.5px;
}

.attendance-command__flow,
.credential-command__flow {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border-top: 1px solid var(--story-line);
  background: #fff;
  color: var(--story-muted);
  font-size: 5.5px;
}

.attendance-command__flow i,
.credential-command__flow i {
  width: 26px;
  height: 1px;
  background: var(--story-accent);
}

.attendance-command__flow strong,
.credential-command__flow strong {
  color: var(--story-accent-deep);
}

.credential-command__grid {
  display: grid;
  min-height: 0;
  flex: 1;
  grid-template-columns: 0.86fr 1.05fr 0.72fr;
  gap: 8px;
  padding: 9px;
}

.credential-issue-panel,
.credential-verify-panel {
  padding: 12px;
}

.credential-issue-panel__title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececf2;
}

.credential-issue-panel__title > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  color: var(--story-accent-deep);
  background: var(--story-pale);
}

.credential-issue-panel__title svg {
  width: 16px;
  height: 16px;
}

.credential-issue-panel__title small,
.credential-issue-panel__title strong {
  display: block;
  font-size: 5px;
}

.credential-issue-panel__title strong {
  margin-top: 2px;
  font-size: 7px;
}

.credential-issue-panel dl,
.credential-verify-panel dl {
  margin: 5px 0 8px;
}

.credential-issue-panel dl > div,
.credential-verify-panel dl > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid #ececf2;
}

.credential-issue-panel dt,
.credential-issue-panel dd,
.credential-verify-panel dt,
.credential-verify-panel dd {
  margin: 0;
  color: var(--story-muted);
  font-size: 5px;
}

.credential-issue-panel dd,
.credential-verify-panel dd {
  color: var(--story-ink);
  font-weight: 700;
  text-align: right;
}

.credential-issue-panel dd span {
  color: #207b59;
}

.credential-paths {
  display: grid;
  gap: 5px;
}

.credential-paths > span {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 1px 6px;
  padding: 7px;
  border: 1px solid #e3e4eb;
  border-radius: 8px;
}

.credential-paths > span.is-active {
  border-color: color-mix(in srgb, var(--story-accent) 45%, #fff);
  background: var(--story-pale-2);
}

.credential-paths i {
  width: 12px;
  height: 12px;
  grid-row: 1 / 3;
  border: 1px solid #c9cad4;
  border-radius: 50%;
}

.credential-paths .is-active i {
  border: 3px solid #fff;
  background: var(--story-accent);
  box-shadow: 0 0 0 1px var(--story-accent);
}

.credential-paths b,
.credential-paths small {
  display: block;
  font-size: 5.5px;
}

.credential-paths small {
  color: var(--story-muted);
  font-size: 4.5px;
}

.credential-issue-action,
.credential-verify-action {
  display: grid;
  min-height: 28px;
  margin-top: 8px;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: var(--story-accent-deep);
  font-size: 5.5px;
  text-decoration: none;
}

.credential-preview {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 10px;
  background: linear-gradient(145deg, var(--story-pale-2), #fff);
}

.credential-preview > small {
  margin-top: 9px;
  color: var(--story-muted);
  font-size: 5px;
}

.credential-card--console {
  width: 100%;
  min-height: 258px;
  padding: 19px;
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(28, 98, 77, 0.12);
  transform: none;
}

.credential-card--console::after {
  top: -45px;
  right: -45px;
  width: 130px;
  height: 130px;
  border-width: 22px;
}

.credential-card--console .credential-card__top > span {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}

.credential-card--console .credential-card__top svg {
  width: 17px;
  height: 17px;
}

.credential-card--console .credential-card__top small {
  font-size: 6px;
}

.credential-card--console h3 {
  margin: 28px 0 6px;
  font-size: 18px;
}

.credential-card--console > p {
  font-size: 7px;
}

.credential-card--console .credential-card__meta {
  gap: 18px;
  margin-top: 42px;
}

.credential-card--console .credential-card__meta span,
.credential-card--console .credential-card__meta b {
  font-size: 5px;
}

.credential-card--console .credential-card__meta b {
  font-size: 6px;
}

.credential-card--console .credential-qr {
  right: 18px;
  bottom: 17px;
  width: 38px;
  height: 38px;
  gap: 2px;
}

.credential-verify-panel {
  display: flex;
  flex-direction: column;
}

.credential-verify-panel__result > span {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--story-accent);
}

.credential-verify-panel__result svg {
  width: 18px;
  height: 18px;
}

.credential-verify-panel__result small,
.credential-verify-panel__result strong {
  display: block;
}

.credential-verify-panel__result small {
  color: #207b59;
  font-size: 5px;
  font-weight: 800;
  text-transform: uppercase;
}

.credential-verify-panel__result strong {
  margin-top: 4px;
  font-size: 8px;
  line-height: 1.2;
}

.credential-verify-panel__result p {
  margin: 5px 0 9px;
  color: var(--story-muted);
  font-size: 5px;
  line-height: 1.5;
}

.credential-verify-action {
  margin-top: auto;
  color: var(--story-accent-deep);
  background: var(--story-pale);
}

@media (max-width: 760px) {
  .attendance-command,
  .credential-command {
    inset: 14px;
  }

  .attendance-command__grid,
  .credential-command__grid {
    grid-template-columns: 1fr 0.68fr;
  }

  .attendance-device-panel,
  .credential-verify-panel {
    display: none;
  }
}

@media (max-width: 430px) {
  .attendance-command__grid,
  .credential-command__grid {
    grid-template-columns: 1fr;
  }

  .attendance-insight-panel,
  .credential-preview {
    display: none;
  }

  .attendance-event {
    min-height: 54px;
  }

  .credential-command__flow,
  .attendance-command__flow {
    gap: 5px;
  }

  .credential-command__flow i,
  .attendance-command__flow i {
    width: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .attendance-command__top > span i,
  .credential-command__top > span i {
    animation: none;
  }
}
