:root {
  --black: #030303;
  --white: #f7f6f2;
  --red: #cf0000;
  --active-red: #ff3838;
  --error-red: #ff6666;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  color-scheme: dark;
  font-family: "Inter", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  overflow-x: clip;
  background: var(--black);
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  justify-content: center;
  overflow-x: clip;
  background: var(--black);
  color: var(--white);
}

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

.skip-link {
  position: fixed;
  z-index: 50;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--black);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus { transform: translateY(0); }

.poster-shell {
  position: relative;
  width: 100%;
  height: min(131.5vw, 1420px);
  overflow: clip;
  isolation: isolate;
  background: var(--black);
}

.poster {
  position: relative;
  width: min(100%, 1080px);
  height: 100%;
  margin: 0 auto;
  container-type: inline-size;
}

.poster__background,
.poster__shade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
}

.poster__background {
  z-index: -3;
  top: -6%;
  bottom: -6%;
  width: 106vw;
  transform: translate3d(calc(-50% + var(--tx, 0px)), var(--ty, 0px), 0) scale(1.02);
  will-change: transform;
}

.poster__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.poster__shade {
  z-index: -2;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgb(0 0 0 / 18%) 0%, transparent 38%, rgb(0 0 0 / 16%) 52%, rgb(0 0 0 / 42%) 66%, rgb(0 0 0 / 24%) 100%),
    radial-gradient(circle at 50% 32%, transparent 28%, rgb(0 0 0 / 20%) 72%, rgb(0 0 0 / 38%) 100%);
}

.poster__content {
  position: absolute;
  z-index: 0;
  inset: 0;
  transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0);
  will-change: transform;
}

.poster__geometry,
.poster__modules,
.poster__radials,
.poster__barcode,
.poster__telemetry {
  position: absolute;
  pointer-events: none;
  transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0);
  will-change: transform;
}

.poster__geometry {
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.poster__modules {
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.18;
  mix-blend-mode: screen;
}

.poster__radials {
  display: none;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.poster__telemetry {
  z-index: 1;
  color: rgb(247 246 242 / 64%);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.74cqw;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.poster__telemetry--signal {
  top: 19.6%;
  left: 4.44%;
  display: flex;
  gap: 1.5em;
  align-items: center;
}

.poster__telemetry--signal span + span {
  padding-left: 1.5em;
  border-left: 1px solid rgb(207 0 0 / 78%);
}

.poster__telemetry--vertical {
  top: 37.2%;
  right: 2.1%;
  opacity: 0.55;
  writing-mode: vertical-rl;
}

.poster__telemetry--lower {
  top: auto;
  right: 5.4%;
  bottom: 2.75%;
  display: flex;
  gap: 1.4em;
  align-items: center;
}

.poster__telemetry--lower span:first-child {
  color: rgb(207 0 0 / 88%);
}

.poster__barcode {
  z-index: 1;
  top: 47.3%;
  right: 6.1%;
  width: 14.8%;
  opacity: 0.42;
}

@media (min-width: 641px) {
  .poster__geometry,
  .poster__modules,
  .poster__radials {
    max-width: none;
  }

  .poster__geometry {
    inset: 0 auto 0 -15%;
    width: 130%;
  }

  .poster__modules {
    inset: 0 auto 0 -20%;
    width: 140%;
  }

  .poster__radials {
    inset: 0 auto 0 -9%;
    width: 118%;
  }
}

.poster__logo {
  position: absolute;
  z-index: 3;
  top: 3.55%;
  left: 4.44%;
  width: 90.74%;
  transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0);
  will-change: transform;
}

.profile {
  position: absolute;
  z-index: 2;
  right: 4.44%;
  left: 4.44%;
  height: 24%;
}

.profile--marta { top: 50.3%; }
.profile--krystian { top: 73.5%; }

.profile__portrait-wrap {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 23.15cqw;
  aspect-ratio: 1;
  transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0);
  will-change: transform;
}

.profile--marta .profile__portrait-wrap { top: 2.05cqw; left: 0; }
.profile--krystian .profile__portrait-wrap { top: 0.95cqw; right: 0; }

.profile__portrait {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  filter: brightness(0.88) saturate(0.84) contrast(1.03);
  scale: 1.025;
  transition: scale 700ms var(--ease), filter 400ms ease;
}

.profile--marta .profile__portrait {
  top: -26.8%;
  left: -38.8%;
  width: 177.6%;
  height: 266.4%;
}

.profile--krystian .profile__portrait {
  top: -67.18%;
  left: -45.07%;
  width: 222.8%;
  height: 334.2%;
}

.profile__portrait-wrap:hover .profile__portrait {
  filter: brightness(0.98) saturate(0.96) contrast(1.01);
  scale: 1;
}

.profile__heading {
  position: absolute;
  z-index: 3;
}

.profile--marta .profile__heading { top: 0; left: 17.96cqw; }

.profile--krystian .profile__heading {
  top: 0;
  right: 19.8cqw;
  text-align: right;
}

.profile__name-link {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.profile__heading h1,
.profile__heading h2 {
  margin: 0;
  font-size: 6.9cqw;
  line-height: 0.72;
  text-transform: uppercase;
  white-space: nowrap;
}

.profile__heading span,
.profile__heading em {
  display: block;
  transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0);
  will-change: transform;
}

.profile__heading span {
  font-weight: 900;
  letter-spacing: -0.035em;
}

.profile__heading em {
  margin-top: 0.34em;
  color: var(--red);
  font-family: "Newsreader", Georgia, serif;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.7;
  text-transform: none;
}

.profile__name-link:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 0.45cqw;
}

.profile__copy {
  position: absolute;
  z-index: 2;
  color: #f3f2ef;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4cqw;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.005em;
  transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0);
  will-change: transform;
}

.profile--marta .profile__copy {
  top: 13.9cqw;
  right: auto;
  left: 17.96cqw;
  width: 62cqw;
}

.profile--krystian .profile__copy {
  top: 16.4cqw;
  right: 19.8cqw;
  left: auto;
  width: 62cqw;
  text-align: left;
}

.profile__copy p { margin: 0; }

.profile__role {
  display: block;
  margin-bottom: 0.55cqw;
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.88em;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.profile__linkedin {
  display: inline-block;
  margin-top: 1.15cqw;
  border-bottom: 1px solid var(--red);
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 2;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease;
}

.profile__linkedin:hover,
.profile__linkedin:focus-visible {
  border-bottom-color: var(--white);
  color: var(--active-red);
}

.profile__linkedin:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 5px;
}

[data-parallax] { --tx: 0px; --ty: 0px; }

.js [data-reveal] .profile__heading span,
.js [data-reveal] .profile__heading em,
.js [data-reveal] .profile__portrait-wrap,
.js [data-reveal] .profile__copy {
  opacity: 0;
  translate: 0 3cqw;
  filter: blur(9px);
  transition:
    opacity 720ms var(--ease),
    translate 820ms var(--ease),
    filter 680ms var(--ease);
}

.js [data-reveal] .profile__heading span { transition-delay: 0ms; }
.js [data-reveal] .profile__heading em { transition-delay: 90ms; }
.js [data-reveal] .profile__portrait-wrap { transition-delay: 170ms; }
.js [data-reveal] .profile__copy { transition-delay: 270ms; }

.js [data-reveal].is-visible .profile__heading span,
.js [data-reveal].is-visible .profile__heading em,
.js [data-reveal].is-visible .profile__portrait-wrap,
.js [data-reveal].is-visible .profile__copy {
  opacity: 1;
  translate: 0 0;
  filter: none;
}

.waitlist {
  position: relative;
  width: 100%;
  min-height: 0;
  overflow: clip;
  border-top: 1px solid rgb(247 246 242 / 18%);
  background: var(--black);
}

.waitlist::before {
  position: absolute;
  top: 0;
  right: 0;
  width: min(38vw, 34rem);
  height: 1px;
  background: var(--red);
  content: "";
}

.waitlist__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  column-gap: clamp(3rem, 8vw, 8rem);
  row-gap: 1rem;
  align-items: start;
  width: min(calc(100% - 3rem), 1080px);
  min-height: 0;
  margin: 0 auto;
  padding: 2.5rem 0 2.75rem;
}

.waitlist__heading h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(3.8rem, 8vw, 6rem);
  line-height: 0.78;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.waitlist__heading h2 span,
.waitlist__heading h2 em {
  display: block;
}

.waitlist__heading h2 span { font-weight: 900; }

.waitlist__heading h2 em {
  margin-top: 0.28em;
  color: var(--red);
  font-family: "Newsreader", Georgia, serif;
  font-size: 0.76em;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.8;
  text-transform: none;
}

.waitlist__heading > p {
  max-width: 38rem;
  margin: 2rem 0 0;
  color: #f3f2ef;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.55;
}

.waitlist__links {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.2rem clamp(1.25rem, 3vw, 2.25rem);
  margin-top: 0;
}

.waitlist__text-link {
  display: inline-block;
  padding: 0.65rem 0;
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 2;
  text-decoration-color: var(--red);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.4rem;
  text-transform: uppercase;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.waitlist__text-link:hover,
.waitlist__text-link:focus-visible {
  color: var(--active-red);
  text-decoration-color: var(--white);
}

.waitlist__text-link:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 5px;
}

.waitlist__form {
  align-self: start;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#waitlist #mlb2-45292609.ml-form-embedContainer,
#waitlist #mlb2-45292609 .ml-form-align-center,
#waitlist #mlb2-45292609 .ml-form-embedWrapper.embedForm {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: transparent !important;
}

#waitlist #mlb2-45292609 .ml-form-embedWrapper .ml-form-embedBody,
#waitlist #mlb2-45292609 .ml-form-embedWrapper .ml-form-successBody {
  padding: 0 !important;
  background: transparent !important;
}

#waitlist #mlb2-45292609 .ml-form-embedContent { display: none !important; }

#waitlist #mlb2-45292609 .ml-form-formContent,
#waitlist #mlb2-45292609 .ml-form-fieldRow,
#waitlist #mlb2-45292609 .ml-field-group {
  margin: 0 !important;
}

#waitlist #mlb2-45292609 .ml-form-embedWrapper input.form-control {
  min-height: 3.9rem !important;
  padding: 0 0.2rem !important;
  border: 0 !important;
  border-bottom: 1px solid rgb(247 246 242 / 58%) !important;
  border-radius: 0 !important;
  outline: none !important;
  background: transparent !important;
  color: var(--white) !important;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  box-shadow: none !important;
}

#waitlist #mlb2-45292609 .ml-form-embedWrapper input.form-control:focus {
  border-bottom-color: var(--red) !important;
}

#waitlist #mlb2-45292609 .ml-form-embedWrapper input.form-control.is-field-invalid {
  border-bottom-color: var(--error-red) !important;
}

#waitlist #mlb2-45292609 .ml-form-embedWrapper input.form-control::placeholder {
  color: rgb(247 246 242 / 58%) !important;
}

#waitlist #mlb2-45292609 .ml-form-embedPermissions {
  margin: 0.75rem 0 0 !important;
  color: rgb(247 246 242 / 76%) !important;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 0.76rem !important;
  line-height: 1.45 !important;
}

#waitlist #mlb2-45292609 .ml-form-embedPermissions * {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

#waitlist #mlb2-45292609 .ml-form-embedPermissions h4,
#waitlist #mlb2-45292609 .ml-form-embedPermissions p,
#waitlist #mlb2-45292609 .ml-form-embedPermissions label,
#waitlist #mlb2-45292609 .ml-form-embedPermissions a,
#waitlist #mlb2-45292609 .ml-form-successBody h4,
#waitlist #mlb2-45292609 .ml-form-successBody p {
  color: inherit !important;
  font-family: inherit !important;
}

#waitlist #mlb2-45292609 .ml-form-embedPermissions h4 {
  margin: 1rem 0 0.55rem !important;
  color: var(--white) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

#waitlist #mlb2-45292609 .ml-form-embedPermissionsContent {
  display: grid !important;
  gap: 0.65rem !important;
  margin: 0 !important;
}

#waitlist #mlb2-45292609 .ml-form-embedMailerLite-GDPR {
  display: none !important;
}

#waitlist #mlb2-45292609 .ml-form-embedPermissions p { margin: 0 !important; }

#waitlist #mlb2-45292609 .ml-form-embedPermissions a {
  text-decoration: underline !important;
  text-decoration-color: var(--red) !important;
  text-underline-offset: 0.18em !important;
}

#waitlist #mlb2-45292609 .ml-form-embedPermissions a:focus-visible {
  outline: 2px solid var(--white) !important;
  outline-offset: 3px !important;
}

#waitlist #mlb2-45292609 .ml-form-checkboxRow {
  margin: 0 !important;
  color: var(--white) !important;
}

#waitlist #mlb2-45292609 .ml-form-checkboxRow label.checkbox {
  display: flex !important;
  gap: 0.55rem !important;
  align-items: center !important;
}

#waitlist #mlb2-45292609 .ml-form-checkboxRow input[type="checkbox"] {
  flex: 0 0 auto !important;
  width: 1rem !important;
  height: 1rem !important;
  margin: 0 !important;
}

#waitlist #mlb2-45292609 .ml-form-checkboxRow .label-description {
  margin: 0 !important;
  padding: 0 !important;
}

#waitlist #mlb2-45292609 .ml-form-checkboxRow * {
  color: var(--white) !important;
  -webkit-text-fill-color: var(--white) !important;
  opacity: 1 !important;
}

#waitlist #mlb2-45292609 .ml-form-checkboxRow input { accent-color: var(--red); }

#waitlist .waitlist__field-error,
#waitlist .waitlist__form-message {
  color: var(--error-red) !important;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

#waitlist .waitlist__field-error {
  margin: 0.55rem 0 0 !important;
}

#waitlist .waitlist__form-message {
  margin: 1rem 0 0 !important;
  text-align: left !important;
}

#waitlist #mlb2-45292609 .ml-form-embedPermissions .waitlist__field-error {
  color: var(--error-red) !important;
  -webkit-text-fill-color: var(--error-red) !important;
}

#waitlist .waitlist__form-message[data-state="loading"] {
  color: var(--white) !important;
}

#waitlist .waitlist__field-error[hidden],
#waitlist .waitlist__form-message[hidden] {
  display: none !important;
}

#waitlist input[type="checkbox"].is-field-invalid {
  outline: 2px solid var(--error-red);
  outline-offset: 3px;
}

#waitlist #mlb2-45292609 .ml-form-embedSubmit { margin: 1.1rem 0 0 !important; }

#waitlist #mlb2-45292609 .ml-form-embedWrapper .ml-form-embedSubmit button.primary {
  min-height: 3.9rem !important;
  padding: 0 1.35rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--white) !important;
  color: var(--black) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  transition: background-color 180ms ease, color 180ms ease !important;
}

#waitlist #mlb2-45292609 .ml-form-embedWrapper .ml-form-embedSubmit button.primary:hover,
#waitlist #mlb2-45292609 .ml-form-embedWrapper .ml-form-embedSubmit button.primary:focus-visible {
  background: var(--red) !important;
  color: var(--white) !important;
}

#waitlist #mlb2-45292609 .ml-form-embedWrapper .ml-form-embedSubmit button.primary:focus-visible {
  outline: 2px solid var(--white) !important;
  outline-offset: 4px !important;
}

.js [data-waitlist-reveal] .waitlist__heading,
.js [data-waitlist-reveal] .waitlist__form {
  opacity: 0;
  translate: 0 2rem;
  filter: blur(8px);
  transition:
    opacity 720ms var(--ease),
    translate 820ms var(--ease),
    filter 680ms var(--ease);
}

.js [data-waitlist-reveal] .waitlist__form { transition-delay: 140ms; }

.js [data-waitlist-reveal].is-visible .waitlist__heading,
.js [data-waitlist-reveal].is-visible .waitlist__form {
  opacity: 1;
  translate: 0;
  filter: none;
}

.legal-body {
  display: block;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgb(247 246 242 / 8%) calc(100% - 1px)) 0 0 / min(12vw, 8rem) 100%,
    var(--black);
}

.legal-page {
  width: min(calc(100% - 3rem), 1080px);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(5rem, 10vw, 9rem);
}

.legal-page__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgb(247 246 242 / 28%);
}

.legal-page__mark {
  width: clamp(8rem, 18vw, 12rem);
  height: auto;
}

.legal-page__back {
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-decoration-color: var(--red);
  text-underline-offset: 0.4rem;
  text-transform: uppercase;
}

.legal-page__back:hover,
.legal-page__back:focus-visible { color: var(--active-red); }

.legal-page__back:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 5px;
}

.legal-page__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.45fr);
  gap: clamp(2rem, 8vw, 7rem);
  align-items: end;
  padding: clamp(4rem, 9vw, 8rem) 0 clamp(3rem, 7vw, 6rem);
}

.legal-page__header h1 {
  max-width: 8ch;
  margin: 0;
  font-size: clamp(3.75rem, 10vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.78;
  text-transform: uppercase;
}

.legal-page__header h1 span,
.legal-page__header h1 em { display: block; }

.legal-page__header h1 em {
  margin-top: 0.22em;
  color: var(--red);
  font-family: "Newsreader", Georgia, serif;
  font-size: 0.78em;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.8;
  text-transform: none;
}

.legal-page__intro {
  margin: 0;
  color: #f0efeb;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.55;
}

.legal-page__updated {
  display: block;
  margin-top: 1.5rem;
  color: rgb(247 246 242 / 74%);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-content {
  display: grid;
  grid-template-columns: minmax(10rem, 0.28fr) minmax(0, 0.72fr);
  border-top: 1px solid var(--red);
}

.legal-section {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / -1;
  gap: clamp(2rem, 8vw, 7rem);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-bottom: 1px solid rgb(247 246 242 / 18%);
}

.legal-section h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.legal-section__body {
  max-width: 72ch;
  color: #f0efeb;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.96rem, 1.35vw, 1.05rem);
  line-height: 1.68;
}

.legal-section__body p { margin: 0; }

.legal-section__body p + p,
.legal-section__body ul + p,
.legal-section__body p + ul { margin-top: 1.1rem; }

.legal-section__body ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.legal-section__body li + li { margin-top: 0.55rem; }

.legal-section__body a {
  color: var(--white);
  text-decoration-color: var(--red);
  text-underline-offset: 0.22rem;
}

.legal-section__body a:hover,
.legal-section__body a:focus-visible { color: var(--active-red); }

.legal-section__body a:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 4px;
}

.legal-page__footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 2rem;
  color: rgb(247 246 242 / 72%);
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.5;
}

@media (max-width: 640px) {
  body { background: var(--black); }

  .poster {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    container-type: normal;
  }

  .poster-shell { height: 68rem; }

  .poster__background {
    top: -4rem;
    bottom: auto;
    width: 100vw;
    height: 48rem;
  }

  .poster__background img { object-position: 50% top; }

  .poster__shade {
    background: linear-gradient(
      180deg,
      rgb(0 0 0 / 4%) 0%,
      transparent 43%,
      rgb(0 0 0 / 20%) 54%,
      rgb(0 0 0 / 72%) 67%,
      var(--black) 79%,
      var(--black) 100%
    );
  }
  .poster__logo { top: 2rem; left: 4vw; width: 92vw; }

  .poster__geometry {
    width: 100%;
    height: 91rem;
    opacity: 0.25;
  }

  .poster__modules {
    width: 100%;
    height: 91rem;
    opacity: 0.2;
  }

  .poster__radials {
    width: 100%;
    height: 91rem;
    opacity: 0;
  }

  .poster__telemetry {
    font-size: 0.5rem;
    letter-spacing: 0.14em;
  }

  .poster__telemetry--signal {
    top: 7.5rem;
    left: 4vw;
    gap: 0.9em;
  }

  .poster__telemetry--signal span + span { padding-left: 0.9em; }
  .poster__telemetry--vertical { display: none; }

  .poster__telemetry--lower {
    top: auto;
    right: 6vw;
    bottom: 1rem;
    gap: 1em;
  }

  .poster__barcode {
    top: 38rem;
    right: 6vw;
    width: 28vw;
    opacity: 0.24;
  }

  .profile {
    right: 4.5vw;
    left: 4.5vw;
    height: 21rem;
  }

  .profile--marta { top: 20.5rem; }
  .profile--krystian { top: 43rem; }

  .profile__portrait-wrap {
    width: 38vw;
    aspect-ratio: 1;
  }

  .profile--marta .profile__portrait-wrap { top: 0; left: 0; }
  .profile--krystian .profile__portrait-wrap { top: 0; right: 0; width: 34vw; }
  .profile--marta .profile__heading { top: 0.85rem; left: 31vw; }
  .profile--krystian .profile__heading {
    top: 1.8rem;
    right: auto;
    left: 0;
    text-align: left;
  }

  .profile__heading h1,
  .profile__heading h2 { font-size: clamp(2.35rem, 10.8vw, 4.2rem); }

  .profile--krystian .profile__heading h2 {
    font-size: clamp(2.05rem, 9vw, 3.5rem);
  }

  .profile--marta .profile__copy,
  .profile--krystian .profile__copy {
    top: calc(38vw + 0.5rem);
    right: 0;
    left: 0;
    width: auto;
    padding-top: 0;
    background: none;
    font-size: 0.84rem;
    line-height: 1.38;
    text-align: left;
  }

  .profile--krystian .profile__copy { top: calc(34vw + 0.65rem); }

  .profile__linkedin {
    margin-top: 0.55rem;
    font-size: 0.74rem;
  }

  .profile__role {
    margin-bottom: 0.35rem;
    font-size: 0.82rem;
  }

  .waitlist { min-height: 0; }

  .waitlist__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    justify-content: flex-start;
    width: calc(100% - 12vw);
    min-height: 0;
    padding: 3rem 0;
  }

  .waitlist__form { margin-top: 2.75rem; }

  .waitlist__links {
    gap: 0.15rem 1.15rem;
    margin-top: 1rem;
  }

  .waitlist__text-link {
    padding: 0.45rem 0;
    font-size: 0.58rem;
  }

  .waitlist__heading h2 { font-size: clamp(3.5rem, 17vw, 5.5rem); }

  .legal-page {
    width: calc(100% - 2rem);
    padding-top: 1.25rem;
  }

  .legal-page__topbar,
  .legal-page__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-page__header {
    grid-template-columns: 1fr;
    padding-top: 4.5rem;
  }

  .legal-page__header h1 { font-size: clamp(3.3rem, 17vw, 5rem); }

  .legal-content,
  .legal-section {
    display: block;
  }

  .legal-section h2 { margin-bottom: 1.25rem; }

}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }

  .js [data-reveal] .profile__heading span,
  .js [data-reveal] .profile__heading em,
  .js [data-reveal] .profile__portrait-wrap,
  .js [data-reveal] .profile__copy {
    translate: 0 0;
    filter: none;
    transition-duration: 220ms;
  }

  .js [data-reveal] .profile__heading span { transition-delay: 0ms; }
  .js [data-reveal] .profile__heading em { transition-delay: 40ms; }
  .js [data-reveal] .profile__portrait-wrap { transition-delay: 80ms; }
  .js [data-reveal] .profile__copy { transition-delay: 120ms; }

  .js [data-waitlist-reveal] .waitlist__heading,
  .js [data-waitlist-reveal] .waitlist__form {
    translate: 0;
    filter: none;
    transition-duration: 220ms;
  }

  .js [data-waitlist-reveal] .waitlist__form { transition-delay: 70ms; }

}
