/* The app library, developer story and closing note. */
.app-library,
.developer-story,
.contact-studio {
  color: #21231f;
}

.app-library {
  padding-top: 118px;
  padding-bottom: 112px;
}
.lower-eyebrow {
  margin: 0 0 26px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.16em;
  line-height: 1.6;
  text-transform: uppercase;
}
.library-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.library-heading-row h2,
.developer-intro-grid h2 {
  margin: 0;
  font-size: clamp(38px, 5.2vw, 66px);
  line-height: 1.05;
  font-weight: 550;
  letter-spacing: -0.058em;
}
.library-heading-row h2 em,
.developer-intro-grid h2 em,
.library-footnotes > p em,
.developer-note p em,
.contact-title-row h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}
.library-heading-row > p {
  flex: 0 1 270px;
  margin: 0 0 5px;
  color: #686961;
  font-size: 15px;
  line-height: 1.7;
}
.library-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 46px;
}
.library-card {
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  overflow: hidden;
  padding: 30px;
  min-height: 335px;
  border: 1px solid rgba(33, 35, 31, 0.04);
  border-radius: 24px;
  color: #21231f;
  text-decoration: none;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}
.library-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 26px -18px #21231f55;
}
.library-card:focus-visible,
.library-footnotes a:focus-visible {
  outline: 3px solid #3c4be8;
  outline-offset: 6px;
}
.library-certify {
  background: #e1d8f6;
}
.library-carepal {
  background: #f7d9ca;
}
.library-uptodd {
  background: #e0ecdb;
}
.library-konn {
  background: #f0e8cf;
}
.library-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.library-card-top > img {
  width: 62px;
  height: 62px;
  border-radius: 15px;
  box-shadow: 0 3px 10px #21231f0c;
}
.library-card-arrow {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border: 1px solid #21231f2b;
  border-radius: 50%;
  font-size: 23px;
  line-height: 1;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}
.library-card:hover .library-card-arrow {
  transform: rotate(45deg);
  color: #fff;
  background: #21231f;
}
.library-card-body {
  position: relative;
  z-index: 1;
  margin: 28px 0 24px;
}
.library-card .library-role {
  margin: 0 0 8px;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 650;
  text-transform: uppercase;
}
.library-card h3 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.08;
  font-weight: 570;
  letter-spacing: -0.055em;
}
.library-card-body > p:last-child {
  max-width: 345px;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #3f443c;
  text-wrap: pretty;
}
.library-card-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #21231f20;
  font-size: 10px;
  letter-spacing: 0.055em;
  font-weight: 600;
}
.library-card-bottom > span:last-child {
  white-space: nowrap;
}
.library-watermark {
  position: absolute;
  z-index: 0;
  width: 146px;
  height: 146px;
  right: -16px;
  top: 83px;
  opacity: 0.055;
  color: #21231f;
  transform: rotate(12deg);
  pointer-events: none;
}
.library-carepal .library-watermark {
  transform: rotate(-14deg);
}
.library-uptodd .library-watermark {
  transform: rotate(-5deg);
}
.library-footnotes {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  margin-top: 34px;
  padding: 28px 0 0;
  border-top: 1px solid #21231f20;
}
.library-footnotes > p {
  margin: 0;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.library-footnotes ul {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.library-footnotes li,
.library-footnotes li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.library-footnotes li a {
  color: inherit;
  text-decoration: none;
  border-radius: 3px;
}
.library-footnotes li a:hover strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.library-footnotes strong {
  font-size: 15px;
  font-weight: 600;
}
.library-footnotes li span {
  font-size: 11px;
  color: #686961;
  line-height: 1.5;
}
.library-footnotes strong span {
  font-size: 16px;
  color: #21231f;
}

.developer-story {
  padding-top: 16px;
  padding-bottom: 104px;
}
.developer-intro-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 80px;
  align-items: center;
}
.developer-intro {
  max-width: 610px;
  margin: 28px 0 15px;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: -0.025em;
}
.developer-detail {
  max-width: 580px;
  margin: 0;
  font-size: 14px;
  color: #686961;
  line-height: 1.85;
}
.developer-note {
  position: relative;
  background: #e9ecdf;
  border: 1px solid #21231f0b;
  border-radius: 9px;
  padding: 31px 28px 0;
  transform: rotate(3deg);
  box-shadow: 0 16px 26px -24px #21231f55;
}
.developer-note::before {
  content: "";
  position: absolute;
  top: -11px;
  left: calc(50% - 36px);
  width: 72px;
  height: 24px;
  background: #dad0b68c;
  transform: rotate(-8deg);
}
.developer-note-star {
  display: block;
  color: #f26746;
  font-size: 62px;
  line-height: 1;
  margin-bottom: 26px;
}
.developer-note p {
  margin: 0 0 18px;
  font-size: clamp(25px, 3vw, 37px);
  font-weight: 550;
  letter-spacing: -0.048em;
  line-height: 1.12;
}
.developer-note-caption {
  display: block;
  font-size: 10px;
  color: #62665a;
  line-height: 1.6;
}
.developer-note-label {
  display: block;
  margin-top: 25px;
  padding: 16px 0;
  border-top: 1px dashed #21231f36;
  font-size: 9px;
  letter-spacing: 0.045em;
}
.developer-timeline {
  margin-top: 62px;
  border-top: 1px solid #21231f26;
}
.developer-timeline-row {
  display: grid;
  grid-template-columns: 0.85fr 1.65fr 1.3fr;
  gap: 26px;
  padding: 26px 0;
  border-bottom: 1px solid #21231f26;
}
.developer-date {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 11px;
  line-height: 1.7;
  margin: 2px 0 0;
  color: #62665a;
}
.developer-current-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-top: 6px;
  border-radius: 50%;
  background: #538132;
  box-shadow: 0 0 0 4px #53813213;
  flex-shrink: 0;
}
.developer-position h3 {
  font-size: 17px;
  font-weight: 590;
  line-height: 1.4;
  letter-spacing: -0.028em;
  margin: 0 0 5px;
}
.developer-position p {
  color: #686961;
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
}
.developer-contribution {
  margin: 0;
  color: #686961;
  font-size: 12px;
  line-height: 1.75;
}
.developer-toolkit {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 65px;
  padding-top: 56px;
  scroll-margin-top: 95px;
}
.developer-toolkit .lower-eyebrow {
  margin-bottom: 9px;
  font-size: 9px;
}
.developer-toolkit h3 {
  font-size: 30px;
  font-weight: 550;
  letter-spacing: -0.045em;
  margin: 0 0 11px;
}
.developer-toolkit > div > p:last-child {
  max-width: 330px;
  margin: 0;
  font-size: 13px;
  color: #686961;
  line-height: 1.7;
}
.developer-skills {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.developer-skills li {
  padding: 10px 15px;
  border: 1px solid #21231f20;
  border-radius: 100px;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}
.developer-skills .skill-swift {
  background: #f7d9ca;
  border-color: transparent;
}
.developer-skills .skill-swiftui {
  background: #e1d8f6;
  border-color: transparent;
}
.developer-skills .skill-uikit {
  background: #d9eea0;
  border-color: transparent;
}

.contact-studio {
  background: #3c4be8;
  color: #fbfaf6;
  padding: 74px 0 29px;
  overflow: hidden;
}
.contact-studio .lower-eyebrow {
  color: #e1e4ff;
  font-size: 9px;
}
.contact-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.contact-title-row h2 {
  margin: 0;
  font-size: clamp(43px, 6.6vw, 82px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.062em;
}
.contact-title-row h2 em {
  color: #d9eea0;
}
.contact-big-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  background: #d9eea0;
  color: #21231f;
  border-radius: 50%;
  font-size: 64px;
  text-decoration: none;
  transition: transform 200ms ease;
}
.contact-big-arrow:hover {
  transform: rotate(45deg);
}
.contact-invitation {
  max-width: 450px;
  margin: 28px 0 32px;
  font-size: 14px;
  color: #e1e4ff;
  line-height: 1.8;
}
.contact-link-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
}
.contact-mail {
  color: #fff;
  font-size: clamp(16px, 2.7vw, 30px);
  line-height: 1.4;
  letter-spacing: -0.03em;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  text-decoration-color: #ffffff66;
}
.contact-mail span {
  display: inline-block;
  margin-left: 10px;
}
.contact-github {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.contact-github span {
  margin-left: 8px;
}
.contact-mail:hover,
.contact-github:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
.contact-studio a:focus-visible {
  outline: 3px solid #d9eea0;
  outline-offset: 7px;
}
.contact-big-arrow:focus-visible {
  outline-color: #fff !important;
}
.contact-signoff {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 23px;
  border-top: 1px solid #ffffff30;
  font-size: 9px;
  color: #e1e4ff;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media (min-width: 1300px) {
  .library-grid {
    gap: 24px;
  }
  .library-card {
    padding: 34px;
  }
}
@media (max-width: 900px) {
  .library-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .library-heading-row > p {
    flex: auto;
    max-width: 380px;
  }
  .developer-intro-grid {
    gap: 40px;
    grid-template-columns: 1.4fr 1fr;
  }
  .developer-intro {
    font-size: 17px;
  }
  .developer-timeline-row {
    grid-template-columns: 0.85fr 1.7fr;
    gap: 10px 25px;
  }
  .developer-contribution {
    grid-column: 2;
    max-width: 390px;
  }
  .developer-toolkit {
    gap: 30px;
  }
  .contact-big-arrow {
    flex-basis: 76px;
    width: 76px;
    height: 76px;
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .app-library {
    padding-top: 73px;
    padding-bottom: 74px;
  }
  .lower-eyebrow {
    font-size: 9px;
    margin-bottom: 19px;
  }
  .library-heading-row h2,
  .developer-intro-grid h2 {
    font-size: clamp(35px, 9.4vw, 48px);
    line-height: 1.08;
  }
  .library-heading-row {
    gap: 17px;
  }
  .library-heading-row > p {
    font-size: 13px;
    line-height: 1.75;
    max-width: 305px;
  }
  .library-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 29px;
  }
  .library-card {
    min-height: 295px;
    border-radius: 20px;
    padding: 24px;
  }
  .library-card-top > img {
    width: 54px;
    height: 54px;
    border-radius: 13px;
  }
  .library-card-arrow {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .library-card-body {
    margin-top: 24px;
    margin-bottom: 21px;
  }
  .library-card .library-role {
    font-size: 9px;
  }
  .library-card h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .library-card-body > p:last-child {
    font-size: 13px;
    line-height: 1.7;
    max-width: 300px;
  }
  .library-card-bottom {
    font-size: 9px;
    padding-top: 16px;
  }
  .library-watermark {
    width: 126px;
    height: 126px;
    top: 70px;
  }
  .library-footnotes {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 27px;
    padding-top: 25px;
  }
  .library-footnotes > p {
    font-size: 23px;
  }
  .library-footnotes > p br {
    display: none;
  }
  .library-footnotes > p em {
    margin-left: 3px;
  }
  .library-footnotes ul {
    gap: 12px;
  }
  .library-footnotes strong {
    font-size: 13px;
  }
  .library-footnotes li span {
    font-size: 9px;
  }
  .developer-story {
    padding-top: 12px;
    padding-bottom: 64px;
  }
  .developer-intro-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .developer-intro {
    margin-top: 23px;
    font-size: 17px;
    line-height: 1.7;
  }
  .developer-detail {
    font-size: 13px;
    line-height: 1.8;
  }
  .developer-note {
    margin: 4px 6px 0;
    padding: 23px 25px 0;
    transform: rotate(-2deg);
  }
  .developer-note-star {
    float: right;
    font-size: 57px;
    margin: 0 0 0 18px;
  }
  .developer-note p {
    font-size: 30px;
    margin-bottom: 14px;
  }
  .developer-note-label {
    margin-top: 17px;
    padding: 13px 0;
  }
  .developer-timeline {
    margin-top: 41px;
  }
  .developer-timeline-row {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 22px 0;
  }
  .developer-date {
    font-size: 10px;
    margin: 0 0 2px;
  }
  .developer-position h3 {
    font-size: 17px;
    line-height: 1.35;
  }
  .developer-position p {
    font-size: 10px;
  }
  .developer-contribution {
    grid-column: auto;
    font-size: 12px;
    line-height: 1.7;
    max-width: 340px;
  }
  .developer-toolkit {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 37px;
  }
  .developer-toolkit h3 {
    font-size: 29px;
  }
  .developer-skills {
    gap: 7px;
  }
  .developer-skills li {
    padding: 9px 13px;
    font-size: 10px;
  }
  .contact-studio {
    padding-top: 48px;
    padding-bottom: 24px;
  }
  .contact-studio .lower-eyebrow {
    max-width: 260px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }
  .contact-title-row {
    gap: 13px;
    align-items: flex-end;
  }
  .contact-title-row h2 {
    font-size: clamp(34px, 9.5vw, 53px);
    letter-spacing: -0.062em;
  }
  .contact-title-row h2 br {
    display: none;
  }
  .contact-big-arrow {
    flex-basis: 47px;
    width: 47px;
    height: 47px;
    font-size: 33px;
    margin-bottom: 5px;
  }
  .contact-invitation {
    margin: 22px 0 27px;
    font-size: 12px;
    max-width: 300px;
  }
  .contact-link-row {
    flex-direction: column;
    gap: 24px;
  }
  .contact-mail {
    font-size: clamp(15px, 4.55vw, 22px);
    letter-spacing: -0.035em;
    text-underline-offset: 6px;
  }
  .contact-mail span {
    margin-left: 3px;
  }
  .contact-github {
    font-size: 11px;
  }
  .contact-signoff {
    margin-top: 37px;
    padding-top: 18px;
    font-size: 8px;
    gap: 18px;
  }
  .contact-signoff > span:last-child {
    text-align: right;
  }
}
@media (prefers-reduced-motion: reduce) {
  .library-card,
  .library-card-arrow,
  .contact-big-arrow {
    transition: none;
  }
  .library-card:hover,
  .library-card:hover .library-card-arrow,
  .contact-big-arrow:hover {
    transform: none;
  }
}
