/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
.section {
  margin-inline: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--container-content);
  padding-inline: var(--spacing-gutter);
  padding-block: var(--spacing-6) var(--spacing-7);
}
.section[data-name="index"] {
  margin-inline: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  padding-inline: 0px;
  padding-block: 0;
  min-width: 0;
  max-width: 100%;
}
.section[data-name="index"][data-motion="on"] .value-strip__item, .section[data-name="index"][data-motion="on"] .feature-grid__header, .section[data-name="index"][data-motion="on"] .feature-grid__blocks, .section[data-name="index"][data-motion="on"] .feature-grid__value, .section[data-name="index"][data-motion="on"] .step-grid__header, .section[data-name="index"][data-motion="on"] .step-grid__item, .section[data-name="index"][data-motion="on"] .principle-list__intro, .section[data-name="index"][data-motion="on"] .principle-list__item, .section[data-name="index"][data-motion="on"] .invite-band__copy, .section[data-name="index"][data-motion="on"] .invite-band__panel {
  opacity: 0;
  transform: translate3d(0, 1.1rem, 0);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--p6-reveal-delay, 0ms);
}
.section[data-name="index"][data-motion="on"] .value-strip__item[data-inview], .section[data-name="index"][data-motion="on"] .feature-grid__header[data-inview], .section[data-name="index"][data-motion="on"] .feature-grid__blocks[data-inview], .section[data-name="index"][data-motion="on"] .feature-grid__value[data-inview], .section[data-name="index"][data-motion="on"] .step-grid__header[data-inview], .section[data-name="index"][data-motion="on"] .step-grid__item[data-inview], .section[data-name="index"][data-motion="on"] .principle-list__intro[data-inview], .section[data-name="index"][data-motion="on"] .principle-list__item[data-inview], .section[data-name="index"][data-motion="on"] .invite-band__copy[data-inview], .section[data-name="index"][data-motion="on"] .invite-band__panel[data-inview] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.section[data-name="index"][data-motion="on"] .feature-grid__value:nth-child(2) {
  transition-delay: calc(var(--p6-reveal-delay, 0ms) + 60ms);
}
.section[data-name="index"][data-motion="on"] .feature-grid__value:nth-child(3) {
  transition-delay: calc(var(--p6-reveal-delay, 0ms) + 120ms);
}
@media (prefers-reduced-motion: reduce) {
  .section[data-name="index"][data-motion="on"] .value-strip__item, .section[data-name="index"][data-motion="on"] .feature-grid__header, .section[data-name="index"][data-motion="on"] .feature-grid__blocks, .section[data-name="index"][data-motion="on"] .feature-grid__value, .section[data-name="index"][data-motion="on"] .step-grid__header, .section[data-name="index"][data-motion="on"] .step-grid__item, .section[data-name="index"][data-motion="on"] .principle-list__intro, .section[data-name="index"][data-motion="on"] .principle-list__item, .section[data-name="index"][data-motion="on"] .invite-band__copy, .section[data-name="index"][data-motion="on"] .invite-band__panel {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.section[data-name="declaration"] {
  margin-inline: auto;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: stretch;
  padding-inline: 0px;
  padding-block: 0 var(--spacing-7);
  min-width: 0;
  max-width: 100%;
  gap: 0;
}
.section[data-name="declaration"] > .principle-list[data-variant="ethos"], .section[data-name="declaration"] > .article[data-variant="callout"], .section[data-name="declaration"] > .article[data-variant="invite"], .section[data-name="declaration"] > .dialog, .section[data-name="declaration"] > .founder-band, .section[data-name="declaration"] > .engage-pair {
  width: min(var(--container-prose), calc(100% - (2 * var(--spacing-gutter))));
  max-width: var(--container-prose);
  margin-inline: auto;
  box-sizing: border-box;
}
.section[data-name="declaration"] > .principle-list[data-variant="ethos"], .section[data-name="declaration"] > .article[data-variant="invite"], .section[data-name="declaration"] > .dialog, .section[data-name="declaration"] > .founder-band, .section[data-name="declaration"] > .engage-pair {
  padding-inline: 0;
}
.section[data-name="declaration"] > .principle-list[data-variant="ethos"] {
  margin-top: 0px;
}
.section[data-name="declaration"] > .dialog {
  margin-top: var(--spacing-6, 2.5rem);
  display: flex;
  justify-content: center;
}
.section[data-name="declaration"] > .dialog .dialog__trigger, .section[data-name="declaration"] > .dialog > .button {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
  font-size: var(--text-base, clamp(1rem, 0.95rem + 0.3vw, 1.125rem));
  line-height: var(--tw-leading, var(--text-base--line-height, 1.5));
  padding: 0.9rem 1.5rem;
}
.section[data-name="declaration"] > .dialog .dialog__trigger .button__icon {
  display: block;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  margin-block: -0.25rem;
}
.section[data-name="declaration"] > .founder-band {
  margin-top: calc(var(--spacing, 0.25rem) * 8);
}
.section[data-name="declaration"] > .engage-pair {
  margin-top: calc(var(--spacing, 0.25rem) * 8);
  margin-bottom: calc(var(--spacing, 0.25rem) * 12);
}
.section[data-name="start"] {
  margin-inline: auto;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: stretch;
  padding-inline: 0px;
  padding-block: 0 var(--spacing-7);
  min-width: 0;
  max-width: 100%;
  gap: var(--spacing-5);
}
.section[data-name="start"] > .form, .section[data-name="start"] > .notice {
  width: min(var(--container-form), calc(100% - (2 * var(--spacing-gutter))));
  max-width: var(--container-form);
  margin-inline: auto;
  box-sizing: border-box;
}
.section[data-name="profile"] {
  margin-inline: auto;
  box-sizing: border-box;
  display: grid;
  width: 100%;
  max-width: 72rem;
  gap: var(--spacing-6, 2.5rem);
  padding-inline: var(--spacing-gutter);
  padding-block: var(--spacing-6) var(--spacing-7);
  grid-template-columns: 1fr;
}
.section[data-name="profile"] > .account-header, .section[data-name="profile"] > .notice {
  grid-column: 1 / -1;
}
.section[data-name="profile"] > .account-header {
  border-bottom: 1px solid color-mix(in srgb, #0d263d 14%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--color-nav) 14%, transparent);
  }
  padding-bottom: var(--spacing-5);
}
.section[data-name="profile"] .article {
  margin-inline: 0px;
  margin-bottom: 0px;
  width: 100%;
  max-width: none;
}
.section[data-name="profile"] .article__title {
  margin-bottom: 0px;
  font-size: 1.25rem;
  --tw-leading: var(--leading-tight, 1.25);
  line-height: var(--leading-tight, 1.25);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-nav);
}
.section[data-name="profile"] .article__body {
  margin-top: var(--spacing-2, 0.25rem);
  font-size: var(--text-sm, clamp(0.6875rem, 0.625rem + 0.3vw, 0.8125rem));
  line-height: var(--tw-leading, var(--text-sm--line-height, 1.2));
  --tw-leading: var(--leading-relaxed, 1.625);
  line-height: var(--leading-relaxed, 1.625);
  color: color-mix(in srgb,#0d263d 70%,transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb,var(--color-nav) 70%,transparent);
  }
}
.section[data-name="profile"] .article__paragraph {
  margin-bottom: 0px;
}
.section[data-name="profile"] > .profile-main > .article {
  margin-bottom: var(--spacing-1, 0.125rem);
}
.section[data-name="profile"] > .profile-aside > .article {
  margin-bottom: var(--spacing-2, 0.25rem);
}
.section[data-name="profile"] > .profile-aside > .article + .profile-panel {
  margin-bottom: var(--spacing-5, 1.25rem);
}
.section[data-name="profile"] > .profile-aside > .profile-panel + .article {
  margin-top: var(--spacing-5, 1.25rem);
}
@media (min-width: 900px) {
  .section[data-name="profile"] {
    grid-template-columns: minmax(0, 1.55fr) minmax(17rem, 0.9fr);
    column-gap: var(--spacing-7);
    row-gap: 0;
    align-items: start;
  }
  .section[data-name="profile"] > .account-header, .section[data-name="profile"] > .notice {
    grid-column: 1 / -1;
  }
  .section[data-name="profile"] > .profile-main {
    grid-column: 1;
    padding-top: var(--spacing-5);
    border-right: 1px solid color-mix(in srgb, #0d263d 14%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-right: 1px solid color-mix(in srgb, var(--color-nav) 14%, transparent);
    }
    padding-right: var(--spacing-6);
  }
  .section[data-name="profile"] > .profile-aside {
    grid-column: 2;
    padding-top: var(--spacing-5);
    padding-left: var(--spacing-6);
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
