/* Signed-out landing page refresh */
.landing-page-refresh {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 8% 6%, rgba(196, 107, 78, 0.12), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(127, 166, 182, 0.13), transparent 30rem),
    linear-gradient(180deg, #f7f1e7 0%, #fbf7f0 46%, #f7f1e7 100%);
}

.nav-landing {
  z-index: 20;
  background: rgba(247, 241, 231, 0.82);
  border-bottom-color: rgba(42, 38, 35, 0.08);
  box-shadow: 0 12px 36px rgba(42, 38, 35, 0.035);
  backdrop-filter: blur(18px) saturate(1.18);
}

.nav-landing .nav-logo {
  width: 34px;
  height: 34px;
  filter: drop-shadow(0 6px 12px rgba(63, 91, 74, 0.14));
}

.nav-landing .nav-title {
  font-size: 1.35rem;
  font-weight: 600;
}

.nav-landing .nav-brand {
  flex: 0 0 auto;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .nav-landing .nav-inner {
    position: relative;
    flex-wrap: nowrap;
  }

  .nav-landing .nav-toggle {
    display: inline-flex !important;
    margin-left: auto;
  }

  .nav-landing .nav-collapse.collapse:not(.show) {
    display: none !important;
  }

  .nav-landing .nav-collapse.collapse.show {
    position: absolute;
    top: calc(100% + 0.65rem);
    right: 12px;
    left: 12px;
    z-index: 30;
    display: flex !important;
    width: auto;
    padding: 1rem;
    border: 1px solid rgba(42, 38, 35, 0.1);
    border-radius: 18px;
    background: rgba(255, 252, 247, 0.96);
    box-shadow: 0 24px 54px rgba(42, 38, 35, 0.14);
    backdrop-filter: blur(18px);
  }

  .nav-landing .nav-collapse.show .nav-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    white-space: normal;
  }
}

.landing-page-refresh .participant-entry-section {
  position: relative;
  padding: clamp(0.5rem, 2.2vw, 1.75rem) 0 clamp(1rem, 3vw, 2.5rem);
  border-bottom: 0;
  isolation: isolate;
}

.landing-page-refresh .participant-entry-section::before,
.landing-page-refresh .participant-entry-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(63, 91, 74, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.landing-page-refresh .participant-entry-section::before {
  top: -21rem;
  right: -14rem;
  width: 42rem;
  height: 42rem;
}

.landing-page-refresh .participant-entry-section::after {
  bottom: -15rem;
  left: -16rem;
  width: 34rem;
  height: 34rem;
  border-color: rgba(196, 107, 78, 0.09);
}

.landing-page-refresh .participant-entry-card {
  position: relative;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(1.25rem, 3vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: clamp(28px, 3vw, 44px);
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.9), rgba(239, 228, 214, 0.72)),
    radial-gradient(circle at 18% 10%, rgba(242, 179, 148, 0.24), transparent 42%);
  box-shadow:
    0 36px 90px rgba(42, 38, 35, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(26px) saturate(1.22);
}

.landing-page-refresh .participant-entry-card::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 46%;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(127, 166, 182, 0.11);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.landing-page-refresh .participant-entry-copy,
.landing-page-refresh .participant-entry-panel {
  position: relative;
  z-index: 1;
}

.landing-page-refresh .participant-entry-copy {
  gap: 1.5rem;
}

.landing-page-refresh .participant-entry-hero-lockup {
  gap: 0.4rem;
}

.landing-halo-stage {
  position: relative;
  width: min(100%, 26rem);
  aspect-ratio: 1;
  margin: clamp(-2.6rem, -3vw, -1rem) auto 0.2rem;
  overflow: visible;
  border-radius: 24%;
  cursor: default;
  touch-action: pan-y;
  isolation: isolate;
}

.landing-halo-stage::before,
.landing-halo-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.landing-halo-stage::before {
  inset: 2.5%;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 23%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.14) 45%, rgba(127, 166, 182, 0.08)),
    rgba(247, 241, 231, 0.22);
  box-shadow:
    0 28px 60px rgba(42, 38, 35, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 10px 12px 30px rgba(255, 255, 255, 0.28),
    inset -14px -18px 34px rgba(127, 166, 182, 0.09);
  backdrop-filter: blur(22px) saturate(1.28);
}

.landing-halo-stage::after {
  inset: 7%;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.18);
}

.landing-halo-stage__glow {
  position: absolute;
  inset: 11%;
  z-index: -1;
  border-radius: 42%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.96), transparent 24%),
    radial-gradient(circle, rgba(242, 179, 148, 0.22), rgba(127, 166, 182, 0.1) 52%, transparent 74%);
  filter: blur(24px);
  opacity: 0.82;
}

.landing-halo-stage__canvas,
.landing-halo-stage__fallback {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 23%;
}

.landing-halo-stage__canvas {
  opacity: 0;
  transition: opacity 520ms ease;
}

.landing-halo-stage__fallback {
  width: 72%;
  height: 72%;
  margin: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(63, 91, 74, 0.16));
  transition: opacity 320ms ease, transform 520ms ease;
}

.landing-halo-stage.is-ready .landing-halo-stage__canvas {
  opacity: 1;
}

.landing-halo-stage.is-ready .landing-halo-stage__fallback {
  opacity: 0;
  transform: scale(0.94);
}

.landing-page-refresh .participant-entry-copy-block {
  gap: 0.75rem;
  margin-top: -0.2rem;
}

.landing-page-refresh .participant-entry-copy h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--night);
  font-size: clamp(2.6rem, 5.1vw, 4.6rem);
  line-height: 0.95;
  text-wrap: balance;
}

.landing-page-refresh .participant-entry-tagline {
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.landing-page-refresh .participant-entry-intro {
  margin-bottom: 0;
  color: rgba(42, 38, 35, 0.78);
}

.landing-page-refresh .participant-entry-support {
  font-size: 0.9rem;
  line-height: 1.55;
}

.landing-halo-key {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 1rem;
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
}

.landing-halo-key span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.landing-halo-key__ring,
.landing-halo-key__orb {
  display: inline-block;
  width: 0.78rem;
  height: 0.78rem;
  flex: 0 0 auto;
  border-radius: 50%;
}

.landing-halo-key__ring {
  border: 2px solid var(--primary);
  border-right-color: var(--sage);
  border-bottom-color: var(--sky);
}

.landing-halo-key__orb {
  width: 0.58rem;
  height: 0.58rem;
  background: var(--juniper);
  box-shadow: 0.4rem -0.18rem 0 -0.08rem var(--sky), -0.38rem 0.12rem 0 -0.09rem var(--primary);
}

.landing-page-refresh .participant-entry-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 0;
  counter-reset: landing-entry-step;
  list-style: none;
}

.landing-page-refresh .participant-entry-steps li {
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid rgba(42, 38, 35, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
  counter-increment: landing-entry-step;
}

.landing-page-refresh .participant-entry-steps li::before {
  content: "0" counter(landing-entry-step);
  display: block;
  margin-bottom: 0.4rem;
  color: var(--primary-2);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.landing-page-refresh .participant-entry-steps strong {
  display: block;
  margin: 0 0 0.15rem;
  color: var(--night);
}

.landing-page-refresh .participant-entry-panel {
  align-self: center;
  gap: 1.15rem;
  padding: clamp(1.15rem, 2.2vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(247, 241, 231, 0.62)),
    rgba(255, 252, 248, 0.72);
  box-shadow:
    0 20px 48px rgba(42, 38, 35, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}

.landing-page-refresh .participant-discovery-panel.is-hidden,
.landing-page-refresh .participant-discovery-results.is-hidden {
  display: none;
}

.landing-page-refresh .participant-entry-actions {
  gap: 0.75rem;
}

.landing-page-refresh .participant-entry-action {
  min-height: 3.7rem;
  border-radius: 16px;
}

.landing-page-refresh .participant-entry-help {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(42, 38, 35, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.42);
}

.landing-page-refresh .participant-entry-help summary {
  color: var(--juniper);
  font-weight: 750;
  cursor: pointer;
}

.landing-page-refresh .participant-entry-host-login {
  padding: 1.1rem;
  border: 1px solid rgba(63, 91, 74, 0.12);
  border-radius: 18px;
  background: rgba(126, 138, 99, 0.08);
}

.landing-page-refresh .participant-entry-host-copy h2 {
  color: var(--night);
  font-size: 1.4rem;
}

.landing-story-hero {
  position: relative;
  padding: clamp(2rem, 6vw, 5.5rem) 0;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 82% 35%, rgba(127, 166, 182, 0.17), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(239, 228, 214, 0.28));
}

.landing-story-hero::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -8rem;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(127, 166, 182, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.landing-story-hero h1 {
  max-width: 10ch;
  color: var(--night);
  font-size: clamp(3rem, 5.7vw, 5.8rem);
  font-weight: 600 !important;
  line-height: 0.96;
  text-wrap: balance;
}

.landing-story-hero .lead {
  max-width: 38rem;
  color: rgba(42, 38, 35, 0.76);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.65;
}

.landing-story-eyebrow {
  margin-bottom: 1.25rem;
  background: rgba(196, 107, 78, 0.1);
  color: var(--primary-2);
}

.landing-outcome-list .chip {
  max-width: 16rem;
  padding: 0.65rem 0.85rem;
  border-color: rgba(42, 38, 35, 0.08);
  background: rgba(255, 255, 255, 0.54);
  line-height: 1.35;
}

.landing-session-preview {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2.2vw, 1.6rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 30px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.86), rgba(239, 228, 214, 0.72)),
    rgba(247, 241, 231, 0.84);
  box-shadow:
    0 34px 80px rgba(42, 38, 35, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(24px) saturate(1.18);
  transform: rotate(1.2deg);
}

.landing-session-preview::before {
  content: "";
  position: absolute;
  top: -9rem;
  right: -8rem;
  width: 23rem;
  height: 23rem;
  border: 1px solid rgba(63, 91, 74, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.landing-session-preview__header,
.landing-session-preview__lead {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.landing-session-preview__header {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(42, 38, 35, 0.08);
}

.landing-session-preview__header > div {
  display: grid;
  gap: 0.16rem;
}

.landing-session-preview__header strong {
  color: var(--night);
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.05rem;
}

.landing-preview-kicker {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-preview-status {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  background: rgba(126, 138, 99, 0.14);
  color: var(--juniper);
  font-size: 0.7rem;
  font-weight: 800;
  white-space: nowrap;
}

.landing-preview-status i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 4px rgba(126, 138, 99, 0.12);
}

.landing-session-preview__lead {
  justify-content: flex-start;
  min-height: 12rem;
  padding: 1rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 50%, rgba(242, 179, 148, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.48);
}

.landing-session-preview__lead .landing-hero-halo {
  --ch-size: clamp(150px, 18vw, 202px);

  flex: 0 0 auto;
  margin: 0;
}

.landing-session-preview__lead h2 {
  margin: 0.35rem 0 0.55rem;
  color: var(--night);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
}

.landing-session-preview__lead p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.landing-session-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.landing-session-preview__grid article {
  display: grid;
  align-content: start;
  gap: 0.32rem;
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid rgba(42, 38, 35, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.52);
}

.landing-session-preview__grid span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.landing-session-preview__grid strong {
  color: var(--night);
  font-size: 0.84rem;
  line-height: 1.25;
}

.landing-session-preview__grid small {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.4;
}

.landing-page-refresh > .landing-section:not(.participant-entry-section) .container {
  padding-top: clamp(4rem, 8vw, 7rem) !important;
  padding-bottom: clamp(4rem, 8vw, 7rem) !important;
}

.landing-page-refresh > .landing-section {
  position: relative;
  border-bottom-color: rgba(42, 38, 35, 0.07);
}

.landing-page-refresh > .landing-section:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.26);
}

.landing-page-refresh #what-it-is h2,
.landing-page-refresh #outputs h2,
.landing-page-refresh #representation h2,
.landing-page-refresh #formats h2,
.landing-page-refresh #privacy h2 {
  max-width: 16ch;
  color: var(--night);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  text-wrap: balance;
}

.landing-page-refresh #what-it-is p,
.landing-page-refresh #representation > .container p,
.landing-page-refresh #formats > .container p {
  color: rgba(42, 38, 35, 0.72);
  font-size: 1.08rem;
  line-height: 1.7;
}

.landing-page-refresh .placeholder-panel,
.landing-page-refresh .step-card,
.landing-page-refresh .format-tile,
.landing-page-refresh .privacy-panel {
  border-color: rgba(42, 38, 35, 0.08);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 20px 48px rgba(42, 38, 35, 0.07);
  backdrop-filter: blur(10px);
}

.landing-page-refresh .micro-diagram {
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border-radius: 28px;
}

.landing-page-refresh .diagram-line::before {
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--sage), var(--sky));
  opacity: 0.42;
}

.landing-page-refresh .diagram-node {
  min-height: 3rem;
  border-color: rgba(42, 38, 35, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 24px rgba(42, 38, 35, 0.07);
}

.landing-page-refresh #how-it-works h2 {
  color: var(--night);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.landing-page-refresh .step-card {
  min-height: 17rem;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease);
}

.landing-page-refresh .step-card::after {
  inset: 0 0 auto;
  height: 4px;
  background: var(--primary);
  opacity: 1;
  transform: none;
}

.landing-page-refresh #how-it-works .col:nth-child(2) .step-card::after {
  background: var(--sage);
}

.landing-page-refresh #how-it-works .col:nth-child(3) .step-card::after {
  background: var(--sky);
}

.landing-page-refresh .step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 58px rgba(42, 38, 35, 0.11);
}

.landing-page-refresh .step-card .card-body {
  position: relative;
  z-index: 1;
  padding: clamp(1.4rem, 2.6vw, 2.2rem);
}

.landing-page-refresh .step-card .icon-pill {
  width: 3.2rem;
  height: 3.2rem;
  border: 0;
  background: rgba(196, 107, 78, 0.11);
}

.landing-page-refresh #how-it-works .col:nth-child(2) .icon-pill {
  background: rgba(126, 138, 99, 0.13);
}

.landing-page-refresh #how-it-works .col:nth-child(3) .icon-pill {
  background: rgba(127, 166, 182, 0.15);
}

.landing-page-refresh .step-card h3 {
  color: var(--night);
  font-size: 1.45rem !important;
}

.landing-page-refresh .output-card,
.landing-page-refresh .representation-halo-panel {
  border-radius: 28px;
}

.landing-page-refresh .representation-halo-panel {
  background:
    radial-gradient(circle at center, rgba(242, 179, 148, 0.16), transparent 48%),
    rgba(255, 255, 255, 0.54);
}

.landing-page-refresh .landing-representation-halo .commons-halo__svg {
  filter: drop-shadow(0 24px 42px rgba(63, 91, 74, 0.14));
}

.landing-page-refresh .format-tile {
  min-height: 9rem;
  border-radius: 20px;
}

.landing-page-refresh .format-tile .card-body {
  display: grid;
  align-content: center;
  justify-items: center;
}

.landing-page-refresh .format-tile p {
  color: var(--night) !important;
  font-weight: 700;
}

.landing-page-refresh .privacy-panel {
  border-radius: 26px;
}

.landing-page-refresh .cta-section {
  position: relative;
  margin: clamp(1rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: clamp(28px, 4vw, 44px);
  background:
    radial-gradient(circle at 18% 26%, rgba(242, 179, 148, 0.34), transparent 25rem),
    radial-gradient(circle at 85% 74%, rgba(127, 166, 182, 0.32), transparent 27rem),
    rgba(239, 228, 214, 0.72);
  box-shadow: 0 28px 72px rgba(42, 38, 35, 0.1);
}

.landing-page-refresh .cta-section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(68vw, 48rem);
  aspect-ratio: 1;
  border: 1px solid rgba(63, 91, 74, 0.09);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.landing-page-refresh .cta-section .container {
  position: relative;
  z-index: 1;
  padding-top: clamp(4rem, 8vw, 7rem) !important;
  padding-bottom: clamp(4rem, 8vw, 7rem) !important;
}

.landing-page-refresh .cta-section h2 {
  color: var(--night);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.98;
  text-wrap: balance;
}

.landing-page-refresh .btn {
  border-radius: 999px;
  font-weight: 750;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background 180ms var(--ease);
}

@media (max-width: 1199.98px) {
  .landing-session-preview__lead {
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-session-preview__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .landing-page-refresh .participant-entry-card {
    grid-template-columns: 1fr;
  }

  .landing-page-refresh .participant-entry-panel {
    width: min(100%, 43rem);
    justify-self: center;
  }

  .landing-story-hero h1 {
    max-width: 12ch;
  }

  .landing-session-preview {
    width: min(100%, 43rem);
    margin: 0 auto;
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .landing-page-refresh .participant-entry-card {
    padding: 1rem;
  }

  .landing-halo-stage {
    width: min(100%, 24rem);
    margin-top: -2rem;
  }

  .landing-page-refresh .participant-entry-steps {
    grid-template-columns: 1fr;
  }

  .landing-page-refresh .participant-entry-steps li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0 0.65rem;
  }

  .landing-page-refresh .participant-entry-steps li::before {
    grid-row: 1 / span 2;
    margin: 0.15rem 0 0;
  }

  .landing-page-refresh .participant-entry-steps strong {
    grid-column: 2;
  }

  .landing-session-preview__lead {
    align-items: center;
    text-align: center;
  }

  .landing-session-preview__lead .landing-hero-halo {
    --ch-size: 170px;
  }

  .landing-page-refresh .cta-section {
    margin: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .landing-page-refresh .participant-entry-section > .container {
    padding-right: 0.72rem;
    padding-left: 0.72rem;
  }

  .landing-page-refresh .participant-entry-card {
    border-radius: 26px;
  }

  .landing-halo-stage {
    width: min(110%, 21rem);
    margin-bottom: -1.2rem;
  }

  .landing-page-refresh .participant-entry-copy h1 {
    font-size: clamp(2.5rem, 13vw, 3.3rem);
  }

  .landing-halo-key {
    display: grid;
    justify-items: start;
    text-align: left;
  }

  .landing-page-refresh .participant-entry-panel {
    padding: 1rem;
    border-radius: 22px;
  }

  .landing-page-refresh .participant-entry-host-actions,
  .landing-story-hero .d-flex:has(.btn) {
    align-items: stretch;
    flex-direction: column;
  }

  .landing-page-refresh .participant-entry-host-actions .button,
  .landing-story-hero .btn,
  .landing-page-refresh .cta-section .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .landing-story-hero {
    padding-top: 2.5rem;
  }

  .landing-story-hero h1 {
    font-size: clamp(2.9rem, 15vw, 4rem);
  }

  .landing-session-preview {
    padding: 0.85rem;
    border-radius: 24px;
  }

  .landing-session-preview__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-page-refresh #what-it-is h2,
  .landing-page-refresh #outputs h2,
  .landing-page-refresh #representation h2,
  .landing-page-refresh #formats h2,
  .landing-page-refresh #privacy h2 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-halo-stage {
    cursor: default;
  }

  .landing-page-refresh .step-card:hover {
    transform: none;
  }
}
