.status-demos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  scroll-margin-top: 32px;
}
.status-demos img {
  display: block;
  width: min(100%, 568px, calc(80svh * 1136 / 1320));
  height: auto;
  aspect-ratio: 1136/1320;
  object-fit: contain;
  border-radius: 8px;
}
body {
  margin: 0;
  background: var(--color-background);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.25rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #e4ddff;
}
main {
  max-width: 1128px;
  margin: 0 auto;
  padding: 112px 64px 140px;
}
h1,
h2,
p,
ul {
  margin: 0;
}
h1,
h2,
.label {
  font-family: var(--font-display);
}
h1 {
  font-size: clamp(2.75rem, 4.4vw, 3.5rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 900px;
}
h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #252334;
}
.subtitle {
  font-size: 1.75rem;
  line-height: 1.5;
  max-width: 900px;
  color: var(--muted);
}
.case-study {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.case-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  padding-top: 48px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}
.case-section:first-of-type {
  border-top: 0;
  padding-top: 16px;
  margin-top: 0;
}
.stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-width: 0;
}
.row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}
.center {
  justify-content: center;
}
.two-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  width: 100%;
}
.label {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.35;
  color: #282333;
  margin-bottom: 8px;
}
.small {
  font-size: 1.125rem;
  line-height: 1.6;
}
.bold {
  font-weight: 700;
}
span {
  font-size: inherit;
}
.paragraph-break {
  height: 1em;
}
ul {
  padding-left: 1.5em;
}
li {
  padding-left: 0.1em;
  margin-top: 8px;
}
.image-frame {
  position: relative;
  width: min(100%, var(--image-width, 100%));
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 1;
  border-radius: 10px;
}
.image-frame > div {
  position: absolute;
  inset: 0;
}
.asset {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.persona {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px;
  height: 100%;
}
.iteration {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 1.85fr);
  gap: 32px;
  align-items: center;
  width: 100%;
  padding: 24px 0;
}
.iteration > div {
  min-width: 0;
}
.widget-block {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  gap: 32px;
}
.widget-block > div:first-child > p:first-child {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 14px;
}
.widget-block .image-frame {
  box-shadow: 0 8px 30px #2028430a;
}
.case-section .section-title {
  scroll-margin-top: 40px;
}
#n646-510858 {
  border-radius: 20px;
  box-shadow: 0 16px 50px #3226480b;
}
#n535-489235 {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
#n535-489279 {
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 26px;
}
#n607-490235 {
  display: none;
}
#n535-489285,
#n617-510837 {
  padding: 32px;
  background: var(--panel);
  border-radius: 16px;
}
#n642-510855,
#n640-510851 {
  background: var(--panel);
  padding: 26px 30px;
  border-radius: 12px;
}
#n535-489319 {
  padding-bottom: 32px;
}
#n535-489230 {
  margin-bottom: 8px;
}
@media (max-width: 760px) {
  body {
    font-size: 1.0625rem;
    line-height: 1.65;
  }
  main {
    padding: 56px 24px 80px;
  }
  .case-study {
    gap: 28px;
  }
  .case-section {
    gap: 24px;
    padding-top: 32px;
    margin-top: 16px;
  }
  .subtitle {
    font-size: 1.375rem;
  }
  .label {
    font-size: 1.25rem;
  }
  .small {
    font-size: 1.0625rem;
  }
  .two-columns,
  .iteration {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .row {
    gap: 20px;
    flex-wrap: wrap;
  }
  .persona {
    padding: 24px;
  }
  .image-frame {
    border-radius: 8px;
  }
  .widget-block {
    padding: 16px 0 28px;
  }
  .iteration {
    padding: 8px 0 24px;
  }
  #n535-489285,
  #n617-510837 {
    padding: 16px;
  }
  #n642-510855,
  #n640-510851 {
    padding: 22px;
  }
  #n535-489279 {
    padding-left: 20px;
  }
  h1 {
    font-size: 2.65rem;
  }
  h2 {
    font-size: 1.85rem;
    overflow-wrap: break-word;
  }
}
.case-section > .widget-block:last-child {
  border-bottom: 0;
}
#n617-510837 {
  padding: 0;
  background: transparent;
  border-radius: 0;
}
