html.slide-social-page {
  --slide-social-section-nav-offset: 96px;
}

.framer-nSzcs,
.framer-5ufww4,
#slide-social-contribution-block,
#slide-social-research-block,
#slide-social-outcomes-block,
#slide-social-redesign-block,
#slide-social-design-system-block {
  --slide-social-section-label-size: 20px;
  --slide-social-section-label-weight: 500;
  --slide-social-section-label-line-height: 1.2;
  --slide-social-section-headline-size: 32px;
  --slide-social-section-headline-weight: 600;
  --slide-social-section-headline-line-height: 1.2;
  --slide-social-section-subhead-line-height: 1.2;
  --slide-social-header-content-gap: 32px;
}

#slide-social-contribution-block,
#slide-social-research-block,
#slide-social-outcomes-block,
#slide-social-redesign-block,
#slide-social-design-system-block {
  --slide-social-icon-size: 20px;
  --slide-social-icon-gap: 14px;
  --slide-social-row-gap: 20px;
  --slide-social-text-size: 16px;
  --slide-social-line-height: 1.55;
  --slide-social-content-offset: calc(var(--slide-social-icon-size) + var(--slide-social-icon-gap));

  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  color: rgb(255, 255, 255);
  align-self: stretch;
}

.framer-nSzcs p,
.framer-5ufww4 p,
#slide-social-contribution-block .slide-social-decision-body,
#slide-social-research-block .slide-social-research-finding,
#slide-social-research-block .slide-social-research-takeaway,
#slide-social-outcomes-block .slide-social-outcomes-intro,
#slide-social-outcomes-block .slide-social-outcomes-headline,
#slide-social-outcomes-block .slide-social-outcomes-list-item {
  text-wrap: pretty;
}

.framer-nSzcs .framer-wbv8w2-container p,
.framer-5ufww4 .framer-wbv8w2-container p {
  text-wrap: wrap;
}

#slide-social-outcomes-block .slide-social-outcomes-headline {
  text-wrap: balance;
}

.framer-nSzcs .framer-styles-preset-1swnbig,
.framer-5ufww4 .framer-styles-preset-1swnbig {
  text-wrap: balance;
}

/* Remove grunge background texture overlays */
.framer-nSzcs [data-framer-name="image 96"],
.framer-5ufww4 [data-framer-name="image 96"] {
  display: none !important;
}

/* Unified blue section headers (Framer stacks + custom blocks) */
.framer-nSzcs .slide-social-section-label,
.framer-5ufww4 .slide-social-section-label,
#slide-social-contribution-block .slide-social-block-label,
#slide-social-research-block .slide-social-block-label,
#slide-social-outcomes-block .slide-social-block-label {
  font-family: inherit;
  font-size: var(--slide-social-section-label-size);
  font-weight: var(--slide-social-section-label-weight);
  letter-spacing: normal;
  line-height: var(--slide-social-section-label-line-height);
  color: rgb(64, 156, 255);
  text-transform: none;
  text-wrap: balance;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}

.framer-nSzcs .slide-social-section-label::after,
.framer-5ufww4 .slide-social-section-label::after,
#slide-social-contribution-block .slide-social-block-label::after,
#slide-social-research-block .slide-social-block-label::after,
#slide-social-outcomes-block .slide-social-block-label::after,
#slide-social-redesign-block .slide-social-block-label::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: rgb(64, 156, 255);
  flex: 0 0 200px;
}

/* Framer header rows also render a native horizontal rule beside the label */
.framer-nSzcs div:has(> .slide-social-section-label) + div,
.framer-5ufww4 div:has(> .slide-social-section-label) + div {
  display: none !important;
}

.framer-nSzcs .slide-social-section-label,
.framer-5ufww4 .slide-social-section-label {
  font-size: var(--slide-social-section-label-size) !important;
  font-weight: var(--slide-social-section-label-weight) !important;
  letter-spacing: normal !important;
  line-height: var(--slide-social-section-label-line-height) !important;
  color: rgb(64, 156, 255) !important;
}

#slide-social-contribution-block .slide-social-block-label,
#slide-social-research-block .slide-social-block-label,
#slide-social-outcomes-block .slide-social-block-label {
  margin: 0 0 var(--slide-social-header-content-gap);
}

/* Match Key Impact header-to-content breathing room across Framer sections */
.framer-nSzcs .framer-g978bn,
.framer-nSzcs .framer-1dd8f8o,
.framer-nSzcs .framer-1px0ghy,
.framer-nSzcs .framer-1fm55rj,
.framer-nSzcs .framer-19lg5ac,
.framer-5ufww4 .framer-g978bn,
.framer-5ufww4 .framer-1dd8f8o,
.framer-5ufww4 .framer-1px0ghy,
.framer-5ufww4 .framer-1fm55rj,
.framer-5ufww4 .framer-19lg5ac {
  margin-bottom: var(--slide-social-header-content-gap) !important;
}

/* Drop vertical rules and flush section body copy to the page gutter */
.framer-nSzcs [data-framer-name="Vertical Line"],
.framer-5ufww4 [data-framer-name="Vertical Line"] {
  display: none !important;
}

.framer-nSzcs :has(> [data-framer-name="Vertical Line"]),
.framer-5ufww4 :has(> [data-framer-name="Vertical Line"]) {
  gap: 0 !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.framer-nSzcs [data-framer-name="Vertical Line"] + *,
.framer-5ufww4 [data-framer-name="Vertical Line"] + * {
  flex: 1 1 auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

.framer-nSzcs [data-framer-name="Problem Section"] [data-framer-name="Text Stack"],
.framer-5ufww4 [data-framer-name="Problem Section"] [data-framer-name="Text Stack"] {
  width: 100% !important;
  max-width: 100% !important;
}

/* Problem section — remove leftover KAYA climbing photo scroll */
html.slide-social-page .framer-1t6sg5i:has([data-framer-name="Images"]),
html.slide-social-page [data-framer-name="Images"],
html.slide-social-page
  [data-framer-name="The Problem Stack"]
  .framer-1t6sg5i,
html.slide-social-page
  [data-framer-name="The Problem Stack"]
  > div:has([data-framer-name="Images"]),
html.slide-social-page
  [data-framer-name="The Problem Stack"]
  [data-framer-name="Images"],
html.slide-social-page
  [data-framer-name="Images"]
  img {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  transform: none !important;
  animation: none !important;
}

html.slide-social-page .slide-social-problem-visual {
  --slide-social-problem-visual-cycle: 9s;
  width: 100%;
  margin-top: 12px;
  padding: 28px 0 8px;
  color: rgb(255, 255, 255);
}

html.slide-social-page .slide-social-problem-visual__event {
  position: relative;
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid rgba(64, 156, 255, 0.28);
  background:
    radial-gradient(circle at top, rgba(64, 156, 255, 0.14), transparent 58%),
    rgb(20, 20, 20);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  text-align: center;
  animation: slide-social-problem-event-pulse var(--slide-social-problem-visual-cycle)
    ease-in-out infinite;
}

html.slide-social-page .slide-social-problem-visual__event-label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(64, 156, 255);
}

html.slide-social-page .slide-social-problem-visual__event-title {
  display: block;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 600;
  line-height: 1.15;
}

html.slide-social-page .slide-social-problem-visual__event-meta {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.62);
}

html.slide-social-page .slide-social-problem-visual__channels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

html.slide-social-page .slide-social-problem-visual__channel {
  --slide-social-problem-channel-i: 0;
  position: relative;
  min-height: 118px;
  padding: 14px 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgb(24, 24, 24);
  overflow: hidden;
  animation: slide-social-problem-channel-float 4.8s ease-in-out infinite;
  animation-delay: calc(var(--slide-social-problem-channel-i) * -0.85s);
}

html.slide-social-page .slide-social-problem-visual__channel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 42%);
  pointer-events: none;
}

html.slide-social-page .slide-social-problem-visual__channel-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

html.slide-social-page .slide-social-problem-visual__channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  flex: 0 0 auto;
}

html.slide-social-page .slide-social-problem-visual__channel-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

html.slide-social-page .slide-social-problem-visual__channel-label {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

html.slide-social-page .slide-social-problem-visual__channel-badge {
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  opacity: 0;
  transform: scale(0.4);
  animation: slide-social-problem-badge-pop var(--slide-social-problem-visual-cycle)
    ease-in-out infinite;
  animation-delay: calc(1.1s + var(--slide-social-problem-channel-i) * 1.15s);
}

html.slide-social-page .slide-social-problem-visual__channel--messages .slide-social-problem-visual__channel-icon {
  color: rgb(52, 199, 89);
  background: rgba(52, 199, 89, 0.12);
}

html.slide-social-page .slide-social-problem-visual__channel--messages .slide-social-problem-visual__channel-badge {
  background: rgb(52, 199, 89);
  box-shadow: 0 0 12px rgba(52, 199, 89, 0.45);
}

html.slide-social-page .slide-social-problem-visual__channel--instagram .slide-social-problem-visual__channel-icon {
  color: rgb(225, 48, 108);
  background: rgba(225, 48, 108, 0.12);
}

html.slide-social-page .slide-social-problem-visual__channel--instagram .slide-social-problem-visual__channel-badge {
  background: rgb(225, 48, 108);
  box-shadow: 0 0 12px rgba(225, 48, 108, 0.4);
}

html.slide-social-page .slide-social-problem-visual__channel--calendar .slide-social-problem-visual__channel-icon {
  color: rgb(255, 159, 10);
  background: rgba(255, 159, 10, 0.12);
}

html.slide-social-page .slide-social-problem-visual__channel--calendar .slide-social-problem-visual__channel-badge {
  background: rgb(255, 159, 10);
  box-shadow: 0 0 12px rgba(255, 159, 10, 0.4);
}

html.slide-social-page .slide-social-problem-visual__channel--rsvp .slide-social-problem-visual__channel-icon {
  color: rgb(64, 156, 255);
  background: rgba(64, 156, 255, 0.12);
}

html.slide-social-page .slide-social-problem-visual__channel--rsvp .slide-social-problem-visual__channel-badge {
  background: rgb(64, 156, 255);
  box-shadow: 0 0 12px rgba(64, 156, 255, 0.42);
}

html.slide-social-page .slide-social-problem-visual__channel--chat .slide-social-problem-visual__channel-icon {
  color: rgb(191, 90, 242);
  background: rgba(191, 90, 242, 0.12);
}

html.slide-social-page .slide-social-problem-visual__channel--chat .slide-social-problem-visual__channel-badge {
  background: rgb(191, 90, 242);
  box-shadow: 0 0 12px rgba(191, 90, 242, 0.42);
}

html.slide-social-page .slide-social-problem-visual__ping {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  opacity: 0;
  transform: translateY(8px);
  animation: slide-social-problem-ping var(--slide-social-problem-visual-cycle) ease-in-out
    infinite;
  animation-delay: calc(1.35s + var(--slide-social-problem-channel-i) * 1.15s);
}

html.slide-social-page .slide-social-problem-visual__caption {
  margin: 22px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

@keyframes slide-social-problem-event-pulse {
  0%,
  8%,
  100% {
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
    border-color: rgba(64, 156, 255, 0.28);
  }
  18%,
  72% {
    box-shadow:
      0 18px 48px rgba(0, 0, 0, 0.28),
      0 0 0 1px rgba(64, 156, 255, 0.18),
      0 0 28px rgba(64, 156, 255, 0.12);
    border-color: rgba(64, 156, 255, 0.42);
  }
}

@keyframes slide-social-problem-channel-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes slide-social-problem-badge-pop {
  0%,
  10%,
  86%,
  100% {
    opacity: 0;
    transform: scale(0.4);
  }
  16%,
  72% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slide-social-problem-ping {
  0%,
  12%,
  84%,
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
  18%,
  72% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1099.98px) {
  html.slide-social-page .slide-social-problem-visual__channels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 809.98px) {
  html.slide-social-page .slide-social-problem-visual {
    padding-top: 18px;
  }

  html.slide-social-page .slide-social-problem-visual__channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  html.slide-social-page .slide-social-problem-visual__channel {
    min-height: 108px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.slide-social-page .slide-social-problem-visual__event,
  html.slide-social-page .slide-social-problem-visual__channel,
  html.slide-social-page .slide-social-problem-visual__channel-badge,
  html.slide-social-page .slide-social-problem-visual__ping {
    animation: none;
  }

  html.slide-social-page .slide-social-problem-visual__channel-badge,
  html.slide-social-page .slide-social-problem-visual__ping {
    opacity: 1;
    transform: none;
  }
}

#slide-social-contribution-block {
  padding: 48px 64px 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
}

#slide-social-contribution-block .slide-social-contribution-col,
#slide-social-contribution-block .slide-social-decisions-col {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc(50% - 32px);
}

#slide-social-contribution-block .slide-social-item-list {
  display: flex;
  flex-direction: column;
  gap: var(--slide-social-row-gap);
}

#slide-social-contribution-block .slide-social-icon-row {
  display: flex;
  align-items: flex-start;
  gap: var(--slide-social-icon-gap);
}

#slide-social-contribution-block .slide-social-icon {
  flex: 0 0 var(--slide-social-icon-size);
  width: var(--slide-social-icon-size);
  height: var(--slide-social-icon-size);
  margin-top: calc((var(--slide-social-text-size) * var(--slide-social-line-height) - var(--slide-social-icon-size)) / 2);
  color: rgb(64, 156, 255);
}

#slide-social-contribution-block .slide-social-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

#slide-social-contribution-block .slide-social-decision-title,
#slide-social-contribution-block .slide-social-decision-body {
  font-family: inherit;
  font-size: var(--slide-social-text-size);
  line-height: var(--slide-social-line-height);
}

#slide-social-contribution-block .slide-social-decision-head {
  margin-bottom: 6px;
}

#slide-social-contribution-block .slide-social-decision-title {
  margin: 0;
  font-weight: 600;
  color: rgb(255, 255, 255);
  max-width: none;
}

#slide-social-contribution-block .slide-social-decision-title span {
  color: rgb(64, 156, 255);
  font-weight: 600;
}

#slide-social-contribution-block .slide-social-decision-body {
  margin: 0 0 0 var(--slide-social-content-offset);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  max-width: none;
}

#slide-social-research-block {
  padding: 48px 64px 56px;
}

#slide-social-research-block .slide-social-research-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
  align-items: stretch;
}

#slide-social-research-block .slide-social-research-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}

#slide-social-research-block .slide-social-research-finding,
#slide-social-research-block .slide-social-research-quote {
  flex: 1 1 auto;
  margin: 0 0 16px;
  padding: 0 0 0 20px;
  border-left: 3px solid rgb(64, 156, 255);
  font-family: inherit;
  font-size: var(--slide-social-text-size);
  font-weight: 400;
  font-style: normal;
  line-height: var(--slide-social-line-height);
  color: rgba(255, 255, 255, 0.92);
}

#slide-social-research-block .slide-social-research-meta {
  margin: 0 0 16px;
  padding-left: 23px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.48);
}

#slide-social-research-block .slide-social-research-takeaway-label {
  margin: 0 0 6px;
  padding-left: 20px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  color: rgb(64, 156, 255);
}

#slide-social-research-block .slide-social-research-takeaway {
  margin: 0;
  padding-left: 20px;
  font-family: inherit;
  font-size: var(--slide-social-text-size);
  line-height: var(--slide-social-line-height);
  color: rgba(255, 255, 255, 0.72);
}

#slide-social-outcomes-block {
  margin-top: 56px;
  padding: 56px 64px 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Outcomes lives inside Solution Stack, which already applies the page gutter */
.framer-nSzcs [data-framer-name="Solution Stack"] #slide-social-outcomes-block,
.framer-5ufww4 [data-framer-name="Solution Stack"] #slide-social-outcomes-block {
  align-self: stretch;
  box-sizing: border-box;
  margin-left: -64px;
  margin-right: -64px;
  width: calc(100% + 128px);
  max-width: none;
  margin-top: 56px;
  padding: 56px 64px 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#slide-social-outcomes-block .slide-social-outcomes-lede {
  margin-bottom: 36px;
  max-width: 100%;
}

#slide-social-outcomes-block .slide-social-outcomes-lede .slide-social-block-label {
  margin: 0 0 var(--slide-social-header-content-gap);
}

#slide-social-outcomes-block .slide-social-outcomes-headline {
  margin: 0 0 12px;
  font-family: inherit;
  font-size: var(--slide-social-section-headline-size);
  font-weight: var(--slide-social-section-headline-weight);
  line-height: var(--slide-social-section-headline-line-height);
  letter-spacing: 0;
  color: rgb(250, 250, 250);
}

#slide-social-outcomes-block .slide-social-outcomes-intro {
  margin: 0;
  font-family: inherit;
  font-size: var(--slide-social-text-size);
  font-weight: 400;
  line-height: var(--slide-social-section-subhead-line-height);
  color: rgb(250, 250, 250);
}

#slide-social-outcomes-block .slide-social-outcomes-columns {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  gap: 64px;
}

#slide-social-outcomes-block .slide-social-outcomes-col {
  flex: 1 1 0;
  min-width: 0;
}

#slide-social-outcomes-block .slide-social-outcomes-sublabel {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  color: rgb(64, 156, 255);
}

#slide-social-outcomes-block .slide-social-outcomes-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#slide-social-outcomes-block .slide-social-outcomes-list-item {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
  font-family: inherit;
  font-size: var(--slide-social-text-size);
  font-weight: 400;
  line-height: var(--slide-social-line-height);
  color: rgb(255, 255, 255);
}

#slide-social-outcomes-block .slide-social-outcomes-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgb(64, 156, 255);
  transform: translateY(-50%);
}

#slide-social-redesign-block {
  padding: 0 64px 56px;
  margin-top: 0;
}

.framer-nSzcs [data-framer-name="Solution Stack"] #slide-social-redesign-block,
.framer-5ufww4 [data-framer-name="Solution Stack"] #slide-social-redesign-block {
  align-self: stretch;
  box-sizing: border-box;
  margin-left: -64px;
  margin-right: -64px;
  margin-top: 0;
  width: calc(100% + 128px);
  max-width: none;
  padding: 0 64px 56px;
}

.framer-nSzcs [data-framer-name="Solution Stack"] > :has(> #slide-social-redesign-block),
.framer-5ufww4 [data-framer-name="Solution Stack"] > :has(> #slide-social-redesign-block) {
  gap: 0 !important;
}

.framer-nSzcs [data-framer-name="Solution Stack"] [data-framer-name="Problem Section"],
.framer-5ufww4 [data-framer-name="Solution Stack"] [data-framer-name="Problem Section"] {
  margin-bottom: var(--slide-social-header-content-gap) !important;
}

.framer-nSzcs
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block),
.framer-5ufww4
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block) {
  gap: 0 !important;
  /* Match About: label row margin (32px) + section gap (10px). */
  margin-bottom: calc(var(--slide-social-header-content-gap) + 10px) !important;
}

.framer-nSzcs
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block)
  > :not(:first-child),
.framer-5ufww4
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block)
  > :not(:first-child) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.framer-nSzcs
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block)
  .framer-g978bn,
.framer-nSzcs
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block)
  .framer-1dd8f8o,
.framer-nSzcs
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block)
  .framer-1px0ghy,
.framer-nSzcs
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block)
  .framer-1fm55rj,
.framer-nSzcs
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block)
  .framer-19lg5ac,
.framer-5ufww4
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block)
  .framer-g978bn,
.framer-5ufww4
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block)
  .framer-1dd8f8o,
.framer-5ufww4
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block)
  .framer-1px0ghy,
.framer-5ufww4
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block)
  .framer-1fm55rj,
.framer-5ufww4
  [data-framer-name="Solution Stack"]
  [data-framer-name="Problem Section"]:has(+ #slide-social-redesign-block)
  .framer-19lg5ac {
  margin-bottom: 0 !important;
}

.framer-nSzcs [data-framer-name="Solution Stack"] .framer-71zxk,
.framer-5ufww4 [data-framer-name="Solution Stack"] .framer-71zxk {
  gap: 0 !important;
}

#slide-social-redesign-block .slide-social-redesign-lede {
  margin: 0 0 40px;
  max-width: 100%;
}

#slide-social-redesign-block .slide-social-redesign-headline {
  margin: 0 0 12px;
  font-family: inherit;
  font-size: var(--slide-social-section-headline-size);
  font-weight: var(--slide-social-section-headline-weight);
  line-height: var(--slide-social-section-headline-line-height);
  color: rgb(250, 250, 250);
  white-space: nowrap;
}

#slide-social-redesign-block .slide-social-redesign-intro {
  margin: 0;
  font-family: inherit;
  font-size: var(--slide-social-text-size);
  font-weight: 400;
  line-height: var(--slide-social-section-subhead-line-height);
  color: rgba(255, 255, 255, 0.78);
}

#slide-social-redesign-block .slide-social-redesign-pair + .slide-social-redesign-pair {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#slide-social-redesign-block .slide-social-redesign-pair__header {
  margin-bottom: 28px;
  max-width: 720px;
}

#slide-social-redesign-block .slide-social-redesign-pair__title {
  margin: 0 0 8px;
  font-family: inherit;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  color: rgb(250, 250, 250);
}

#slide-social-redesign-block .slide-social-redesign-pair__summary {
  margin: 0;
  font-family: inherit;
  font-size: var(--slide-social-text-size);
  line-height: var(--slide-social-line-height);
  color: rgba(255, 255, 255, 0.72);
}

#slide-social-redesign-block .slide-social-redesign-pair__body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 40px 56px;
  align-items: start;
}

#slide-social-redesign-block .slide-social-redesign-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  align-items: start;
  --slide-social-redesign-mockup-width: min(100%, 240px);
  /* Inner LCD width within After mockup (363px inside 426px canvas). */
  --slide-social-redesign-screen-width: calc(var(--slide-social-redesign-mockup-width) * 363 / 426);
  --slide-social-redesign-mockup-height: calc(var(--slide-social-redesign-mockup-width) * 873 / 426);
  /* Top inset of inner LCD inside After mockup (40px inside 873px canvas). */
  --slide-social-redesign-screen-top: calc(var(--slide-social-redesign-mockup-height) * 40 / 873);
}

#slide-social-redesign-block .slide-social-redesign-compare__label {
  margin: 0 0 12px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgb(64, 156, 255);
}

#slide-social-redesign-block .slide-social-redesign-compare__phone {
  display: flex;
  justify-content: center;
  background: transparent;
}

#slide-social-redesign-block .slide-social-redesign-compare__col--before .slide-social-redesign-compare__phone {
  padding-top: var(--slide-social-redesign-screen-top);
}

#slide-social-redesign-block .slide-social-redesign-export-frame--interactive {
  cursor: zoom-in;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

#slide-social-redesign-block .slide-social-redesign-export-frame--interactive:hover {
  transform: translateY(-2px);
}

#slide-social-redesign-block .slide-social-redesign-export-frame--interactive:focus-visible {
  outline: 2px solid rgb(64, 156, 255);
  outline-offset: 4px;
}

#slide-social-redesign-block .slide-social-redesign-export-frame--before.slide-social-redesign-export-frame--interactive:hover {
  box-shadow: 0 10px 28px rgba(64, 156, 255, 0.14);
}

#slide-social-redesign-block .slide-social-redesign-export-frame--after.slide-social-redesign-export-frame--interactive:hover {
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.35));
}

#slide-social-redesign-block .slide-social-redesign-export-frame {
  margin: 0 auto;
  background: transparent;
}

#slide-social-redesign-block .slide-social-redesign-export-frame--before {
  width: var(--slide-social-redesign-screen-width);
  border-radius: 22px;
  border: 1px solid rgba(64, 156, 255, 0.38);
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

#slide-social-redesign-block .slide-social-redesign-export-frame--before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 14px;
  background: linear-gradient(
    180deg,
    rgba(64, 156, 255, 0.45) 0%,
    rgba(64, 156, 255, 0.08) 45%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

#slide-social-redesign-block .slide-social-redesign-export-frame--after {
  width: var(--slide-social-redesign-mockup-width);
  line-height: 0;
}

#slide-social-redesign-block .slide-social-redesign-export-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  filter: none;
  background: transparent;
  vertical-align: top;
}

#slide-social-redesign-block .slide-social-redesign-export-image--before,
#slide-social-redesign-block .slide-social-redesign-export-image--after {
  border-radius: 0;
}

#slide-social-redesign-block .slide-social-redesign-compare__placeholder {
  box-sizing: border-box;
  width: min(100%, 240px);
  min-height: 420px;
  border-radius: 28px;
  border: 1px dashed rgba(64, 156, 255, 0.35);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  margin: 0 auto;
}

#slide-social-redesign-block .slide-social-redesign-compare__placeholder-body {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

#slide-social-redesign-block .slide-social-redesign-changes {
  min-width: 0;
}

#slide-social-redesign-block .slide-social-redesign-changes__title {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  color: rgb(64, 156, 255);
}

#slide-social-redesign-block .slide-social-redesign-changes__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#slide-social-redesign-block .slide-social-redesign-change {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

#slide-social-redesign-block .slide-social-redesign-change__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(64, 156, 255, 0.14);
  border: 1px solid rgba(64, 156, 255, 0.35);
  color: rgb(64, 156, 255);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

#slide-social-redesign-block .slide-social-redesign-change__title {
  margin: 0 0 4px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: rgb(250, 250, 250);
}

#slide-social-redesign-block .slide-social-redesign-change__body {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1199.98px) {
  #slide-social-redesign-block .slide-social-redesign-headline {
    white-space: normal;
    text-wrap: pretty;
  }

  #slide-social-redesign-block .slide-social-redesign-pair__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 809.98px) {
  #slide-social-redesign-block,
  .framer-nSzcs [data-framer-name="Solution Stack"] #slide-social-redesign-block,
  .framer-5ufww4 [data-framer-name="Solution Stack"] #slide-social-redesign-block {
    padding: 0 24px 40px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }

  #slide-social-redesign-block .slide-social-redesign-compare {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #slide-social-redesign-block .slide-social-redesign-pair + .slide-social-redesign-pair {
    margin-top: 40px;
    padding-top: 40px;
  }
}

/* Redesign hi-fi scrolling ticker */
#slide-social-hifi-ticker {
  --slide-social-hifi-ticker-height: clamp(320px, calc(100svh - 280px), 420px);
  --slide-social-hifi-ticker-item-height: calc(var(--slide-social-hifi-ticker-height) - 72px);
  --slide-social-hifi-ticker-item-width: calc(var(--slide-social-hifi-ticker-item-height) * 426 / 873);
  --slide-social-hifi-ticker-gap: clamp(24px, 3vw, 36px);
  --slide-social-hifi-ticker-loop-count: 5;
  --slide-social-hifi-ticker-bg: rgb(24, 24, 24);
  --slide-social-hifi-ticker-border: rgba(255, 255, 255, 0.1);
  margin-top: 48px;
  width: 100%;
}

#slide-social-hifi-ticker .slide-social-hifi-ticker__header {
  margin-bottom: 16px;
}

#slide-social-hifi-ticker .slide-social-hifi-ticker__title {
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  color: rgb(64, 156, 255);
}

#slide-social-hifi-ticker .slide-social-hifi-ticker__viewport {
  width: 100%;
  height: var(--slide-social-hifi-ticker-height);
  overflow: hidden;
  background-color: var(--slide-social-hifi-ticker-bg);
  border: 1px solid var(--slide-social-hifi-ticker-border);
  border-radius: 16px;
}

#slide-social-hifi-ticker .slide-social-hifi-ticker__track {
  display: flex;
  align-items: center;
  gap: var(--slide-social-hifi-ticker-gap);
  width: max-content;
  height: 100%;
  animation: slide-social-hifi-ticker-scroll 48s linear infinite;
  will-change: transform;
}

#slide-social-hifi-ticker .slide-social-hifi-ticker__set {
  display: contents;
}

#slide-social-hifi-ticker .slide-social-hifi-ticker__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--slide-social-hifi-ticker-item-width);
  width: var(--slide-social-hifi-ticker-item-width);
  height: var(--slide-social-hifi-ticker-item-height);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

#slide-social-hifi-ticker .slide-social-hifi-ticker__item:focus-visible {
  outline: 2px solid rgb(64, 156, 255);
  outline-offset: 2px;
}

#slide-social-hifi-ticker .slide-social-hifi-ticker__item:hover .slide-social-hifi-ticker__image {
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

#slide-social-hifi-ticker .slide-social-hifi-ticker__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: filter 0.18s ease;
  pointer-events: none;
}

@keyframes slide-social-hifi-ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(
      calc(
        -1 * var(--slide-social-hifi-ticker-loop-count) *
          (var(--slide-social-hifi-ticker-item-width) + var(--slide-social-hifi-ticker-gap))
      )
    );
  }
}

@media (prefers-reduced-motion: reduce) {
  #slide-social-hifi-ticker .slide-social-hifi-ticker__track {
    animation: none;
    transform: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    scrollbar-width: thin;
  }

  #slide-social-hifi-ticker .slide-social-hifi-ticker__set[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 809.98px) {
  #slide-social-hifi-ticker {
    margin-top: 36px;
  }

  #slide-social-contribution-block,
  #slide-social-research-block,
  #slide-social-outcomes-block {
    --slide-social-text-size: 15px;
    --slide-social-icon-size: 18px;
    --slide-social-row-gap: 18px;
  }

  #slide-social-contribution-block {
    flex-direction: column;
    gap: 40px;
    padding: 32px 24px 40px;
  }

  #slide-social-research-block {
    padding: 32px 24px 40px;
  }

  #slide-social-outcomes-block {
    padding: 32px 24px 40px;
  }

  .framer-nSzcs [data-framer-name="Solution Stack"] #slide-social-outcomes-block,
  .framer-5ufww4 [data-framer-name="Solution Stack"] #slide-social-outcomes-block {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    padding: 32px 24px 40px;
  }

  #slide-social-outcomes-block .slide-social-outcomes-columns {
    flex-direction: column;
    gap: 32px;
  }

  #slide-social-research-block .slide-social-research-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #slide-social-contribution-block .slide-social-contribution-col,
  #slide-social-contribution-block .slide-social-decisions-col {
    max-width: none;
    flex-basis: auto;
  }

  #slide-social-contribution-block .slide-social-block-label,
  #slide-social-research-block .slide-social-block-label,
  #slide-social-outcomes-block .slide-social-block-label {
    margin-bottom: 24px;
  }

  .framer-nSzcs,
  .framer-5ufww4,
  #slide-social-contribution-block,
  #slide-social-research-block,
  #slide-social-outcomes-block {
    --slide-social-header-content-gap: 24px;
    --slide-social-section-label-size: 18px;
    --slide-social-section-headline-size: 20px;
  }
}

@media (min-width: 810px) and (max-width: 1199.98px) {
  #slide-social-contribution-block {
    padding: 40px 64px 48px;
    gap: 40px 64px;
  }

  #slide-social-research-block {
    padding: 40px 64px 48px;
  }

  #slide-social-outcomes-block {
    padding: 40px 64px 48px;
  }

  #slide-social-outcomes-block .slide-social-outcomes-columns {
    gap: 48px;
  }

  #slide-social-research-block .slide-social-research-grid {
    gap: 28px 48px;
  }
}

/* Key Impact — fix clipped before/after headers and tighten layout */
.framer-nSzcs [data-framer-name="Key Impact Stack"],
.framer-5ufww4 [data-framer-name="Key Impact Stack"] {
  overflow: visible !important;
}

.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-z0wand,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-z0wand {
  overflow: visible !important;
}

.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-mqr0no,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-mqr0no {
  width: 100% !important;
  flex: 1 1 auto !important;
  align-items: stretch !important;
  overflow: visible !important;
}

.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-w9hhjw,
.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-18uvlqx,
.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-1g8ewma,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-w9hhjw,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-18uvlqx,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-1g8ewma {
  width: 100% !important;
  overflow: visible !important;
  align-items: center !important;
  gap: 28px 40px !important;
  padding: 28px 0 !important;
}

.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-w9hhjw > :first-child,
.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-18uvlqx > :first-child,
.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-1g8ewma > :first-child,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-w9hhjw > :first-child,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-18uvlqx > :first-child,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-1g8ewma > :first-child {
  flex: 0 0 auto !important;
  align-self: center !important;
}

.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-hpxsiy,
.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-qskr73,
.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-nbc1i6,
.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-1c7ujfj,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-hpxsiy,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-qskr73,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-nbc1i6,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-1c7ujfj {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  align-items: flex-start !important;
}

.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-10svhr,
.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-1bw3d2v,
.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-1o6ru3h,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-10svhr,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-1bw3d2v,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-1o6ru3h {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: baseline !important;
  gap: 8px 14px !important;
}

.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-1px0ghy,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-1px0ghy {
  height: auto !important;
  min-height: 24px !important;
  overflow: visible !important;
}

.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-yma6u7,
.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-fnf5wk,
.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-14pkzv2,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-yma6u7,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-fnf5wk,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-14pkzv2 {
  flex: 0 0 auto !important;
}

.framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-styles-preset-1swnbig,
.framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-styles-preset-1swnbig {
  text-wrap: balance;
}

@media (max-width: 809.98px) {
  .framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-w9hhjw,
  .framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-18uvlqx,
  .framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-1g8ewma,
  .framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-w9hhjw,
  .framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-18uvlqx,
  .framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-1g8ewma {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px !important;
    padding: 24px 0 !important;
  }

  .framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-10svhr,
  .framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-1bw3d2v,
  .framer-nSzcs [data-framer-name="Key Impact Stack"] .framer-1o6ru3h,
  .framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-10svhr,
  .framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-1bw3d2v,
  .framer-5ufww4 [data-framer-name="Key Impact Stack"] .framer-1o6ru3h {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
  }
}

/* Design System — custom Atomic Design showcase */
html.slide-social-page
  [data-framer-name="Key Impact Stack"]:has(#slide-social-design-system-block)
  .framer-mqr0no {
  display: none !important;
}

#slide-social-design-system-block {
  --slide-social-ds-nav-height: 72px;
  --slide-social-ds-sticky-gap: 16px;
  --slide-social-ds-sticky-top: calc(var(--slide-social-ds-nav-height) + var(--slide-social-ds-sticky-gap));
  --slide-social-ds-page-bg: rgb(17, 17, 17);
  --slide-social-ds-collapse-duration: 0.38s;
  --slide-social-atom-card-pad: 28px 32px;
  --slide-social-atom-section-gap: 24px;
  --slide-social-atom-col-gap: 36px;
  --slide-social-atom-row-gap: 28px;
  --slide-social-atom-group-gap: 20px;
  --slide-social-atom-w-brand: 120px;
  --slide-social-atom-w-primary: 386px;
  --slide-social-atom-w-avatar: 306px;
  --slide-social-atom-w-tag-sm: 104px;
  --slide-social-atom-w-tag: 168px;
  --slide-social-atom-w-pill-sm: 95px;
  --slide-social-atom-w-pill-md: 354px;
  --slide-social-atom-w-pill-lg: 430px;
  --slide-social-molecule-w-headers: 129px;
  --slide-social-molecule-w-event-details: 507px;
  --slide-social-molecule-w-chat: 229px;
  --slide-social-molecule-w-text-input: 394px;
  --slide-social-molecule-w-time-select: 202px;
  --slide-social-molecule-w-search: 301px;
  --slide-social-molecule-w-card: 356px;
  --slide-social-molecule-w-nav-bottom: 362px;
  --slide-social-molecule-w-nav-top: 354px;
  --slide-social-organism-w-group-chat: 354px;
  --slide-social-organism-w-rsvp: 355px;
  --slide-social-organism-col-gap: 48px;

  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#slide-social-design-system-block .slide-social-design-system__sticky-sentinel {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  visibility: hidden;
}

#slide-social-design-system-block .slide-social-design-system__sticky-shell {
  position: sticky;
  top: var(--slide-social-ds-sticky-top);
  z-index: 4;
  align-self: flex-start;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: gap var(--slide-social-ds-collapse-duration) ease;
}

#slide-social-design-system-block .slide-social-design-system__sticky-shell > .framer-1px0ghy {
  margin: 0 !important;
  width: 100%;
  flex-shrink: 0;
}

#slide-social-design-system-block .slide-social-design-system__sticky-shell.is-compact {
  gap: 12px;
}

#slide-social-design-system-block .slide-social-design-system__lede-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 520px;
  opacity: 1;
  overflow: hidden;
  transition:
    max-height var(--slide-social-ds-collapse-duration) ease,
    opacity calc(var(--slide-social-ds-collapse-duration) * 0.85) ease,
    gap var(--slide-social-ds-collapse-duration) ease;
}

#slide-social-design-system-block .slide-social-design-system__sticky-shell.is-compact .slide-social-design-system__lede-intro {
  max-height: 0 !important;
  opacity: 0;
  gap: 0;
  margin: 0;
  padding: 0;
  overflow: hidden !important;
  pointer-events: none;
}

#slide-social-design-system-block .slide-social-design-system__sticky-shell.is-compact .slide-social-design-system__lede {
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
  background: transparent;
  background-image: none;
  box-shadow: none;
  border-color: transparent;
}

#slide-social-design-system-block .slide-social-design-system__sticky-shell.is-compact .slide-social-design-system__atomic-ladder {
  border-radius: 12px;
}

#slide-social-design-system-block .slide-social-design-system__sticky-shell.is-opaque {
  background: var(--slide-social-ds-page-bg);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.42);
}

#slide-social-design-system-block .slide-social-design-system__sticky-shell.is-opaque::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: var(--slide-social-ds-sticky-gap);
  background: var(--slide-social-ds-page-bg);
  pointer-events: none;
}

#slide-social-design-system-block .slide-social-design-system__sticky-shell.is-opaque::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 3px;
  background: var(--slide-social-ds-page-bg);
  pointer-events: none;
}

#slide-social-design-system-block .slide-social-design-system__lede {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 36px 36px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(64, 156, 255, 0.08) 0%, rgba(64, 156, 255, 0.02) 42%, rgba(255, 255, 255, 0.02) 100%);
  transition:
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    padding var(--slide-social-ds-collapse-duration) ease,
    gap var(--slide-social-ds-collapse-duration) ease;
}

#slide-social-design-system-block .slide-social-design-system__sticky-shell.is-opaque .slide-social-design-system__lede,
#slide-social-design-system-block .slide-social-design-system__lede.is-pinned {
  border-color: rgba(64, 156, 255, 0.24);
  background: var(--slide-social-ds-page-bg);
  background-image: linear-gradient(
    135deg,
    rgb(20, 26, 36) 0%,
    rgb(17, 17, 17) 56%,
    rgb(14, 14, 16) 100%
  );
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(64, 156, 255, 0.14);
}

#slide-social-design-system-block .slide-social-design-system__sticky-shell.is-opaque .slide-social-design-system__atomic-ladder,
#slide-social-design-system-block .slide-social-design-system__lede.is-pinned .slide-social-design-system__atomic-ladder {
  border-color: rgba(64, 156, 255, 0.28);
  background: rgb(10, 12, 16);
}

@media (prefers-reduced-motion: reduce) {
  #slide-social-design-system-block .slide-social-design-system__lede,
  #slide-social-design-system-block .slide-social-design-system__lede-intro,
  #slide-social-design-system-block .slide-social-design-system__sticky-shell {
    transition: none;
  }
}

#slide-social-design-system-block .slide-social-design-system__lede-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 20px 48px;
  align-items: start;
  width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__headline {
  margin: 0;
  font-family: inherit;
  font-size: var(--slide-social-section-headline-size);
  font-weight: var(--slide-social-section-headline-weight);
  line-height: var(--slide-social-section-headline-line-height);
  color: rgb(250, 250, 250);
  text-wrap: balance;
}

#slide-social-design-system-block .slide-social-design-system__intro {
  margin: 0;
  font-family: inherit;
  font-size: var(--slide-social-text-size);
  font-weight: 400;
  line-height: var(--slide-social-line-height);
  color: rgba(255, 255, 255, 0.78);
  max-width: none;
}

#slide-social-design-system-block .slide-social-design-system__atomic-label {
  margin: 0;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgb(64, 156, 255);
}

#slide-social-design-system-block .slide-social-design-system__atomic-ladder {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(64, 156, 255, 0.22);
  background: rgba(0, 0, 0, 0.24);
}

#slide-social-design-system-block .slide-social-design-system__atomic-step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 14px 12px;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(64, 156, 255, 0.14);
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  color: rgba(220, 235, 255, 0.72);
  text-align: center;
  text-wrap: balance;
  cursor: pointer;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

#slide-social-design-system-block .slide-social-design-system__atomic-step:hover {
  color: rgb(230, 242, 255);
  background: rgba(64, 156, 255, 0.06);
}

#slide-social-design-system-block .slide-social-design-system__atomic-step:focus-visible {
  outline: 2px solid rgba(64, 156, 255, 0.85);
  outline-offset: -2px;
  z-index: 1;
}

#slide-social-design-system-block .slide-social-design-system__atomic-step:last-child {
  border-right: none;
}

#slide-social-design-system-block .slide-social-design-system__atomic-step.is-active {
  background: rgba(64, 156, 255, 0.14);
  color: rgb(240, 247, 255);
  box-shadow: inset 0 -2px 0 rgb(64, 156, 255);
}

#slide-social-design-system-block .slide-social-design-system__atomic-step + .slide-social-design-system__atomic-step::before {
  content: none;
}

#slide-social-design-system-block .slide-social-design-system__atomic-step + .slide-social-design-system__atomic-step {
  margin-left: 0;
}

#slide-social-design-system-block .slide-social-design-system__panels {
  width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__panel {
  width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__panel[hidden] {
  display: none !important;
}

#slide-social-design-system-block .slide-social-design-system__layer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#slide-social-design-system-block .slide-social-design-system__layer-label {
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  color: rgb(64, 156, 255);
}

#slide-social-design-system-block .slide-social-design-system__layer-intro {
  margin: -8px 0 0;
  font-family: inherit;
  font-size: var(--slide-social-text-size);
  font-weight: 400;
  line-height: var(--slide-social-line-height);
  color: rgba(255, 255, 255, 0.82);
  max-width: none;
}

#slide-social-design-system-block .slide-social-design-system__placeholder {
  margin: 0;
  padding: 20px 24px;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.45);
}

#slide-social-design-system-block .slide-social-design-system__grid {
  display: grid;
  gap: 24px;
  width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__grid--icons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#slide-social-design-system-block .slide-social-design-system__foundations {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__foundation-card-body--colors {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#slide-social-design-system-block .slide-social-design-system__color-group-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
  width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__foundation-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

#slide-social-design-system-block .slide-social-design-system__foundation-card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#slide-social-design-system-block .slide-social-design-system__foundation-card-title {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  color: rgb(64, 156, 255);
}

#slide-social-design-system-block .slide-social-design-system__foundation-card-lede {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
  max-width: none;
}

#slide-social-design-system-block .slide-social-design-system__foundation-card-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

#slide-social-design-system-block .slide-social-design-system__color-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#slide-social-design-system-block .slide-social-design-system__color-group:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#slide-social-design-system-block .slide-social-design-system__color-group-label {
  margin: 0;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.45);
}

#slide-social-design-system-block .slide-social-design-system__color-swatch {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 88px;
  flex: 0 0 88px;
  min-width: 0;
}

#slide-social-design-system-block .slide-social-design-system__color-chip {
  display: block;
  width: 88px;
  height: 88px;
  aspect-ratio: 1;
  border-radius: 10px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.22);
}

#slide-social-design-system-block .slide-social-design-system__color-chip.is-bordered {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

#slide-social-design-system-block .slide-social-design-system__color-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

#slide-social-design-system-block .slide-social-design-system__color-name {
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(250, 250, 250);
}

#slide-social-design-system-block .slide-social-design-system__color-hex {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.48);
  letter-spacing: 0.02em;
}

#slide-social-design-system-block .slide-social-design-system__typeface {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: rgb(250, 250, 250);
}

#slide-social-design-system-block .slide-social-design-system__type-scale {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

#slide-social-design-system-block .slide-social-design-system__type-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
  min-width: 0;
}

#slide-social-design-system-block .slide-social-design-system__type-row:first-child {
  padding-top: 18px;
}

#slide-social-design-system-block .slide-social-design-system__type-spec {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#slide-social-design-system-block .slide-social-design-system__type-name {
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(250, 250, 250);
}

#slide-social-design-system-block .slide-social-design-system__type-details {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.45);
}

#slide-social-design-system-block .slide-social-design-system__type-sample {
  margin: 0;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(250, 250, 250);
  text-wrap: balance;
  overflow-wrap: anywhere;
}

#slide-social-design-system-block .slide-social-design-system__grid--foundations,
#slide-social-design-system-block .slide-social-design-system__grid--icons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#slide-social-design-system-block .slide-social-design-system__grid--atoms {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#slide-social-design-system-block .slide-social-design-system__grid--molecules {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#slide-social-design-system-block .slide-social-design-system__molecules,
#slide-social-design-system-block .slide-social-design-system__organisms {
  display: flex;
  flex-direction: column;
  gap: var(--slide-social-atom-section-gap);
  align-items: stretch;
  width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__atom-card--organisms-sections .slide-social-design-system__atom-card-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: var(--slide-social-organism-col-gap);
  row-gap: var(--slide-social-atom-group-gap);
  align-items: start;
}

#slide-social-design-system-block .slide-social-design-system__atom-card--organisms-sections .slide-social-design-system__atom-group {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  min-width: 0;
  align-content: start;
}

#slide-social-design-system-block .slide-social-design-system__atom-card--organisms-sections .slide-social-design-system__atom-group-body {
  grid-row: 2;
  align-self: start;
  padding-top: 12px;
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--organisms-group-chat {
  max-width: var(--slide-social-organism-w-group-chat);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--organisms-rsvp {
  max-width: var(--slide-social-organism-w-rsvp);
}

#slide-social-design-system-block .slide-social-design-system__atom-card--molecules-icon-text .slide-social-design-system__atom-card-body {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1.35fr) minmax(0, 0.72fr);
  column-gap: var(--slide-social-atom-col-gap);
  row-gap: var(--slide-social-atom-group-gap);
  align-items: start;
}

#slide-social-design-system-block .slide-social-design-system__atom-card--molecules-forms .slide-social-design-system__atom-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.72fr) minmax(0, 1fr);
  column-gap: var(--slide-social-atom-col-gap);
  row-gap: var(--slide-social-atom-group-gap);
  align-items: start;
}

#slide-social-design-system-block .slide-social-design-system__atom-card--molecules-cards .slide-social-design-system__atom-card-body,
#slide-social-design-system-block .slide-social-design-system__atom-card--molecules-navigation .slide-social-design-system__atom-card-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: var(--slide-social-atom-col-gap);
  row-gap: var(--slide-social-atom-group-gap);
  align-items: start;
}

#slide-social-design-system-block .slide-social-design-system__atom-card--molecules-icon-text .slide-social-design-system__atom-group,
#slide-social-design-system-block .slide-social-design-system__atom-card--molecules-forms .slide-social-design-system__atom-group,
#slide-social-design-system-block .slide-social-design-system__atom-card--molecules-cards .slide-social-design-system__atom-group,
#slide-social-design-system-block .slide-social-design-system__atom-card--molecules-navigation .slide-social-design-system__atom-group {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  min-width: 0;
  align-content: start;
}

#slide-social-design-system-block .slide-social-design-system__atom-card--molecules-icon-text .slide-social-design-system__atom-group-body,
#slide-social-design-system-block .slide-social-design-system__atom-card--molecules-forms .slide-social-design-system__atom-group-body,
#slide-social-design-system-block .slide-social-design-system__atom-card--molecules-cards .slide-social-design-system__atom-group-body,
#slide-social-design-system-block .slide-social-design-system__atom-card--molecules-navigation .slide-social-design-system__atom-group-body {
  grid-row: 2;
  align-self: start;
  padding-top: 12px;
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-icon-text-headers {
  max-width: var(--slide-social-molecule-w-headers);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-icon-text-event-details {
  max-width: var(--slide-social-molecule-w-event-details);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-icon-text-chat {
  max-width: var(--slide-social-molecule-w-chat);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-forms-text-input {
  max-width: var(--slide-social-molecule-w-text-input);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-forms-time-select {
  max-width: var(--slide-social-molecule-w-time-select);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-forms-search {
  max-width: var(--slide-social-molecule-w-search);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-cards-group,
#slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-cards-event {
  max-width: var(--slide-social-molecule-w-card);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-navigation-bottom {
  max-width: var(--slide-social-molecule-w-nav-bottom);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-navigation-top {
  max-width: var(--slide-social-molecule-w-nav-top);
}

#slide-social-design-system-block .slide-social-design-system__atoms {
  display: flex;
  flex-direction: column;
  gap: var(--slide-social-atom-section-gap);
  align-items: stretch;
  width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__atom-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: var(--slide-social-atom-card-pad);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

#slide-social-design-system-block .slide-social-design-system__atom-card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#slide-social-design-system-block .slide-social-design-system__atom-card-title {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  color: rgb(64, 156, 255);
}

#slide-social-design-system-block .slide-social-design-system__atom-card-body {
  display: flex;
  flex-direction: column;
  gap: var(--slide-social-atom-row-gap);
  width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__atom-card--buttons .slide-social-design-system__atom-card-body {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.38fr) minmax(0, 1fr) minmax(0, 0.92fr);
  grid-template-rows: auto auto;
  column-gap: var(--slide-social-atom-col-gap);
  row-gap: var(--slide-social-atom-group-gap);
  align-items: start;
}

#slide-social-design-system-block .slide-social-design-system__atom-card--pills .slide-social-design-system__atom-card-body {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr) minmax(0, 1.18fr);
  grid-template-rows: auto auto;
  column-gap: var(--slide-social-atom-col-gap);
  row-gap: var(--slide-social-atom-group-gap);
  align-items: start;
}

#slide-social-design-system-block .slide-social-design-system__atom-group {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  min-width: 0;
  align-content: start;
}

#slide-social-design-system-block .slide-social-design-system__atom-group-label {
  margin: 0;
  grid-row: 1;
  align-self: start;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.45);
}

#slide-social-design-system-block .slide-social-design-system__atom-card--buttons .slide-social-design-system__atom-group-body,
#slide-social-design-system-block .slide-social-design-system__atom-card--pills .slide-social-design-system__atom-group-body {
  grid-row: 2;
  align-self: start;
  padding-top: 12px;
}

#slide-social-design-system-block .slide-social-design-system__atom-group-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

#slide-social-design-system-block .slide-social-design-system__atom-asset-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 0;
  width: 100%;
  max-width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__atom-asset {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  image-rendering: auto;
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--branding-mark {
  max-width: var(--slide-social-atom-w-brand);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--branding-type-scale {
  max-width: 93px;
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--branding-groups-pill {
  max-width: var(--slide-social-atom-w-pill-sm);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--buttons-coffee-tags {
  max-width: var(--slide-social-atom-w-tag-sm);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--buttons-slide-invite {
  max-width: var(--slide-social-atom-w-primary);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--buttons-profile {
  max-width: var(--slide-social-atom-w-avatar);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--buttons-create-events-tags {
  max-width: var(--slide-social-atom-w-tag);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--pills-quote {
  max-width: var(--slide-social-atom-w-pill-md);
}

#slide-social-design-system-block .slide-social-design-system__atom-asset--pills-rsvp-status {
  max-width: var(--slide-social-atom-w-pill-lg);
}

#slide-social-design-system-block .slide-social-design-system__type-scale .slide-social-design-system__atom-asset-wrap {
  margin-top: 4px;
}

#slide-social-design-system-block .slide-social-design-system__atom-tag-assets {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  column-gap: 20px;
  row-gap: 16px;
  align-items: start;
  width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-sizes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--slide-social-atom-row-gap) var(--slide-social-atom-col-gap);
  align-items: start;
  width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-size {
  min-width: 0;
  width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-size-label {
  margin: 0 0 12px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(250, 250, 250);
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-grid {
  display: grid;
  gap: 0;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-grid-head,
#slide-social-design-system-block .slide-social-design-system__atom-icon-grid-row {
  display: grid;
  grid-template-columns: minmax(72px, 1.15fr) repeat(3, minmax(48px, 1fr));
  align-items: center;
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-grid-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-grid-row + .slide-social-design-system__atom-icon-grid-row {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-grid-name {
  padding: 12px 14px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.58);
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-grid-head .slide-social-design-system__atom-icon-grid-name {
  visibility: hidden;
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-grid-state {
  padding: 10px 8px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  color: rgb(64, 156, 255);
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  min-height: 52px;
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-asset {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-cell--s .slide-social-design-system__atom-icon-asset {
  width: 16px;
  height: 16px;
}

#slide-social-design-system-block .slide-social-design-system__atom-icon-cell--l .slide-social-design-system__atom-icon-asset {
  width: 32px;
  height: 32px;
}

#slide-social-design-system-block .slide-social-design-system__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

#slide-social-design-system-block .slide-social-design-system__figure-label {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(250, 250, 250);
}

#slide-social-design-system-block .slide-social-design-system__figure-caption {
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.58);
  max-width: 72ch;
}

#slide-social-design-system-block .slide-social-design-system__figure-media {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgb(24, 24, 24);
}

#slide-social-design-system-block .slide-social-design-system__figure-media img {
  display: block;
  width: 100%;
  height: auto;
}

#slide-social-design-system-block .slide-social-design-system__icon-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
  border-radius: 14px;
  border: 1px solid rgba(64, 156, 255, 0.22);
  background: rgba(64, 156, 255, 0.05);
}

#slide-social-design-system-block .slide-social-design-system__icon-panel-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 24px;
}

#slide-social-design-system-block .slide-social-design-system__icon-panel-title {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(250, 250, 250);
}

#slide-social-design-system-block .slide-social-design-system__icon-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

#slide-social-design-system-block .slide-social-design-system__icon-spec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
}

#slide-social-design-system-block .slide-social-design-system__icon-spec-key {
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgb(64, 156, 255);
}

#slide-social-design-system-block .slide-social-design-system__icon-spec-values {
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(250, 250, 250);
}

#slide-social-design-system-block .slide-social-design-system__icon-note {
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
  white-space: nowrap;
}

#slide-social-design-system-block .slide-social-design-system__in-use {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 48px;
  align-items: start;
}

#slide-social-design-system-block .slide-social-design-system__in-use-item {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

#slide-social-design-system-block .slide-social-design-system__in-use-phone {
  width: min(100%, 260px);
}

#slide-social-design-system-block .slide-social-design-system__in-use-phone .slide-social-iphone {
  width: 100%;
}

#slide-social-design-system-block .slide-social-design-system__in-use-caption {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

@media (max-width: 1099.98px) {
  #slide-social-design-system-block .slide-social-design-system__type-scale {
    grid-template-columns: 1fr;
  }

  #slide-social-design-system-block .slide-social-design-system__grid--atoms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #slide-social-design-system-block .slide-social-design-system__atom-card--buttons .slide-social-design-system__atom-card-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #slide-social-design-system-block .slide-social-design-system__atom-card--pills .slide-social-design-system__atom-card-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #slide-social-design-system-block .slide-social-design-system__atom-card--pills
    .slide-social-design-system__atom-group:last-child {
    grid-column: 1 / -1;
  }

  #slide-social-design-system-block .slide-social-design-system__atom-icon-sizes {
    grid-template-columns: 1fr;
  }

  #slide-social-design-system-block .slide-social-design-system__atom-card--molecules-icon-text .slide-social-design-system__atom-card-body,
  #slide-social-design-system-block .slide-social-design-system__atom-card--molecules-forms .slide-social-design-system__atom-card-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #slide-social-design-system-block .slide-social-design-system__atom-card--molecules-icon-text
    .slide-social-design-system__atom-group:last-child,
  #slide-social-design-system-block .slide-social-design-system__atom-card--molecules-forms
    .slide-social-design-system__atom-group:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 809.98px) {
  #slide-social-design-system-block {
    gap: 44px;
  }

  #slide-social-design-system-block .slide-social-design-system__lede {
    padding: 24px 20px 28px;
    gap: 20px;
  }

  #slide-social-design-system-block .slide-social-design-system__lede-copy {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #slide-social-design-system-block .slide-social-design-system__atomic-ladder {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  #slide-social-design-system-block .slide-social-design-system__atomic-ladder::-webkit-scrollbar {
    display: none;
  }

  #slide-social-design-system-block .slide-social-design-system__atomic-step {
    min-width: 0;
    justify-content: center;
    padding: 12px 10px;
    border-bottom: none;
    border-right: 1px solid rgba(64, 156, 255, 0.14);
    text-align: center;
  }

  #slide-social-design-system-block .slide-social-design-system__atomic-step:last-child {
    border-right: none;
  }

  #slide-social-design-system-block .slide-social-design-system__grid--icons,
  #slide-social-design-system-block .slide-social-design-system__grid--atoms,
  #slide-social-design-system-block .slide-social-design-system__grid--molecules,
  #slide-social-design-system-block .slide-social-design-system__grid--organisms,
  #slide-social-design-system-block .slide-social-design-system__in-use {
    grid-template-columns: 1fr;
  }

  #slide-social-design-system-block .slide-social-design-system__icon-panel-header {
    flex-direction: column;
    align-items: flex-start;
  }

  #slide-social-design-system-block .slide-social-design-system__atom-icon-grid-head,
  #slide-social-design-system-block .slide-social-design-system__atom-icon-grid-row {
    grid-template-columns: 88px repeat(3, 52px);
  }

  #slide-social-design-system-block .slide-social-design-system__atom-card {
    padding: 24px 20px;
  }

  #slide-social-design-system-block .slide-social-design-system__atom-card--buttons .slide-social-design-system__atom-card-body,
  #slide-social-design-system-block .slide-social-design-system__atom-card--pills .slide-social-design-system__atom-card-body {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  #slide-social-design-system-block .slide-social-design-system__atom-card--molecules-icon-text .slide-social-design-system__atom-card-body,
  #slide-social-design-system-block .slide-social-design-system__atom-card--molecules-forms .slide-social-design-system__atom-card-body,
  #slide-social-design-system-block .slide-social-design-system__atom-card--molecules-cards .slide-social-design-system__atom-card-body,
  #slide-social-design-system-block .slide-social-design-system__atom-card--molecules-navigation .slide-social-design-system__atom-card-body,
  #slide-social-design-system-block .slide-social-design-system__atom-card--organisms-sections .slide-social-design-system__atom-card-body {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  #slide-social-design-system-block .slide-social-design-system__atom-card--molecules-icon-text
    .slide-social-design-system__atom-group:last-child,
  #slide-social-design-system-block .slide-social-design-system__atom-card--molecules-forms
    .slide-social-design-system__atom-group:last-child {
    grid-column: auto;
  }

  #slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-icon-text-headers,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-icon-text-event-details,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-icon-text-chat,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-forms-text-input,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-forms-time-select,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-forms-search,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-cards-group,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-cards-event,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-navigation-bottom,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--molecules-navigation-top,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--organisms-group-chat,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--organisms-rsvp {
    max-width: 100%;
  }

  #slide-social-design-system-block .slide-social-design-system__atom-card--pills
    .slide-social-design-system__atom-group:last-child {
    grid-column: auto;
  }

  #slide-social-design-system-block .slide-social-design-system__atom-tag-assets {
    grid-template-columns: 1fr;
  }

  #slide-social-design-system-block .slide-social-design-system__atom-asset--buttons-slide-invite,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--buttons-profile,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--pills-quote,
  #slide-social-design-system-block .slide-social-design-system__atom-asset--pills-rsvp-status {
    max-width: 100%;
  }
}

/* Solution mockups — center feature label on hover */
.framer-nSzcs [data-framer-name="Mockups frame"] .framer-mv5Yb,
.framer-5ufww4 [data-framer-name="Mockups frame"] .framer-mv5Yb {
  position: relative !important;
}

.framer-nSzcs [data-framer-name="Mockups frame"] .framer-d7dcin,
.framer-5ufww4 [data-framer-name="Mockups frame"] .framer-d7dcin {
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%) !important;
  width: max-content !important;
  max-width: calc(100% - 12px) !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  pointer-events: none;
}

.framer-nSzcs [data-framer-name="Mockups frame"] .framer-f2mhg7,
.framer-nSzcs [data-framer-name="Mockups frame"] .framer-f2mhg7 p,
.framer-5ufww4 [data-framer-name="Mockups frame"] .framer-f2mhg7,
.framer-5ufww4 [data-framer-name="Mockups frame"] .framer-f2mhg7 p {
  width: 100% !important;
  text-align: center !important;
  white-space: normal !important;
}

/* Solution mockups — custom lightbox overlay (all 5 screens) */
#overlay .framer-spzy7,
#overlay .framer-1qmgcx7,
#overlay .framer-1q9omvh,
#overlay .framer-1pi0wcp,
#overlay .framer-8wd0n0,
#overlay .framer-1otk8w4,
#overlay .framer-efo5q9,
#overlay .framer-grz2ix {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#overlay.slide-social-mockup-overlay-open,
#overlay.slide-social-design-process-overlay-open {
  position: fixed;
  inset: 0;
  z-index: 100000;
  pointer-events: auto;
}

#overlay .slide-social-mockup-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  cursor: pointer;
}

#overlay .slide-social-mockup-lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(96vw, 1120px);
  max-height: min(92vh, 760px);
  padding: 40px 44px 36px;
  background: rgb(17, 17, 17);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#overlay .slide-social-mockup-lightbox__layout {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.5vw, 32px);
  width: 100%;
  margin: 0 auto;
}

#overlay .slide-social-mockup-lightbox__phones {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.5vw, 18px);
  flex: 0 1 auto;
}

#overlay .slide-social-mockup-lightbox__phone {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#overlay .slide-social-mockup-lightbox__phone .slide-social-iphone {
  width: min(280px, 72vw);
}

#overlay .slide-social-mockup-lightbox__image,
#overlay .slide-social-mockup-lightbox__phone .slide-social-iphone__screen img {
  display: block;
  width: auto;
  height: min(58vh, 420px);
  max-height: min(58vh, 420px);
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
}

#overlay .slide-social-mockup-lightbox__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 1 300px;
  min-width: min(260px, 100%);
  max-width: 320px;
  gap: 6px;
}

#overlay .slide-social-mockup-lightbox__title {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

#overlay .slide-social-mockup-lightbox__callout {
  margin: 0;
  color: rgb(64, 156, 255);
  font-size: clamp(0.95rem, 1.4vw, 1.0625rem);
  font-weight: 600;
  line-height: 1.4;
  text-wrap: wrap;
  overflow-wrap: normal;
  word-break: normal;
}

#overlay .slide-social-mockup-lightbox__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.9375rem, 1.3vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  text-wrap: wrap;
  overflow-wrap: normal;
  word-break: normal;
}

/* Hero — duo lightbox (both screens enlarged, no scroll) */
#overlay .slide-social-hero-lightbox {
  --slide-social-lightbox-phone-height: min(
    620px,
    calc(92svh - 7.5rem),
    calc((min(98vw, 1120px) - 4.5rem - clamp(28px, 4vw, 56px)) / 2 * 844 / 390)
  );
  width: min(98vw, 1120px);
  max-height: 92svh;
  padding: 44px 36px 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

#overlay .slide-social-hero-lightbox__phones {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(20px, 3vw, 48px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 100%;
  flex: 0 1 auto;
}

#overlay .slide-social-hero-lightbox__phone {
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
  max-width: calc(50% - clamp(10px, 1.5vw, 24px));
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

#overlay .slide-social-hero-lightbox__caption {
  margin: 0;
  font-family: "Inter", "Inter Placeholder", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(250, 250, 250, 0.72);
  text-align: center;
  white-space: nowrap;
  flex: 0 0 auto;
}

#overlay .slide-social-hero-lightbox__phone .slide-social-hero-mockup {
  display: block;
  width: auto;
  height: var(--slide-social-lightbox-phone-height);
  max-height: var(--slide-social-lightbox-phone-height);
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  flex-shrink: 1;
  background-color: rgb(17, 17, 17);
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.42));
}

#overlay .slide-social-hero-lightbox__phone .slide-social-iphone {
  width: auto;
  height: var(--slide-social-lightbox-phone-height);
  max-height: var(--slide-social-lightbox-phone-height);
  max-width: 100%;
  flex-shrink: 1;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}

#overlay .slide-social-hero-lightbox__phone .slide-social-iphone__shell {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  aspect-ratio: 390 / 844;
}

#overlay .slide-social-hero-lightbox__phone .slide-social-iphone__screen img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  background-color: var(--slide-social-screen-bg);
}

@media (max-width: 809.98px) {
  #overlay .slide-social-hero-lightbox {
    --slide-social-lightbox-phone-height: min(
      300px,
      calc((92svh - 10rem) / 2)
    );
    width: min(96vw, 520px);
    padding: 40px 20px 24px;
  }

  #overlay .slide-social-hero-lightbox__phones {
    flex-flow: column nowrap;
    align-items: center;
    gap: 20px;
  }

  #overlay .slide-social-hero-lightbox__phone {
    max-width: 100%;
  }

  #overlay .slide-social-hero-lightbox__phone .slide-social-hero-mockup {
    max-width: min(300px, 84vw);
  }

  #overlay .slide-social-hero-lightbox__phone .slide-social-iphone {
    max-width: min(300px, 84vw);
  }
}

#overlay .slide-social-mockup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

#overlay .slide-social-mockup-close svg {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

#overlay .slide-social-mockup-close:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
}

#overlay .slide-social-mockup-close:focus-visible {
  outline: 2px solid rgba(64, 156, 255, 0.8);
  outline-offset: 2px;
}

@media (max-width: 809px) {
  #overlay .slide-social-mockup-lightbox {
    width: min(94vw, 520px);
    padding: 44px 20px 28px;
  }

  #overlay .slide-social-mockup-lightbox__layout {
    flex-flow: column;
    align-items: center;
  }

  #overlay .slide-social-mockup-lightbox__phones {
    gap: 8px;
  }

  #overlay .slide-social-mockup-lightbox__copy {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
    padding-top: 4px;
    text-align: center;
  }

  #overlay .slide-social-mockup-lightbox__image {
    height: min(40vh, 320px);
    max-height: min(40vh, 320px);
  }
}

/* Design Process — replace Cave PNGs with custom phase icons */
.framer-nSzcs [data-framer-name="Design Process Stack"] [data-framer-name="Cave"],
.framer-5ufww4 [data-framer-name="Design Process Stack"] [data-framer-name="Cave"] {
  display: none !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] .slide-social-design-process-icon,
.framer-5ufww4 [data-framer-name="Design Process Stack"] .slide-social-design-process-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: rgb(64, 156, 255);
}

.framer-nSzcs [data-framer-name="Design Process Stack"] .slide-social-design-process-icon svg,
.framer-5ufww4 [data-framer-name="Design Process Stack"] .slide-social-design-process-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Design Process — tighten phase labels and dim inactive steps */
.framer-nSzcs [data-framer-name="Design Process Stack"] #research,
.framer-nSzcs [data-framer-name="Design Process Stack"] #synthesis,
.framer-nSzcs [data-framer-name="Design Process Stack"] #ideation,
.framer-nSzcs [data-framer-name="Design Process Stack"] #iteration,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #research,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #synthesis,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #ideation,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #iteration {
  align-items: flex-start !important;
  gap: 12px !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] .slide-social-design-process-icon,
.framer-5ufww4 [data-framer-name="Design Process Stack"] .slide-social-design-process-icon {
  margin-top: 4px;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] [data-framer-name="Text Stack"],
.framer-5ufww4 [data-framer-name="Design Process Stack"] [data-framer-name="Text Stack"] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] .slide-social-design-process-caption,
.framer-5ufww4 [data-framer-name="Design Process Stack"] .slide-social-design-process-caption {
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  max-width: 720px;
  text-wrap: pretty;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] > div[style*="opacity: 0.4"],
.framer-nSzcs [data-framer-name="Design Process Stack"] > div[style*="opacity:0.4"],
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div[style*="opacity: 0.4"],
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div[style*="opacity:0.4"] {
  opacity: 0.3 !important;
}

/* Design Process tickers — fit header + content in viewport, consistent width */
.framer-nSzcs [data-framer-name="Design Process Stack"],
.framer-5ufww4 [data-framer-name="Design Process Stack"] {
  --slide-social-design-process-carousel-height: clamp(320px, calc(100svh - 280px), 480px);
  --slide-social-design-process-carousel-bg: rgb(24, 24, 24);
  --slide-social-design-process-carousel-border: rgba(255, 255, 255, 0.1);
  width: 100% !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]),
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]) {
  width: 100% !important;
  max-width: 100% !important;
  height: var(--slide-social-design-process-carousel-height) !important;
  max-height: var(--slide-social-design-process-carousel-height) !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  background-color: var(--slide-social-design-process-carousel-bg) !important;
  border: 1px solid var(--slide-social-design-process-carousel-border) !important;
  border-radius: 16px !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]) section,
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]) section,
.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]) section > div,
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]) section > div,
.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]) ul,
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]) ul,
.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]) [style*="overflow-x"],
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]) [style*="overflow-x"] {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  background-color: var(--slide-social-design-process-carousel-bg) !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]) section,
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]) section {
  place-items: center !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]) ul,
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]) ul {
  align-items: center !important;
  justify-content: flex-start !important;
}

/* Slideshow carousels — center slides horizontally in the ticker box */
.framer-nSzcs [data-framer-name="Design Process Stack"] #research + div:not([id]),
.framer-nSzcs [data-framer-name="Design Process Stack"] #synthesis + div:not([id]),
.framer-nSzcs [data-framer-name="Design Process Stack"] #ideation + div:not([id]),
.framer-5ufww4 [data-framer-name="Design Process Stack"] #research + div:not([id]),
.framer-5ufww4 [data-framer-name="Design Process Stack"] #synthesis + div:not([id]),
.framer-5ufww4 [data-framer-name="Design Process Stack"] #ideation + div:not([id]) {
  padding-left: max(16px, calc((100% - min(1210px, 100%)) / 2)) !important;
  padding-right: max(16px, calc((100% - min(1210px, 100%)) / 2)) !important;
  box-sizing: border-box !important;
}

/* Iteration ticker — hidden; hi-fi screens live in Redesign section */
.framer-nSzcs [data-framer-name="Design Process Stack"] #iteration + div:not([id]),
.framer-5ufww4 [data-framer-name="Design Process Stack"] #iteration + div:not([id]) {
  display: none !important;
}
.framer-nSzcs [data-framer-name="Design Process Stack"] #iteration + div:not([id]) > div[style*="overflow"],
.framer-5ufww4 [data-framer-name="Design Process Stack"] #iteration + div:not([id]) > div[style*="overflow"] {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] #iteration + div:not([id]) li.ticker-item,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #iteration + div:not([id]) li.ticker-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] #iteration + div:not([id]) ul,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #iteration + div:not([id]) ul {
  gap: clamp(24px, 3vw, 36px) !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]) ul > li > div,
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]) ul > li > div {
  align-items: center !important;
  justify-content: center !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]) [data-framer-background-image-wrapper="true"],
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]) [data-framer-background-image-wrapper="true"] {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]).slide-social-design-process-carousel-interactive,
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]).slide-social-design-process-carousel-interactive {
  cursor: zoom-in;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]).slide-social-design-process-carousel-interactive:focus-visible,
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]).slide-social-design-process-carousel-interactive:focus-visible {
  outline: 2px solid rgb(64, 156, 255);
  outline-offset: 2px;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]) img,
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]) img {
  object-fit: contain !important;
  object-position: center center !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]) li.ticker-item img,
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]) li.ticker-item img {
  height: calc(100% - 32px) !important;
  width: auto !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] #iteration + div:not([id]) li.ticker-item img,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #iteration + div:not([id]) li.ticker-item img {
  height: calc(100% - 72px) !important;
  max-height: calc(100% - 72px) !important;
  width: auto !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] #iteration + div:not([id]) li.ticker-item.slide-social-hifi-ticker-item-interactive,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #iteration + div:not([id]) li.ticker-item.slide-social-hifi-ticker-item-interactive {
  cursor: zoom-in;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] #iteration + div:not([id]) li.ticker-item.slide-social-hifi-ticker-item-interactive:focus-visible,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #iteration + div:not([id]) li.ticker-item.slide-social-hifi-ticker-item-interactive:focus-visible {
  outline: 2px solid rgb(64, 156, 255);
  outline-offset: 2px;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] #iteration + div:not([id]) li.ticker-item.slide-social-hifi-ticker-item-interactive:hover img,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #iteration + div:not([id]) li.ticker-item.slide-social-hifi-ticker-item-interactive:hover img {
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
  transition: filter 0.18s ease;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] > div:not([id]) li[style*="display: contents"] > div,
.framer-5ufww4 [data-framer-name="Design Process Stack"] > div:not([id]) li[style*="display: contents"] > div {
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
}

/* Slideshow carousels — scale slides to fit and center vertically */
.framer-nSzcs [data-framer-name="Design Process Stack"] #research + div:not([id]) ul > li > div,
.framer-nSzcs [data-framer-name="Design Process Stack"] #synthesis + div:not([id]) ul > li > div,
.framer-nSzcs [data-framer-name="Design Process Stack"] #ideation + div:not([id]) ul > li > div,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #research + div:not([id]) ul > li > div,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #synthesis + div:not([id]) ul > li > div,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #ideation + div:not([id]) ul > li > div {
  box-sizing: border-box !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  align-items: center !important;
  justify-content: center !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] #research + div:not([id]) ul > li > div > div,
.framer-nSzcs [data-framer-name="Design Process Stack"] #synthesis + div:not([id]) ul > li > div > div,
.framer-nSzcs [data-framer-name="Design Process Stack"] #ideation + div:not([id]) ul > li > div > div,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #research + div:not([id]) ul > li > div > div,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #synthesis + div:not([id]) ul > li > div > div,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #ideation + div:not([id]) ul > li > div > div {
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.framer-nSzcs [data-framer-name="Design Process Stack"] #research + div:not([id]) ul > li > div img,
.framer-nSzcs [data-framer-name="Design Process Stack"] #synthesis + div:not([id]) ul > li > div img,
.framer-nSzcs [data-framer-name="Design Process Stack"] #ideation + div:not([id]) ul > li > div img,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #research + div:not([id]) ul > li > div img,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #synthesis + div:not([id]) ul > li > div img,
.framer-5ufww4 [data-framer-name="Design Process Stack"] #ideation + div:not([id]) ul > li > div img {
  max-height: 100% !important;
  height: auto !important;
  width: auto !important;
}

.framer-nSzcs [data-framer-name="KAYAfinal"].slide-social-final-prototype-interactive,
.framer-5ufww4 [data-framer-name="KAYAfinal"].slide-social-final-prototype-interactive {
  cursor: pointer;
}

.framer-nSzcs [data-framer-name="KAYAfinal"].slide-social-final-prototype-interactive:focus-visible,
.framer-5ufww4 [data-framer-name="KAYAfinal"].slide-social-final-prototype-interactive:focus-visible {
  outline: 2px solid rgb(64, 156, 255);
  outline-offset: 2px;
}

#overlay .slide-social-design-process-lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(96vw, 1200px);
  height: min(88vh, 860px);
  max-height: min(92vh, 900px);
  padding: 48px 40px 40px;
  background: rgb(17, 17, 17);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
  overflow: hidden;
  display: grid;
  place-items: center;
  box-sizing: border-box;
}

#overlay .slide-social-design-process-lightbox--redesign {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(92vw, 440px);
  height: min(92vh, 900px);
  max-height: min(92vh, 900px);
  padding: 48px 20px;
  box-sizing: border-box;
}

#overlay .slide-social-design-process-lightbox--redesign .slide-social-design-process-lightbox__images {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#overlay .slide-social-design-process-lightbox--redesign .slide-social-design-process-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(85vh, 780px);
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
}

#overlay .slide-social-design-process-lightbox--phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(92vw, 440px);
  height: min(92vh, 900px);
  max-height: min(92vh, 900px);
  padding: 48px 20px;
  box-sizing: border-box;
}

#overlay .slide-social-design-process-lightbox--phone .slide-social-design-process-lightbox__images {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#overlay .slide-social-design-process-lightbox--phone .slide-social-design-process-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}

#overlay .slide-social-design-process-lightbox__images {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: clamp(12px, 2vw, 24px);
  width: 100%;
  max-height: 100%;
  margin: 0;
}

#overlay .slide-social-design-process-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(92vw, 1040px);
  max-height: min(68vh, 640px);
  object-fit: contain;
  object-position: center center;
  border-radius: 8px;
}

#overlay .slide-social-design-process-lightbox:has(.slide-social-design-process-lightbox__images--multi) {
  width: min(98vw, 1380px);
  height: min(92vh, 900px);
  overflow: auto;
}

#overlay .slide-social-design-process-lightbox__images--multi {
  flex-wrap: nowrap;
  gap: clamp(16px, 2vw, 28px);
}

#overlay .slide-social-design-process-lightbox__images--multi .slide-social-design-process-lightbox__image {
  max-height: min(75vh, 720px);
  max-width: min(calc((98vw - 120px) / 3), 400px);
}

#overlay .slide-social-design-process-lightbox__images--multi.slide-social-design-process-lightbox__images--duo
  .slide-social-design-process-lightbox__image {
  max-width: min(calc((98vw - 96px) / 2), 560px);
}

@media (max-width: 809.98px) {
  #overlay .slide-social-design-process-lightbox__images--multi {
    flex-wrap: wrap;
  }

  #overlay .slide-social-design-process-lightbox__images--multi .slide-social-design-process-lightbox__image {
    max-width: min(92vw, 520px);
    max-height: min(42vh, 360px);
  }
}

@media (max-width: 809.98px) {
  .framer-nSzcs [data-framer-name="Design Process Stack"],
  .framer-5ufww4 [data-framer-name="Design Process Stack"] {
    --slide-social-design-process-carousel-height: clamp(220px, calc(100svh - 320px), 340px);
  }
}

/* KAYA-only: hide decorative blur overlay in project nav */
[data-framer-root] .project-nav > .framer-14lwzmx {
  display: none !important;
}

/* Side section navigation (desktop, KAYA page only) */
@media (min-width: 1400px) {
  html.slide-social-page body.slide-social-has-section-nav {
    --slide-social-side-nav-space: 184px;
  }

  html.slide-social-page body.slide-social-has-section-nav [data-framer-root].framer-nSzcs,
  html.slide-social-page body.slide-social-has-section-nav [data-framer-root].framer-5ufww4 {
    padding-left: var(--slide-social-side-nav-space);
    box-sizing: border-box;
  }
}

html.slide-social-page .slide-social-section-nav {
  position: fixed;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 40;
  width: 176px;
  margin: 0;
  padding: 0;
  font-family: inherit;
  opacity: 1;
  pointer-events: auto;
}

html.slide-social-page .slide-social-section-nav.is-hidden {
  opacity: 0;
  pointer-events: none;
}

html.slide-social-page .slide-social-section-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

html.slide-social-page .slide-social-section-nav__item {
  margin: 0;
  padding: 0;
}

html.slide-social-page .slide-social-section-nav__link {
  position: relative;
  display: block;
  padding: 6px 0 6px 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: normal;
  color: rgba(250, 250, 250, 0.72);
  text-decoration: none;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

html.slide-social-page .slide-social-section-nav__link:hover,
html.slide-social-page .slide-social-section-nav__link:focus-visible {
  color: rgb(250, 250, 250);
  outline: none;
}

html.slide-social-page .slide-social-section-nav__link.is-active,
html.slide-social-page .slide-social-section-nav__link[aria-current="true"] {
  color: rgb(64, 156, 255);
  border-left-color: rgb(64, 156, 255);
}

html.slide-social-page .slide-social-section-nav__link.is-active::before,
html.slide-social-page .slide-social-section-nav__link[aria-current="true"]::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  width: 3px;
  height: 16px;
  border-radius: 999px;
  background: rgb(64, 156, 255);
  transform: translateY(-50%);
}

@media (max-width: 1399.98px) {
  html.slide-social-page .slide-social-section-nav {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.slide-social-page .slide-social-section-nav {
    transition: none;
  }
}

/* ── Slide Social accent overrides (KAYA green → blue) ── */
html.slide-social-page .framer-1bfa667 {
  background-color: rgba(64, 156, 255, 0.12) !important;
}

html.slide-social-page .framer-s3ufnq {
  display: none !important;
}

html.slide-social-page .framer-nSzcs p[style*="175, 255, 0"],
html.slide-social-page .framer-5ufww4 p[style*="175, 255, 0"],
html.slide-social-page .framer-nSzcs [style*="--extracted-r6o4lv:rgb(175, 255, 0)"],
html.slide-social-page .framer-5ufww4 [style*="--extracted-r6o4lv:rgb(175, 255, 0)"] {
  --framer-text-color: rgb(64, 156, 255) !important;
  --extracted-r6o4lv: rgb(64, 156, 255) !important;
  color: rgb(64, 156, 255) !important;
}

/* ── iPhone device frame ── */
.slide-social-iphone {
  --slide-social-screen-bg: #2a2a2a;
  position: relative;
  box-sizing: border-box;
  width: min(260px, 100%);
  flex: 0 0 auto;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.42));
}

.slide-social-iphone__shell {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 390 / 844;
  padding: 9px;
  border-radius: 46px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 18%),
    linear-gradient(165deg, #5a5a5c 0%, #2c2c2e 22%, #1c1c1e 55%, #3a3a3c 78%, #1a1a1c 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    inset 0 0 0 2px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(0, 0, 0, 0.85);
}

.slide-social-iphone__shell::before,
.slide-social-iphone__shell::after {
  content: "";
  position: absolute;
  z-index: 4;
  border-radius: 2px;
  background: linear-gradient(180deg, #6e6e70 0%, #3a3a3c 100%);
  box-shadow: inset 0 0 0 0.5px rgba(255, 255, 255, 0.18);
}

.slide-social-iphone__shell::before {
  left: -2px;
  top: 108px;
  width: 3px;
  height: 28px;
}

.slide-social-iphone__shell::after {
  left: -2px;
  top: 152px;
  width: 3px;
  height: 46px;
}

.slide-social-iphone__island {
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 5;
  width: 31%;
  min-width: 62px;
  max-width: 96px;
  height: 21px;
  transform: translateX(-50%);
  border-radius: 14px;
  background: #000;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 1px 2px rgba(0, 0, 0, 0.35);
}

.slide-social-iphone__screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 38px;
  overflow: hidden;
  background: var(--slide-social-screen-bg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.slide-social-iphone__screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background-color: var(--slide-social-screen-bg);
}

html.slide-social-page .framer-ufzkch .framer-1cd22mj {
  display: none !important;
}

/* ── Hero overview: match KAYA Landing Stack layout ── */
html.slide-social-page .framer-1bhesta[data-framer-name="Landing Stack"] {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 32px !important;
  width: 100% !important;
  padding: 140px 64px 36px !important;
  background-color: rgb(17, 17, 17) !important;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-edpfjk {
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  gap: 24px !important;
}

html.slide-social-page [data-framer-name="Landing Stack"] {
  --slide-social-hero-text-width: 100%;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-edpfjk {
  align-items: flex-start !important;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-1lfbbfg,
html.slide-social-page [data-framer-name="Landing Stack"] .framer-9neb8m,
html.slide-social-page [data-framer-name="Landing Stack"] .framer-pevkpm {
  width: var(--slide-social-hero-text-width) !important;
  max-width: var(--slide-social-hero-text-width) !important;
  align-self: stretch !important;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-9neb8m {
  align-items: flex-start !important;
  place-content: flex-start !important;
  gap: 64px !important;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-ufzkch {
  gap: 40px !important;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-1lfbbfg {
  width: var(--slide-social-hero-text-width) !important;
  max-width: var(--slide-social-hero-text-width) !important;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-pevkpm {
  width: var(--slide-social-hero-text-width) !important;
  max-width: var(--slide-social-hero-text-width) !important;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-styles-preset-1swnbig {
  text-wrap: pretty;
  line-height: 1.12 !important;
  margin: 0 !important;
  max-width: 100%;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-styles-preset-1qj7f1d {
  text-wrap: pretty;
  line-height: 1.58 !important;
  margin: 0 !important;
  max-width: 100%;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-9neb8m {
  align-items: flex-start !important;
  width: var(--slide-social-hero-text-width) !important;
  max-width: var(--slide-social-hero-text-width) !important;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-ufzkch {
  width: 100% !important;
  flex-wrap: wrap;
  align-content: flex-start !important;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-ufzkch > * {
  margin: 0 !important;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-1d3te56 {
  flex: 0 0 auto !important;
  width: min-content !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  align-self: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: visible !important;
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-xd6pyy,
html.slide-social-page [data-framer-name="Landing Stack"] [data-framer-name="KAYAfinal"],
html.slide-social-page [data-framer-name="Landing Stack"] [data-framer-name="KAYAfinal"].slide-social-phone-mount {
  position: relative !important;
  width: fit-content !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  flex: 0 0 auto !important;
  align-self: auto !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
}

html.slide-social-page .slide-social-hero-phones {
  --slide-social-hero-phone-height: 446px;
  --slide-social-hero-phone-width: auto;
  --slide-social-page-bg: rgb(17, 17, 17);
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
  width: fit-content !important;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
  gap: 10px;
  transition: transform 0.2s ease;
  outline: none;
  overflow: visible;
}

html.slide-social-page .slide-social-hero-phones:hover,
html.slide-social-page .slide-social-hero-phones:focus-visible {
  transform: translateY(-2px);
}

html.slide-social-page .slide-social-hero-phones:focus-visible {
  outline: 2px solid rgb(64, 156, 255);
  outline-offset: 6px;
  border-radius: 12px;
}

html.slide-social-page .slide-social-hero-phone-item {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  flex: 0 0 auto;
  height: auto;
  min-height: 0;
  background: transparent;
}

html.slide-social-page .slide-social-hero-phone-item__caption {
  margin: 0;
  font-family: "Inter", "Inter Placeholder", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: rgba(250, 250, 250, 0.62);
  text-align: center;
  white-space: nowrap;
}

html.slide-social-page .slide-social-hero-phones .slide-social-hero-mockup {
  display: block;
  width: auto;
  height: var(--slide-social-hero-phone-height, 446px);
  max-width: none;
  max-height: var(--slide-social-hero-phone-height, 446px);
  object-fit: contain;
  object-position: bottom center;
  margin: 0 !important;
  flex: 0 0 auto;
  pointer-events: none;
  background-color: rgb(17, 17, 17);
}

html.slide-social-page .slide-social-hero-phones .slide-social-iphone {
  width: var(--slide-social-hero-phone-width, auto) !important;
  height: auto !important;
  max-width: var(--slide-social-hero-phone-width, none) !important;
  max-height: calc(100svh - 260px) !important;
  margin: 0 !important;
  flex: 0 0 auto;
  pointer-events: none;
}

html.slide-social-page .slide-social-hero-phones .slide-social-iphone__shell {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 390 / 844;
  max-height: calc(100svh - 260px);
  padding: 9px;
}

html.slide-social-page .slide-social-hero-phones .slide-social-iphone__screen {
  overflow: hidden;
  border-radius: 38px;
  background: var(--slide-social-screen-bg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  min-height: 0;
}

html.slide-social-page .slide-social-hero-phones .slide-social-iphone__screen img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background-color: var(--slide-social-screen-bg);
}

html.slide-social-page [data-framer-name="Landing Stack"] .framer-1d3te56 .framer-g26of4 {
  display: none !important;
}

@media (max-width: 809.98px) {
  html.slide-social-page .framer-1bhesta[data-framer-name="Landing Stack"] {
    flex-flow: column nowrap !important;
    align-items: stretch !important;
    gap: 32px !important;
  }

  html.slide-social-page [data-framer-name="Landing Stack"] .framer-edpfjk {
    flex: 1 1 auto !important;
    max-width: 100% !important;
  }

  html.slide-social-page [data-framer-name="Landing Stack"] .framer-pevkpm {
    max-width: none !important;
  }

  html.slide-social-page [data-framer-name="Landing Stack"] .framer-styles-preset-1swnbig,
  html.slide-social-page [data-framer-name="Landing Stack"] .framer-styles-preset-1qj7f1d {
    max-width: none;
  }

  html.slide-social-page .framer-1bhesta[data-framer-name="Landing Stack"] {
    padding: 96px 24px 32px !important;
  }

  html.slide-social-page [data-framer-name="Landing Stack"] .framer-edpfjk {
    width: 100% !important;
    max-width: 100% !important;
  }

  html.slide-social-page [data-framer-name="Landing Stack"] .framer-9neb8m {
    gap: 32px !important;
  }

  html.slide-social-page [data-framer-name="Landing Stack"] .framer-ufzkch {
    gap: 32px !important;
  }

  html.slide-social-page [data-framer-name="Landing Stack"] .framer-1d3te56 {
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    align-self: center !important;
  }

  html.slide-social-page [data-framer-name="Landing Stack"] [data-framer-name="KAYAfinal"],
  html.slide-social-page [data-framer-name="Landing Stack"] [data-framer-name="KAYAfinal"].slide-social-phone-mount {
    align-self: center !important;
  }

  html.slide-social-page .slide-social-hero-phones {
    justify-content: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    gap: 12px;
  }

  html.slide-social-page .slide-social-hero-phones .slide-social-hero-mockup {
    width: auto !important;
    max-width: min(220px, 44vw) !important;
    height: var(--slide-social-hero-phone-height, min(400px, calc(100svh - 220px))) !important;
    max-height: var(--slide-social-hero-phone-height, min(400px, calc(100svh - 220px))) !important;
  }

  html.slide-social-page .slide-social-hero-phones .slide-social-iphone {
    width: auto !important;
    max-width: min(180px, 42vw) !important;
    height: var(--slide-social-hero-phone-height, min(380px, calc(100svh - 220px))) !important;
  }

  html.slide-social-page .slide-social-hero-phones .slide-social-iphone__shell {
    height: 100% !important;
    width: auto !important;
  }
}

.framer-nSzcs [data-framer-name="KAYAfinal"] .slide-social-iphone,
.framer-5ufww4 [data-framer-name="KAYAfinal"] .slide-social-iphone {
  width: min(280px, 88%);
  margin: 0 auto;
}

.framer-nSzcs [data-framer-name="Mockups frame"] .slide-social-iphone,
.framer-5ufww4 [data-framer-name="Mockups frame"] .slide-social-iphone {
  width: 100%;
  max-width: 148px;
}

.framer-nSzcs [data-framer-name="Mockups frame"] .slide-social-iphone__shell,
.framer-5ufww4 [data-framer-name="Mockups frame"] .slide-social-iphone__shell {
  padding: 6px;
  border-radius: 32px;
}

.framer-nSzcs [data-framer-name="Mockups frame"] .slide-social-iphone__island,
.framer-5ufww4 [data-framer-name="Mockups frame"] .slide-social-iphone__island {
  top: 9px;
  height: 14px;
  min-width: 42px;
}

.framer-nSzcs [data-framer-name="Mockups frame"] .slide-social-iphone__screen,
.framer-5ufww4 [data-framer-name="Mockups frame"] .slide-social-iphone__screen {
  border-radius: 26px;
}

#overlay .slide-social-design-process-lightbox--phone .slide-social-iphone {
  width: min(320px, 86vw);
  height: auto;
}

#overlay .slide-social-design-process-lightbox--phone .slide-social-iphone__screen img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center center;
}

/* ── About section: Slide Social S logo (replaces KAYA draw animation) ── */
html.slide-social-page [data-framer-name="About Section"] .framer-g7i3cv > div:has(> svg.framer-1limhyn),
html.slide-social-page [data-framer-name="About Section"] svg.framer-1limhyn {
  display: none !important;
}

html.slide-social-page .slide-social-about-logo {
  --slide-social-about-logo-aspect: 1.625;
  flex: 0 0 auto;
  width: 163px;
  height: calc(163px / var(--slide-social-about-logo-aspect));
  position: relative;
  align-self: center;
  pointer-events: none;
  user-select: none;
}

html.slide-social-page .slide-social-about-logo__mark {
  width: 100%;
  height: 100%;
}

html.slide-social-page .slide-social-about-logo__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  clip-path: inset(0 0 100% 0);
  animation: slide-social-about-s-draw 5s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  will-change: clip-path;
}

@keyframes slide-social-about-s-draw {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.slide-social-page .slide-social-about-logo__mark img {
    animation: none;
    clip-path: inset(0 0 0 0);
  }
}

@media (max-width: 809.98px) {
  html.slide-social-page .slide-social-about-logo {
    width: 130px;
    height: calc(130px / var(--slide-social-about-logo-aspect));
  }
}
