:root {
  --home-blue: #0066cc;
  --home-blue-focus: #0071e3;
  --home-blue-dark: #2997ff;
  --home-ink: #1d1d1f;
  --home-muted: #6e6e73;
  --home-canvas: #ffffff;
  --home-parchment: #f5f5f7;
  --home-pearl: #fafafc;
  --home-dark: #272729;
  --home-dark-2: #2a2a2c;
  --home-black: #000000;
  --home-hairline: #e0e0e0;
  --home-header-height: 96px;
  --home-max: 1440px;
  --home-reading: 1120px;
  --home-radius: 18px;
}

body.home-redesign {
  margin: 0;
  color: var(--home-ink);
  background: var(--home-canvas);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang TC", "Noto Sans TC", sans-serif;
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

.home-redesign h1,
.home-redesign h2,
.home-redesign h3,
.home-redesign p,
.home-redesign figure {
  margin: 0;
}

.home-redesign h1,
.home-redesign h2,
.home-redesign h3,
.home-redesign strong {
  font-family: "Cabinet Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "PingFang TC", sans-serif;
}

.home-redesign h1,
.home-redesign h2,
.home-redesign h3 {
  color: inherit;
}

.home-redesign p {
  color: inherit;
  font-size: inherit;
  font-weight: 400;
}

.home-redesign a,
.home-redesign button {
  -webkit-tap-highlight-color: transparent;
}

.home-redesign a:focus-visible,
.home-redesign button:focus-visible {
  outline: 2px solid var(--home-blue-focus);
  outline-offset: 3px;
}

.home-redesign img {
  display: block;
  max-width: 100%;
}

.home-main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.home-main > section[id] {
  scroll-margin-top: var(--home-header-height);
}

.home-container {
  width: min(var(--home-max), calc(100% - 80px));
  margin-inline: auto;
}

.max-w-6xl {
  width: 100%;
  max-width: 1200px;
}

.copy-line {
  display: block;
}

.mobile-copy-break {
  display: none;
}

.home-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--home-header-height);
}

.home-global-nav,
.home-subnav {
  display: flex;
  align-items: center;
  padding-inline: clamp(24px, 5vw, 72px);
}

.home-global-nav {
  height: 44px;
  color: #fff;
  background: var(--home-black);
}

.home-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.home-brand img {
  width: 124px;
  height: auto;
}

.home-utility-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  margin-left: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.home-utility-nav a {
  color: rgba(255, 255, 255, 0.86);
  transition: color 180ms ease;
}

.home-utility-nav a:hover {
  color: #fff;
}

.utility-divider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.28);
}

.home-subnav {
  height: 52px;
  gap: 28px;
  color: var(--home-ink);
  background: rgba(245, 245, 247, 0.82);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: saturate(180%) blur(20px);
}

.home-subnav-title {
  flex: 0 0 auto;
  font-family: "Cabinet Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "PingFang TC", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.home-section-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.7vw, 26px);
  min-width: 0;
  margin-left: auto;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.home-section-nav a {
  color: #424245;
  transition: color 180ms ease;
}

.home-section-nav a:hover {
  color: var(--home-blue);
}

.home-nav-cta,
.home-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 11px 22px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.home-nav-cta {
  min-height: 34px;
  padding: 8px 16px;
  color: #fff;
  background: var(--home-blue);
  font-size: 13px;
}

.home-nav-cta:hover,
.home-button-primary:hover {
  background: var(--home-blue-focus);
}

.home-nav-cta:active,
.home-button:active {
  transform: scale(0.95);
}

.home-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 0;
  background: transparent;
}

.home-menu-button span {
  background: #fff;
}

.home-mobile-nav {
  top: var(--home-header-height);
  inset-inline: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

.home-hero {
  min-height: calc(100svh - var(--home-header-height) - 40px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(500px, 0.92fr);
  align-items: stretch;
  overflow: hidden;
  background: var(--home-canvas);
}

.home-hero-copy {
  width: 100%;
  margin-inline: 0;
  align-self: center;
  padding: clamp(80px, 8vw, 132px) clamp(40px, 6vw, 96px);
}

.home-hero-copy > .brand-line {
  position: relative;
  top: -8px;
  margin-bottom: 30px;
  color: var(--home-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  word-spacing: 0.12em;
}

.home-hero h1 {
  color: var(--home-ink);
  font-size: 74px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

.home-hero h1 .copy-line {
  white-space: nowrap;
}

.home-hero h1 .hero-copy-line {
  display: flex;
  align-items: baseline;
  column-gap: 0.08em;
}

.home-hero-copy > .home-hero-lead {
  max-width: 760px;
  margin-top: 40px;
  color: var(--home-muted);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.55;
}

.home-hero-lead span,
.cycle-heading > p span,
.join-content > p span {
  display: block;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
}

.home-button-primary {
  color: #fff;
  background: var(--home-blue);
}

.home-button-secondary {
  color: var(--home-blue);
  background: transparent;
  border-color: var(--home-blue);
}

.home-button-secondary:hover {
  color: #fff;
  background: var(--home-blue);
}

.hero-number-stage {
  position: relative;
  min-height: 680px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  color: #fff;
  background: var(--home-black);
  isolation: isolate;
}

.hero-number-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
}

.hero-number-cell {
  position: relative;
  min-width: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-number-cell-6 {
  color: #fff;
  background: #111113;
}

.hero-number-cell-4 {
  color: var(--home-ink);
  background: var(--home-parchment);
}

.hero-number-cell-2 {
  color: #fff;
  background: var(--home-blue);
}

.hero-number {
  display: block;
  font-family: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "PingFang TC", sans-serif;
  font-size: clamp(180px, 18vw, 300px);
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0;
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.hero-number-word {
  position: absolute;
  right: 0;
  bottom: 34px;
  left: 0;
  color: currentColor;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  opacity: 0.72;
}

.hero-number-footer {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-inline: clamp(24px, 3vw, 48px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.2;
}

.hero-number-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 4px;
  background: var(--home-blue-dark);
  transform-origin: 0 50%;
}

.home-hero-media {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--home-dark);
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(24px, 3.5vw, 64px);
  filter: contrast(1.04);
}

.home-hero-media figcaption {
  position: absolute;
  right: 40px;
  bottom: 28px;
  left: 40px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.home-hero-media figcaption span,
.system-bento h3 span {
  display: block;
}

.home-section {
  padding-block: clamp(120px, 10vw, 160px);
}

.home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.72fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(64px, 6vw, 96px);
}

.home-section-heading h2,
.fit-heading h2,
.positioning-statement h2,
.join-content h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
}

.home-section-heading > p,
.fit-heading > p {
  color: var(--home-muted);
  font-size: 22px;
  line-height: 1.5;
}

.positioning-section {
  background: var(--home-parchment);
}

.positioning-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(430px, 0.85fr);
  gap: clamp(64px, 7vw, 112px);
  align-items: center;
}

.positioning-statement h2 {
  font-size: 72px;
}

.positioning-statement .copy-line {
  white-space: nowrap;
}

.inline-type-image {
  width: clamp(76px, 8vw, 130px);
  height: clamp(34px, 3.3vw, 52px);
  display: inline-block;
  margin-inline: 10px;
  overflow: hidden;
  border-radius: 8px;
  vertical-align: 0.05em;
  background: var(--home-dark);
}

.inline-type-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.15);
  transition: transform 700ms ease-out, filter 700ms ease-out;
}

.positioning-statement:hover .inline-type-image img {
  transform: scale(1.08);
  filter: grayscale(0.2) contrast(1.1);
}

.positioning-content {
  max-width: 680px;
}

.positioning-content > p {
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.65;
}

.positioning-content > .positioning-lead {
  margin-bottom: 18px;
  color: var(--home-ink);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}

.positioning-lead .copy-line {
  white-space: nowrap;
}

.role-carousel {
  margin-top: 48px;
  border-top: 1px solid var(--home-hairline);
  border-bottom: 1px solid var(--home-hairline);
}

.role-carousel-viewport {
  min-height: 210px;
  display: grid;
  align-items: center;
  padding-block: 36px;
}

.role-slide[hidden] {
  display: none;
}

.role-slide span {
  display: block;
  margin-bottom: 12px;
  color: var(--home-blue);
  font-size: 14px;
  font-weight: 600;
}

.role-slide strong {
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}

.role-slide p {
  margin-top: 16px;
  color: var(--home-muted);
}

.role-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 18px;
  border-top: 1px solid var(--home-hairline);
}

.role-carousel-controls p {
  color: var(--home-muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.role-carousel-controls > div {
  display: flex;
  gap: 8px;
}

.role-carousel-controls button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: var(--home-ink);
  background: #d2d2d7;
  font-size: 20px;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.role-carousel-controls button:hover {
  background: #c7c7cc;
}

.role-carousel-controls button:active {
  transform: scale(0.94);
}

.system-section {
  background: var(--home-canvas);
}

.heading-wide h2 {
  max-width: 900px;
}

.system-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(250px, auto));
  grid-auto-flow: dense;
  gap: 0;
  overflow: hidden;
  border-radius: var(--home-radius);
  background: var(--home-hairline);
}

.system-bento > article {
  border: 1px solid var(--home-hairline);
  padding: clamp(32px, 3.5vw, 56px);
}

.system-bento h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.08;
}

.system-bento p {
  margin-top: 18px;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.55;
}

.system-bento-main {
  grid-column: span 6;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background: var(--home-dark);
}

.system-bento-main p {
  color: rgba(255, 255, 255, 0.72);
}

.bento-sequence {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.bento-sequence span {
  padding: 24px;
  color: rgba(255, 255, 255, 0.84);
  background: var(--home-dark);
  font-family: "Cabinet Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "PingFang TC", sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.system-bento-wide {
  grid-column: span 6;
  grid-row: span 1;
  background: var(--home-parchment);
}

.system-bento-small {
  grid-column: span 3;
  grid-row: span 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--home-canvas);
}

.system-bento-small span {
  color: var(--home-blue);
  font-size: 14px;
  font-weight: 600;
}

.system-bento-small strong {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.18;
}

.system-bento-small strong.bento-single-line {
  font-size: clamp(24px, 1.7vw, 26px);
  white-space: nowrap;
}

.system-bento-small-dark {
  color: #fff;
  background: var(--home-dark-2);
}

.system-bento-small-dark span {
  color: var(--home-blue-dark);
}

.framework-section {
  color: #fff;
  background: var(--home-black);
}

.heading-on-dark > p {
  color: #ccc;
}

.framework-accordion {
  min-height: 500px;
  display: flex;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.framework-panel {
  position: relative;
  min-width: 0;
  flex: 0.72;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 3vw, 48px);
  overflow: hidden;
  background: var(--home-dark);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  transition: flex 700ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 400ms ease;
}

.framework-panel:last-child {
  border-right: 0;
}

.framework-panel.is-active {
  flex: 2.2;
  background: var(--home-dark-2);
}

.framework-panel button {
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.framework-title {
  display: block;
  font-family: "Cabinet Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "PingFang TC", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: 0;
}

.framework-title > span {
  display: block;
  white-space: nowrap;
}

.framework-panel:not(.is-active) .framework-title {
  font-size: 36px;
}

.framework-panel-content {
  max-width: 580px;
  margin-top: 56px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 400ms ease 180ms, transform 400ms ease 180ms;
}

.framework-panel.is-active .framework-panel-content {
  opacity: 1;
  transform: translateY(0);
}

.framework-panel-content p {
  color: #ccc;
  font-size: 22px;
  line-height: 1.55;
}

.framework-document {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 48px;
}

.framework-document span,
.framework-document strong {
  display: block;
}

.framework-document span {
  margin-bottom: 8px;
  color: var(--home-blue-dark);
  font-size: 14px;
  font-weight: 600;
}

.framework-document strong {
  font-size: 30px;
  font-weight: 600;
}

.framework-document a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 11px 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--home-blue);
  transition: transform 180ms ease, background-color 180ms ease;
}

.framework-document a:hover {
  background: var(--home-blue-focus);
}

.framework-document a:active {
  transform: scale(0.95);
}

.cycle-section {
  background: var(--home-canvas);
}

.cycle-heading > p {
  font-size: 20px;
}

.cycle-media {
  width: min(1440px, 100%);
  margin-inline: auto;
  background: var(--home-dark);
}

.cycle-media img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  filter: brightness(1);
  box-shadow: rgba(0, 0, 0, 0.22) 3px 5px 30px 0;
}

.cycle-process {
  width: min(1440px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 28px;
  margin: 64px auto 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--home-hairline);
}

.cycle-process li {
  min-height: 120px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding-block: 24px;
  border-bottom: 1px solid var(--home-hairline);
}

.cycle-process li > span {
  color: var(--home-blue);
  font-size: 14px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.cycle-process strong {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.cycle-process p {
  margin-top: 8px;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.5;
}

.fit-section {
  color: #fff;
  background: var(--home-dark);
}

.fit-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(64px, 7vw, 112px);
  align-items: start;
}

.fit-heading {
  position: sticky;
  top: calc(var(--home-header-height) + 56px);
}

.fit-heading > p {
  margin-top: 32px;
  color: #ccc;
}

.fit-comparison {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.fit-comparison article {
  padding-block: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fit-comparison h3 {
  margin-bottom: 28px;
  color: var(--home-blue-dark);
  font-size: 40px;
  font-weight: 600;
}

.fit-comparison ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-comparison li {
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 19px;
  line-height: 1.55;
}

.fit-comparison li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-blue-dark);
  content: "";
}

.vision-section {
  padding-bottom: clamp(140px, 13vw, 200px);
  background: var(--home-parchment);
}

.vision-heading h2 {
  max-width: 980px;
}

.runway-stack {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.runway-card {
  position: sticky;
  top: calc(var(--home-header-height) + 40px);
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(180px, 0.38fr) minmax(0, 1fr);
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  margin-top: 32px;
  padding: clamp(44px, 5vw, 72px);
  border-radius: var(--home-radius);
  color: var(--home-ink);
  background: var(--home-canvas);
  border: 1px solid var(--home-hairline);
  transform-origin: center top;
}

.runway-card:first-child {
  margin-top: 0;
}

.runway-card:nth-child(2) {
  top: calc(var(--home-header-height) + 56px);
  color: #fff;
  background: var(--home-dark);
  border-color: var(--home-dark);
}

.runway-card:nth-child(3) {
  top: calc(var(--home-header-height) + 72px);
  background: var(--home-canvas);
}

.runway-card:nth-child(4) {
  top: calc(var(--home-header-height) + 88px);
  color: #fff;
  background: var(--home-black);
  border-color: var(--home-black);
}

.runway-year {
  color: var(--home-blue);
  font-family: "Cabinet Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "PingFang TC", sans-serif;
  font-size: 88px;
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: 0;
  white-space: nowrap;
}

.runway-card:nth-child(2) .runway-year,
.runway-card:nth-child(4) .runway-year {
  color: var(--home-blue-dark);
}

.runway-card h3 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.04;
}

.runway-card p {
  max-width: 680px;
  margin-top: 24px;
  color: var(--home-muted);
  font-size: 20px;
  line-height: 1.55;
}

.runway-card:nth-child(2) p,
.runway-card:nth-child(4) p {
  color: #ccc;
}

.vision-note {
  width: min(1120px, 100%);
  margin: 36px auto 0;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.5;
}

.join-section {
  min-height: 72svh;
  display: grid;
  align-items: center;
  padding-block: clamp(120px, 11vw, 176px);
  color: #fff;
  background: var(--home-black);
}

.join-content {
  text-align: center;
}

.join-content h2 {
  max-width: 1220px;
  margin-inline: auto;
  font-size: 76px;
}

.join-content > p {
  margin-top: 40px;
  color: #ccc;
  font-size: 22px;
  line-height: 1.5;
}

.join-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
}

.home-button-light {
  color: var(--home-blue);
  background: #fff;
}

.home-button-light:hover {
  color: #fff;
  background: var(--home-blue);
}

.home-button-dark-ghost {
  color: var(--home-blue-dark);
  background: transparent;
  border-color: var(--home-blue-dark);
}

.home-button-dark-ghost:hover {
  color: #fff;
  background: var(--home-blue);
  border-color: var(--home-blue);
}

.home-footer {
  padding-block: 64px;
  color: #333;
  background: var(--home-parchment);
}

.home-footer-layout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.home-footer img {
  width: 148px;
}

.home-footer p,
.home-footer strong,
.home-footer a {
  font-size: 12px;
  line-height: 1.5;
}

.home-footer strong {
  display: block;
  margin-top: 4px;
  font-weight: 600;
}

.home-footer a {
  color: var(--home-blue);
}

@media (max-width: 1180px) {
  .home-section-nav {
    display: none;
  }

  .home-hero {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.84fr);
  }

  .home-hero-copy {
    padding-inline: 44px;
  }

  .home-hero h1 {
    font-size: 56px;
  }

  .positioning-layout {
    grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.98fr);
    gap: 64px;
  }

  .positioning-content {
    max-width: none;
  }
}

@media (max-width: 1068px) {
  :root {
    --home-header-height: 96px;
  }

  .home-container {
    width: min(100% - 48px, var(--home-max));
  }

  .home-utility-nav {
    display: none;
  }

  .home-menu-button {
    display: inline-flex;
  }

  .home-subnav {
    padding-inline: 24px;
  }

  .home-hero {
    min-height: calc(100svh - var(--home-header-height));
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.88fr);
  }

  .home-hero-copy {
    min-height: 0;
    display: block;
    padding: 72px 32px;
  }

  .home-hero h1 {
    font-size: 48px;
  }

  .home-section-heading h2,
  .fit-heading h2,
  .join-content h2 {
    font-size: 52px;
  }

  .positioning-statement h2 {
    font-size: 46px;
  }

  .home-hero-media {
    min-height: 0;
  }

  .home-section {
    padding-block: 112px;
  }

  .home-section-heading {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 72px;
  }

  .home-section-heading > p,
  .fit-heading > p {
    font-size: 20px;
  }

  .positioning-layout {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: 40px;
    align-items: start;
  }

  .positioning-content > p {
    font-size: 17px;
  }

  .positioning-content > .positioning-lead {
    font-size: 24px;
  }

  .role-carousel {
    margin-top: 36px;
  }

  .role-carousel-viewport {
    min-height: 180px;
    padding-block: 28px;
  }

  .role-slide strong {
    font-size: 36px;
  }

  .system-bento {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(230px, auto));
  }

  .system-bento > article {
    padding: 32px;
  }

  .system-bento h3 {
    font-size: 34px;
  }

  .system-bento p {
    font-size: 16px;
  }

  .bento-sequence span {
    padding: 20px;
    font-size: 28px;
  }

  .system-bento-small strong {
    margin-top: 24px;
    font-size: 24px;
  }

  .framework-accordion {
    min-height: 440px;
  }

  .framework-panel {
    padding: 28px;
  }

  .framework-title {
    font-size: 42px;
  }

  .framework-panel:not(.is-active) .framework-title {
    font-size: 24px;
  }

  .framework-panel-content {
    margin-top: 40px;
  }

  .framework-panel-content p {
    font-size: 18px;
  }

  .fit-layout {
    grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
    gap: 48px;
  }

  .fit-heading {
    top: calc(var(--home-header-height) + 32px);
  }

  .runway-card {
    min-height: 260px;
    grid-template-columns: minmax(140px, 0.32fr) minmax(0, 1fr);
    gap: 48px;
    margin-top: 24px;
    padding: 40px;
  }

  .runway-year {
    font-size: 78px;
  }

  .runway-card h3 {
    font-size: 44px;
  }

  .runway-card p {
    margin-top: 18px;
    font-size: 18px;
  }

  .join-content h2 {
    font-size: 64px;
  }
}

@media (max-width: 880px) {
  .home-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .home-hero-copy {
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 32px;
  }

  .home-hero h1 {
    font-size: 64px;
  }

  .hero-number-stage {
    min-height: 420px;
  }

  .hero-number {
    font-size: clamp(150px, 30vw, 220px);
  }

  .positioning-layout {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .positioning-statement h2 {
    font-size: 56px;
  }

  .positioning-content {
    max-width: 760px;
  }

  .system-bento {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .system-bento-main,
  .system-bento-wide {
    grid-column: span 6;
  }

  .system-bento-small,
  .system-bento-small:last-child {
    grid-column: span 3;
  }

  .system-bento-main {
    min-height: 500px;
  }

  .system-bento-wide {
    min-height: 240px;
  }

  .system-bento-small {
    min-height: 220px;
  }

  .fit-layout {
    grid-template-columns: 1fr;
  }

  .cycle-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 32px;
  }

  .fit-heading {
    position: static;
  }
}

@media (max-width: 734px) {
  :root {
    --home-header-height: 96px;
  }

  .home-container {
    width: min(100% - 32px, var(--home-max));
  }

  .home-global-nav,
  .home-subnav {
    padding-inline: 16px;
  }

  .home-brand img {
    width: 112px;
  }

  .home-subnav {
    gap: 12px;
  }

  .home-subnav-title {
    min-width: 0;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-nav-cta {
    min-height: 44px;
    margin-left: auto;
  }

  .home-mobile-nav {
    max-height: calc(100svh - var(--home-header-height));
    overflow-y: auto;
  }

  .home-hero-copy {
    min-height: auto;
    padding: 56px 20px;
  }

  .home-hero-copy > .brand-line {
    top: -6px;
    margin-bottom: 24px;
    font-size: 10px;
  }

  .home-hero h1 {
    font-size: 44px;
    line-height: 1.1;
  }

  .home-hero-copy > .home-hero-lead {
    margin-top: 32px;
    font-size: 18px;
  }

  .home-hero-lead span {
    display: block;
  }

  .home-hero-lead span + span::before {
    content: none;
  }

  .mobile-copy-break {
    display: block;
  }

  .home-hero-actions {
    margin-top: 34px;
  }

  .home-button {
    min-height: 44px;
    padding-inline: 18px;
    font-size: 16px;
  }

  .hero-number-stage {
    min-height: 250px;
  }

  .hero-number {
    font-size: clamp(104px, 31vw, 132px);
  }

  .hero-number-word {
    bottom: 18px;
    font-size: 11px;
  }

  .hero-number-footer {
    min-height: 48px;
    padding-inline: 18px;
    font-size: 10px;
  }

  .home-hero-media img {
    padding: 18px 12px 54px;
  }

  .home-hero-media figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    font-size: 12px;
  }

  .home-section {
    padding-block: 88px;
  }

  .home-section-heading {
    margin-bottom: 48px;
  }

  .home-section-heading h2,
  .fit-heading h2,
  .join-content h2 {
    font-size: 32px;
    line-height: 1.06;
  }

  .home-section-heading > p,
  .fit-heading > p {
    font-size: 18px;
  }

  .positioning-layout {
    gap: 48px;
  }

  .positioning-statement h2 {
    font-size: 34px;
  }

  .inline-type-image {
    width: 52px;
    height: 24px;
    margin-inline: 4px;
    vertical-align: 0.08em;
  }

  .positioning-content > .positioning-lead {
    font-size: clamp(18px, 5.65vw, 22px);
  }

  .role-carousel {
    margin-top: 36px;
  }

  .role-carousel-viewport {
    min-height: 188px;
  }

  .system-bento {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }

  .system-bento-main,
  .system-bento-wide,
  .system-bento-small,
  .system-bento-small:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .system-bento-main {
    min-height: 420px;
  }

  .system-bento-wide,
  .system-bento-small {
    min-height: 200px;
  }

  .system-bento > article {
    padding: 24px;
  }

  .bento-sequence span {
    padding: 16px;
    font-size: 22px;
  }

  .system-bento h3 {
    font-size: 30px;
  }

  .framework-accordion {
    min-height: 0;
    flex-direction: column;
  }

  .framework-panel,
  .framework-panel.is-active {
    min-height: 112px;
    flex: none;
    padding: 24px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .framework-panel.is-active {
    min-height: 300px;
  }

  .framework-title,
  .framework-panel:not(.is-active) .framework-title {
    font-size: 30px;
  }

  .framework-panel-content {
    margin-top: 28px;
  }

  .framework-panel-content p {
    font-size: 17px;
  }

  .framework-document {
    align-items: flex-start;
    flex-direction: column;
  }

  .cycle-heading > p span {
    display: block;
  }

  .cycle-heading > p span + span::before {
    content: none;
  }

  .cycle-process {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .cycle-process li {
    min-height: 0;
    padding-block: 20px;
  }

  .fit-comparison article {
    padding-block: 36px;
  }

  .fit-comparison li {
    font-size: 17px;
  }

  .runway-card,
  .runway-card:nth-child(2),
  .runway-card:nth-child(3),
  .runway-card:nth-child(4) {
    top: calc(var(--home-header-height) + 16px);
    min-height: 330px;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 18px;
    padding: 32px 24px;
    border-radius: 8px;
  }

  .runway-year {
    font-size: 56px;
  }

  .runway-card h3 {
    font-size: 34px;
  }

  .runway-card p {
    margin-top: 14px;
    font-size: 17px;
  }

  .vision-section {
    padding-bottom: 112px;
  }

  .join-section {
    min-height: auto;
    padding-block: 112px;
  }

  .join-content > p span {
    display: block;
  }

  .join-content > p span + span::before {
    content: none;
  }

  .home-footer-layout {
    grid-template-columns: 1fr;
  }

  .home-footer {
    padding-block: 48px;
  }

  .home-footer a {
    justify-self: start;
  }
}

@media (max-width: 419px) {
  .home-subnav-title {
    max-width: 220px;
  }

  .home-nav-cta {
    padding-inline: 12px;
    font-size: 12px;
  }

  .home-hero h1 {
    font-size: 34px;
  }

  .home-hero h1 .copy-line,
  .positioning-statement .copy-line,
  .framework-title > span {
    white-space: nowrap;
  }

  .positioning-statement h2 {
    font-size: 33px;
  }

  .home-section-heading h2,
  .fit-heading h2,
  .join-content h2 {
    font-size: 28px;
    line-height: 1.08;
  }

  .inline-type-image {
    width: 44px;
  }

  .home-hero-actions,
  .join-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

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

  [data-gsap-image],
  [data-runway-card] {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}
