:root {
  --green: #009f49;
  --ink: #030303;
  --copy: #262626;
  --rule: #e9e9e9;
  --bg: #ffffff;
}

html {
  background: var(--bg);
}

body {
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "Metropolis-Regular", Helvetica, Arial, sans-serif;
}

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

address {
  font-style: normal;
}

.clip-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.pre-launch {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto auto;
  background: var(--bg);
}

.site-header {
  position: absolute;
  z-index: 5;
  top: clamp(26px, 4vw, 34px);
  left: clamp(30px, 3.35vw, 42px);
  width: min(345px, 31vw);
}

.logo {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(45.5vw, 560px);
  padding-top: clamp(190px, 26.2vh, 232px);
  margin-left: clamp(54px, 6.15vw, 82px);
}

.headline {
  margin: 0;
  color: var(--ink);
  font-family: "HomepageBaukasten-Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(54px, 5.95vw, 76px);
  line-height: 1.03;
  letter-spacing: 0;
}

.headline span {
  display: block;
}

.headline .accent,
.tagline .accent {
  color: var(--green);
}

.line {
  width: 74px;
  height: 3px;
  margin: 26px 0 35px 4px;
  background: var(--green);
}

.lead,
.subcopy {
  max-width: 560px;
  margin: 0;
  color: var(--copy);
  font-size: clamp(18px, 1.75vw, 22px);
  line-height: 1.42;
  letter-spacing: 0;
}

.subcopy {
  margin-top: 24px;
}

.hero-visual {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 49.35%;
  margin: 0;
  overflow: hidden;
  clip-path: url("#hero-visual-clip");
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}

.brand-message {
  min-height: clamp(104px, 14.65vh, 125px);
  display: grid;
  place-items: center;
  border-top: 1px solid var(--rule);
  background: var(--bg);
  text-align: center;
}

.tagline {
  margin: 0;
  color: var(--ink);
  font-family: "Metropolis-Bold", Helvetica, Arial, sans-serif;
  font-size: clamp(28px, 2.9vw, 35px);
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer {
  min-height: clamp(64px, 7.98vh, 68px);
  display: grid;
  align-items: center;
  background: var(--green);
  color: #ffffff;
}

.footer-content {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(62px, 7vw, 86px);
}

.footer-title,
.contact-item {
  font-family: "Metropolis-SemiBold", Helvetica, Arial, sans-serif;
  font-size: clamp(15px, 1.38vw, 18px);
  line-height: 1.2;
  letter-spacing: 0;
}

.footer-title {
  margin: 0;
}

.contact-list {
  display: contents;
}

.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  white-space: nowrap;
}

.contact-item svg {
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  stroke-width: 1.8;
}

@media (max-width: 899px) {
  .pre-launch {
    display: block;
    min-height: 100svh;
  }

  .site-header {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 85px;
    display: flex;
    align-items: flex-start;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.28);
  }

  .logo {
    width: clamp(194px, 60vw, 206px);
  }

  .hero {
    min-height: 0;
    overflow: visible;
  }

  .hero-content {
    width: auto;
    margin: 0;
    padding: 84px 36px 0;
  }

  .headline {
    font-size: clamp(36px, 11.35vw, 44px);
    line-height: 1.05;
  }

  .line,
  .subcopy,
  .hero-visual {
    display: none;
  }

  .lead {
    max-width: 285px;
    margin-top: 54px;
    font-size: clamp(17px, 5vw, 20px);
    line-height: 1.42;
  }

  .brand-message {
    min-height: 0;
    display: block;
    border-top: 0;
    padding: 123px 30px 76px;
  }

  .tagline {
    max-width: 270px;
    margin: 0 auto;
    font-size: clamp(30px, 9.5vw, 36px);
    line-height: 1.45;
  }

  .mobile-break::before {
    content: "\A";
    white-space: pre;
  }

  .site-footer {
    min-height: 0;
    display: block;
    background: transparent;
    color: var(--ink);
  }

  .footer-content {
    display: block;
    padding: 0;
  }

  .footer-title {
    max-width: 260px;
    margin: 0 auto;
    padding: 0 0 16px;
    color: var(--copy);
    font-size: clamp(16px, 5vw, 19px);
    line-height: 1.25;
    text-align: center;
  }

  .contact-list {
    display: flex;
    flex-direction: column;
    background: var(--green);
  }

  .contact-item {
    min-height: 52px;
    justify-content: center;
    gap: 9px;
    color: #ffffff;
    font-size: clamp(16px, 5vw, 18px);
    white-space: normal;
    text-align: center;
  }

  .contact-item + .contact-item {
    border-top: 1px solid rgba(255, 255, 255, 0.36);
  }

  .contact-item svg {
    width: 16px;
    height: 16px;
    stroke-width: 2;
  }
}

@media (min-width: 900px) {
  .pre-launch {
    grid-template-rows: minmax(560px, 1fr) clamp(104px, 14.65vh, 125px) clamp(64px, 7.98vh, 68px);
  }

  .contact-item:last-child {
    margin-left: -40px;
  }
}

@media (min-width: 900px) and (max-height: 740px) {
  .site-header {
    top: 30px;
    width: 300px;
  }

  .hero-content {
    padding-top: 160px;
  }

  .headline {
    font-size: clamp(48px, 5.2vw, 64px);
  }

  .line {
    margin-bottom: 26px;
  }

  .lead,
  .subcopy {
    font-size: 18px;
  }
}

@media (max-width: 360px) {
  .hero-content {
    padding-left: 34px;
    padding-right: 28px;
  }

  .brand-message {
    padding-top: 77px;
    padding-bottom: 66px;
  }

  .contact-item {
    min-height: 51px;
  }
}
