:root {
  --black: #000;
  --card: #0e0f12;
  --gray: #c4c4c4;
  --yellow: #f9fa05;
  --display: ".SFNSDisplay-Semibold", "SFProDisplay-Semibold", "SFUIDisplay-Semibold", ".SFUIDisplay-Semibold", "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  --display-bold: ".SFNSDisplay-Bold", "SFProDisplay-Bold", "SFUIDisplay-Bold", ".SFUIDisplay-Bold", "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  --display-medium: ".SFNSDisplay-Medium", "SFProDisplay-Medium", "SFUIDisplay-Medium", ".SFUIDisplay-Medium", "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--black);
}

html {
  overflow-x: hidden;
}

body {
  color: var(--gray);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: var(--yellow);
}

a:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}

img {
  display: block;
}

h1,
h2,
p {
  margin: 0;
}

.home-page,
.imprint-page {
  position: relative;
  left: 50%;
  width: var(--page-width);
  min-height: var(--page-height);
  overflow: hidden;
  transform: translateX(-50%);
  background: var(--black);
}

.site-mark {
  position: absolute;
  display: block;
}

.site-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero,
.contact p,
.stories-copy h2,
.imprint-title,
.imprint-details {
  font-family: var(--display);
  font-weight: 599;
  letter-spacing: 0;
}

.home-hero,
.contact p {
  font-size: 64px;
  line-height: 1.15;
}

.home-hero {
  position: absolute;
  left: 144px;
  top: 176px;
  width: 912px;
}

.home-hero span {
  display: block;
}

.accent,
.imprint-title {
  color: var(--yellow);
}

.app-card {
  position: absolute;
  left: 83px;
  top: 550px;
  width: 1034px;
  height: 814px;
  overflow: visible;
  border-radius: 32px;
  background: var(--card);
}

.device-row {
  position: absolute;
  left: 34px;
  top: 45px;
  display: flex;
  gap: 40.5px;
}

.device-row img {
  width: 295px;
  height: 563px;
  object-fit: cover;
}

.stories-copy {
  position: absolute;
  left: 62px;
  top: 647px;
}

.stories-copy h2 {
  font-family: var(--display-bold);
  font-size: 64px;
  font-weight: 699;
  line-height: 1.15;
}

.stories-copy p,
.imprint-details {
  font-size: 24px;
  line-height: 1.15;
}

.stories-copy p {
  font-family: var(--display);
  font-weight: 599;
}

.stories-badge {
  position: absolute;
  left: 485px;
  top: 640px;
  width: 241px;
  height: 117px;
  object-fit: contain;
}

.app-store {
  position: absolute;
  left: 771px;
  top: 651px;
  display: block;
  width: 202px;
  height: 95px;
}

.app-store img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact {
  position: absolute;
  left: 145px;
  top: 1444px;
}

.contact p {
  color: var(--gray);
}

.contact img {
  position: absolute;
  left: 785px;
  top: 0;
  width: 126px;
  height: 134px;
  object-fit: contain;
}

.site-footer {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--gray);
  font-family: var(--display-medium);
  font-size: 18px;
  font-weight: 499;
  line-height: 1.15;
}

.home-footer {
  left: 144px;
  top: 1766px;
  width: 912px;
}

.imprint-title {
  position: absolute;
  left: 157px;
  top: 176px;
  font-family: var(--display-bold);
  font-size: 64px;
  font-weight: 699;
  line-height: 1.15;
}

.imprint-details {
  position: absolute;
  left: 157px;
  top: 330px;
  display: grid;
  grid-template-columns: 329px 329px;
  column-gap: 40px;
}

.imprint-details p + p {
  margin-top: 16px;
}

.imprint-footer {
  left: 157px;
  top: 865px;
  width: 911px;
}

@media (min-width: 1200px) {
  .home-page {
    --page-width: 1200px;
    --page-height: 1828px;
  }

  .home-mark {
    left: 144px;
    top: 43px;
    width: 58px;
    height: 42px;
  }

  .imprint-page {
    --page-width: 1200px;
    --page-height: 949px;
  }

  .imprint-mark {
    left: 157px;
    top: 43px;
    width: 58px;
    height: 42px;
  }
}

@media (min-width: 810px) and (max-width: 1199px) {
  .home-page {
    --page-width: 810px;
    --page-height: 1472px;
  }

  .home-mark {
    left: 64px;
    top: 35px;
    width: 58px;
    height: 42px;
  }

  .home-hero {
    left: 69px;
    top: 140px;
    width: 672px;
    font-size: 48px;
  }

  .app-card {
    left: 3px;
    top: 421px;
    width: 804px;
    height: 687px;
  }

  .device-row {
    left: 31px;
    top: 37px;
    width: 742px;
    justify-content: space-between;
    gap: 0;
  }

  .device-row img {
    width: 247px;
    height: 471px;
  }

  .stories-copy {
    left: 56px;
    top: 555px;
  }

  .stories-copy h2 {
    font-size: 48px;
  }

  .stories-badge {
    left: 412px;
    top: 536px;
    width: 168px;
    height: 124px;
  }

  .app-store {
    left: 604px;
    top: 545px;
    width: 144px;
    height: 106px;
  }

  .contact {
    left: 66px;
    top: 1168px;
  }

  .contact p {
    font-size: 48px;
  }

  .contact img {
    left: 562px;
    width: 117px;
    height: 124px;
  }

  .home-footer {
    left: 63px;
    top: 1407px;
    width: 684px;
  }

  .imprint-page {
    --page-width: 810px;
    --page-height: 900px;
  }

  .imprint-mark {
    left: 70px;
    top: 35px;
    width: 58px;
    height: 42px;
  }

  .imprint-title {
    left: 70px;
    top: 160px;
  }

  .imprint-details {
    left: 70px;
    top: 314px;
    grid-template-columns: 329px 329px;
    column-gap: 40px;
  }

  .imprint-footer {
    left: 70px;
    top: 816px;
    width: 686px;
  }
}

@media (max-width: 809px) {
  .home-page {
    --page-width: 390px;
    --page-height: 1225px;
  }

  .home-mark {
    left: 31px;
    top: 39px;
    width: 36px;
    height: 26px;
  }

  .home-hero {
    left: 31px;
    top: 105px;
    width: 329px;
    font-size: 32px;
  }

  .app-card {
    left: -11px;
    top: 402px;
    width: 412px;
    height: 442px;
  }

  .device-row {
    left: 34px;
    top: -21px;
    width: 344px;
    justify-content: space-between;
    gap: 0;
  }

  .device-row img {
    width: 109px;
    height: 208px;
  }

  .stories-copy {
    left: 45px;
    top: 215px;
  }

  .stories-copy h2 {
    font-size: 32px;
  }

  .stories-copy p {
    font-size: 24px;
  }

  .stories-badge {
    left: 45px;
    top: 304px;
    width: 131px;
    height: 52px;
  }

  .app-store {
    left: 208px;
    top: 308px;
    width: 111px;
    height: 45px;
  }

  .contact {
    left: 32px;
    top: 884px;
  }

  .contact p {
    font-size: 32px;
  }

  .contact img {
    left: 0;
    top: 123px;
    width: 83px;
    height: 88px;
  }

  .home-footer {
    left: 32px;
    top: 1135px;
    flex-direction: column;
    gap: 42px;
    width: auto;
  }

  .imprint-page {
    --page-width: 390px;
    --page-height: 900px;
  }

  .imprint-mark {
    left: 34px;
    top: 32px;
    width: 58px;
    height: 42px;
  }

  .imprint-title {
    left: 34px;
    top: 154px;
  }

  .imprint-details {
    left: 34px;
    top: 307px;
    display: block;
    width: 320px;
  }

  .imprint-details .address {
    margin-top: 40px;
  }

  .imprint-footer {
    left: 34px;
    top: 794px;
    flex-direction: column;
    gap: 13px;
    width: auto;
  }
}
