@font-face {
  font-family: "Signifier";
  src:
    url("assets/fonts/signifier-web-light.woff2") format("woff2"),
    url("assets/fonts/signifier-web-light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src:
    url("assets/fonts/soehne-web-buch.woff2") format("woff2"),
    url("assets/fonts/soehne-web-buch.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color: #090909;
  background: #f9f9f9;
  font-family: "Soehne", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
}

body {
  background: #f9f9f9;
}

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

a:hover,
a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.site {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #f9f9f9;
}

.intro {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 670px;
  margin: 0;
  color: #090909;
  font-family: "Signifier", Georgia, serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: 0;
}

.intro span {
  display: block;
}

.intro span + span {
  margin-top: 42px;
}

.services {
  position: absolute;
  bottom: 23px;
  left: 24px;
  width: 169px;
  color: #090909;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

.services h2 {
  margin: 0 0 12px;
  font: inherit;
}

.services ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #090909;
  font-size: 13px;
  line-height: 17px;
  white-space: nowrap;
}

.contact time {
  flex: 0 0 27px;
  width: 27px;
  text-align: right;
}

.brand {
  --logo-width: 169px;
  --logo-height: 21.706px;
  --h-width: 23.317px;
  --l-left: 80.968px;
  --l-width: 18.573px;

  position: absolute;
  top: 24px;
  right: 24px;
  width: var(--logo-width);
  height: var(--logo-height);
  pointer-events: none;
  user-select: none;
}

.brand__persistent,
.brand__persistent img,
.brand__reveal {
  position: absolute;
  top: 0;
  display: block;
  height: var(--logo-height);
}

.brand__persistent {
  overflow: hidden;
}

.brand__persistent img,
.brand__reveal {
  width: var(--logo-width);
  max-width: none;
}

.brand__persistent--h {
  left: 0;
  width: var(--h-width);
}

.brand__persistent--h img {
  left: 0;
}

.brand__persistent--l {
  left: var(--l-left);
  width: var(--l-width);
}

.brand__persistent--l img {
  left: calc(var(--l-left) * -1);
}

.brand__reveal {
  left: 0;
  opacity: 0;
  transition: opacity 1s ease 500ms;
  will-change: opacity;
}

.is-loaded .brand__reveal,
.no-js .brand__reveal {
  opacity: 1;
}

.has-revealed .brand__reveal,
.no-js .brand__reveal {
  will-change: auto;
}

@media (max-width: 899px) {
  .intro {
    top: 71px;
    right: 16px;
    left: 16px;
    width: auto;
    font-size: 24px;
    line-height: 29px;
  }

  .intro span + span {
    margin-top: 29px;
  }

  .services {
    bottom: 65px;
    left: 16px;
  }

  .contact {
    right: auto;
    bottom: max(24px, env(safe-area-inset-bottom));
    left: 16px;
  }

  .brand {
    --logo-width: 109px;
    --logo-height: 14px;
    --h-width: 15.043px;
    --l-left: 52.237px;
    --l-width: 11.982px;

    top: 25px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 370px) {
  .intro {
    font-size: 22px;
    line-height: 27px;
  }

  .intro span + span {
    margin-top: 27px;
  }

  .contact {
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand__reveal {
    opacity: 1;
    transition: none;
    will-change: auto;
  }
}
