.index-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: var(--white);
}

.index-screen .top-navigation {
  display: flex;
  height: 129px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  padding: 25px 50px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--white);
}

.index-screen .top-right {
  display: inline-flex;
  align-items: center;
  gap: 29px;
  position: relative;
  flex: 0 0 auto;
}

.index-screen .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Jost", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-blackish);
  font-size: 40px;
  letter-spacing: -0.88px;
  line-height: 60px;
  white-space: nowrap;
}

.index-screen .linked-in-logo {
  position: relative;
  width: 36px;
  height: 36px;
  aspect-ratio: 1;
}

.index-screen .content-footer {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 60px 0px 0px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.index-screen .content {
  display: inline-flex;
  flex-direction: column;
  gap: 80px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.index-screen .intro {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  position: relative;
  flex: 0 0 auto;
}

.index-screen .div {
  position: relative;
  width: 1344px;
  margin-top: -1.00px;
  font-family: "Jost", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-blackish);
  font-size: 96px;
  text-align: center;
  letter-spacing: -2.21px;
  line-height: 144px;
}

.index-screen .i-m-mia-a-UI-UX {
  position: relative;
  width: 945px;
  font-family: "Jost", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-blackish);
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.46px;
  line-height: 36px;
}

.index-screen .span {
  font-weight: 500;
  letter-spacing: -0.11px;
}

.index-screen .text-wrapper-2 {
  font-weight: 700;
  letter-spacing: -0.11px;
}

.index-screen .selection {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.index-screen .queer-postbox {
  display: inline-flex;
  height: 445px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.index-screen .content-2 {
  display: flex;
  width: 1118px;
  height: 445px;
  justify-content: center;
  gap: 110px;
  padding: 40px 115px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid;
  border-color: var(--variable-collection-blackish);
  align-items: center;
  position: relative;
}

.index-screen .postcard {
  position: relative;
  width: 221.65px;
  height: 296.22px;
  aspect-ratio: 0.71;
  object-fit: cover;
}

.index-screen .text-button {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  flex: 0 0 auto;
}

.index-screen .texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.index-screen .case-study {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Jost", Helvetica;
  font-weight: 600;
  color: var(--variable-collection-blackish);
  font-size: 24px;
  letter-spacing: -0.46px;
  line-height: 36px;
  white-space: nowrap;
}

.index-screen .title-and {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.index-screen .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  color: var(--variable-collection-blackish);
  font-size: var(--h1-font-size);
  text-align: center;
  letter-spacing: var(--h1-letter-spacing);
  line-height: var(--h1-line-height);
  white-space: nowrap;
  font-style: var(--h1-font-style);
}

.index-screen .p {
  position: relative;
  width: fit-content;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  color: var(--variable-collection-blackish);
  font-size: var(--text-font-size);
  text-align: center;
  letter-spacing: var(--text-letter-spacing);
  line-height: var(--text-line-height);
  white-space: nowrap;
  font-style: var(--text-font-style);
}

.index-screen .button {
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blackish);
  border-radius: 16px;
  overflow: hidden;
}

.index-screen .have-a-look {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Jost", Helvetica;
  font-weight: 600;
  color: var(--white);
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.46px;
  line-height: 36px;
  white-space: nowrap;
}

.index-screen .footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 20px 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blackish);
}

.index-screen .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Jost", Helvetica;
  font-weight: 500;
  color: var(--white);
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.88px;
  line-height: 60px;
}

.index-screen .text-wrapper-5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: "Jost", Helvetica;
  font-weight: 500;
  color: var(--white);
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.40px;
  line-height: 27px;
}
/* ================================================
   Original style.css content injected below
   ================================================ */

.index-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: var(--white);
}

.index-screen .top-navigation {
  display: flex;
  height: 129px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  padding: 25px 50px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--white);
}

.index-screen .top-right {
  display: inline-flex;
  align-items: center;
  gap: 29px;
  position: relative;
  flex: 0 0 auto;
}

/* text-wrapper is now an <a> tag — reset anchor styles and apply typography */
.index-screen .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Jost", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-blackish);
  font-size: 40px;
  letter-spacing: -0.88px;
  line-height: 60px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}

.index-screen .linked-in-logo {
  position: relative;
  width: 36px;
  height: 36px;
  aspect-ratio: 1;
}

.index-screen .content-footer {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 60px 0px 0px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.index-screen .content {
  display: inline-flex;
  flex-direction: column;
  gap: 80px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.index-screen .intro {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  position: relative;
  flex: 0 0 auto;
}

/* h1 element — reset default heading margins */
.index-screen .div {
  position: relative;
  width: 1344px;
  max-width: 100%;
  margin-top: -1px;
  margin-bottom: 0;
  font-family: "Jost", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-blackish);
  font-size: 96px;
  text-align: center;
  letter-spacing: -2.21px;
  line-height: 144px;
}

.index-screen .i-m-mia-a-UI-UX {
  position: relative;
  width: 945px;
  max-width: 100%;
  font-family: "Jost", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-blackish);
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.46px;
  line-height: 36px;
  margin: 0;
}

.index-screen .span {
  font-weight: 500;
  letter-spacing: -0.11px;
}

.index-screen .text-wrapper-2 {
  font-weight: 700;
  letter-spacing: -0.11px;
}

.index-screen .selection {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.index-screen .queer-postbox {
  display: inline-flex;
  height: 445px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.index-screen .content-2 {
  display: flex;
  width: 1118px;
  max-width: 100%;
  height: 445px;
  justify-content: center;
  gap: 110px;
  padding: 40px 115px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid;
  border-color: var(--variable-collection-blackish);
  align-items: center;
  position: relative;
}

.index-screen .postcard {
  position: relative;
  width: 221.65px;
  height: 296.22px;
  aspect-ratio: 0.71;
  object-fit: cover;
}

.index-screen .text-button {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  flex: 0 0 auto;
}

.index-screen .texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

/* case-study is now a <p> — reset paragraph margins */
.index-screen .case-study {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  margin-bottom: 0;
  font-family: "Jost", Helvetica;
  font-weight: 600;
  color: var(--variable-collection-blackish);
  font-size: 24px;
  letter-spacing: -0.46px;
  line-height: 36px;
  white-space: nowrap;
}

.index-screen .title-and {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

/* text-wrapper-3 is now an <h2> — reset default heading margins */
.index-screen .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  margin-bottom: 0;
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  color: var(--variable-collection-blackish);
  font-size: var(--h1-font-size);
  text-align: center;
  letter-spacing: var(--h1-letter-spacing);
  line-height: var(--h1-line-height);
  white-space: nowrap;
  font-style: var(--h1-font-style);
}

.index-screen .p {
  position: relative;
  width: fit-content;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  color: var(--variable-collection-blackish);
  font-size: var(--text-font-size);
  text-align: center;
  letter-spacing: var(--text-letter-spacing);
  line-height: var(--text-line-height);
  white-space: nowrap;
  font-style: var(--text-font-style);
  margin: 0;
}

/* button is now an <a> tag — apply block/flex display and reset anchor styles */
.index-screen .button {
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blackish);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
}

.index-screen .have-a-look {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Jost", Helvetica;
  font-weight: 600;
  color: var(--white);
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.46px;
  line-height: 36px;
  white-space: nowrap;
}

.index-screen .footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 20px 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blackish);
}

/* text-wrapper-4 is now a <p> — reset paragraph margins */
.index-screen .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1px;
  margin-bottom: 0;
  font-family: "Jost", Helvetica;
  font-weight: 500;
  color: var(--white);
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.88px;
  line-height: 60px;
}

/* text-wrapper-5 is now a <p> — reset paragraph margins */
.index-screen .text-wrapper-5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin: 0;
  font-family: "Jost", Helvetica;
  font-weight: 500;
  color: var(--white);
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.40px;
  line-height: 27px;
}
