@font-face {
  font-family: "ES Klarheit Kurrent";
  src:
    local("ES Klarheit Kurrent Regular TRIAL"),
    local("ES Klarheit Kurrent TRIAL"),
    url("https://cdn.pvdesignusa.com/global/fonts/ES%20Klarheit%20Kurrent%20-%20Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ES Klarheit Kurrent TRIAL";
  src:
    local("ES Klarheit Kurrent Regular TRIAL"),
    local("ES Klarheit Kurrent TRIAL"),
    url("https://cdn.pvdesignusa.com/global/fonts/ES%20Klarheit%20Kurrent%20-%20Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ES Klarheit Grotesk";
  src:
    local("ES Klarheit Grotesk Book TRIAL"),
    local("ES Klarheit Grotesk TRIAL Book"),
    url("https://cdn.pvdesignusa.com/global/fonts/ES%20Klarheit%20Grotesk%20-%20Book.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ES Klarheit Grotesk TRIAL Book";
  src:
    local("ES Klarheit Grotesk Book TRIAL"),
    local("ES Klarheit Grotesk TRIAL Book"),
    url("https://cdn.pvdesignusa.com/global/fonts/ES%20Klarheit%20Grotesk%20-%20Book.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ES Klarheit Grotesk Semibold";
  src:
    local("ES Klarheit Grotesk Semibold TRIAL"),
    local("ES Klarheit Grotesk TRIAL SmBd"),
    url("https://cdn.pvdesignusa.com/global/fonts/ES%20Klarheit%20Grotesk%20-%20Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "ES Klarheit Grotesk Semibold TRIAL";
  src:
    local("ES Klarheit Grotesk Semibold TRIAL"),
    local("ES Klarheit Grotesk TRIAL SmBd"),
    url("https://cdn.pvdesignusa.com/global/fonts/ES%20Klarheit%20Grotesk%20-%20Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --page-bg: #ffffff;
  --footer-bg: #ff7d00;
  --footer-accent: #ffffff;
  --text-strong: #000000;
  --button-dark: #ff7d00;
  --button-light: #ffffff;
  --page-margin: clamp(24px, 5.8vw, 77px);
  --header-top-space: 77px;
}

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

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

body {
  font-family: "ES Klarheit Grotesk", system-ui, sans-serif;
  color: var(--text-strong);
  background: var(--page-bg);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

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

.site-shell {
  position: relative;
  min-height: 100vh;
  background: #ffffff;
}

.site-header {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: var(--header-top-space) var(--page-margin) 0;
}

.site-header__left {
  display: flex;
  align-items: center;
  gap: 42px;
  min-width: 0;
}

.site-brand {
  display: inline-flex;
  align-items: center;
}

.site-brand img {
  display: block;
  height: 22px;
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 38px;
}

.site-nav__link,
.site-login {
  font-family: "ES Klarheit Grotesk", system-ui, sans-serif;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
}

.site-login {
  flex: 0 0 auto;
  text-align: right;
}

.hero-orbit {
  position: fixed;
  top: -2%;
  left: 50%;
  width: 185px;
  height: 185px;
  margin-left: -50px;
  z-index: 3;
  pointer-events: none;
}

.hero-orbit__viewer {
  width: 100%;
  height: 100%;
}

.hero-orbit__canvas,
.hero-orbit__fallback {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-orbit__fallback {
  object-fit: contain;
}

.site-main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 176px var(--page-margin) 0;
}

.hero-block {
  width: min(100%, 880px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-title {
  font-family: "ES Klarheit Kurrent", Georgia, serif;
  font-size: 64px;
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: #000000;
  font-synthesis: none;
}

.hero-copy {
  max-width: 880px;
  margin-top: 28px;
  font-family: "ES Klarheit Grotesk", system-ui, sans-serif;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: 0;
  color: #000000;
}

.site-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 56px;
  margin-top: 34px;
  padding: 16px 28px;
  border: 0;
  background: var(--button-dark);
  color: #ffffff;
  font-family: "ES Klarheit Grotesk", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}

.site-cta--light {
  background: var(--button-light);
  color: #000000;
}

.site-spacer {
  width: 100%;
  min-height: clamp(260px, 32vh, 420px);
}

.site-footer-block {
  position: relative;
  overflow: hidden;
  background: var(--footer-bg);
}

.site-footer-inner {
  padding: 77px var(--page-margin);
}

.footer-mark {
  width: 100px;
  object-fit: contain;
}

.footer-title {
  margin-top: 42px;
  color: var(--footer-accent);
  font-family: "ES Klarheit Kurrent", Georgia, serif;
  font-size: 64px;
  line-height: 0.94;
  letter-spacing: -0.03em;
  font-synthesis: none;
}

.site-footer-block .site-cta {
  margin-top: 40px;
}

.footer-grid {
  display: grid;
  width: fit-content;
  max-width: 100%;
  grid-template-columns: max-content max-content;
  column-gap: 96px;
  row-gap: 48px;
  margin-top: 78px;
  justify-content: start;
  align-items: start;
}

.footer-column__title {
  color: var(--footer-accent);
  font-family: "ES Klarheit Grotesk", system-ui, sans-serif;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0;
}

.footer-column {
  min-width: 0;
}

.footer-column__body {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "ES Klarheit Grotesk", system-ui, sans-serif;
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: left;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.17);
}

.footer-wordmark-shell {
  position: relative;
  height: 146px;
  margin-top: 24px;
}

.footer-wordmark {
  width: min(132%, 1680px);
  max-width: none;
  opacity: 0.1;
  filter: brightness(0) invert(1);
  transform: translate(-2%, 18%);
  transform-origin: center top;
}

@media (max-width: 1080px) {
  .site-header {
    flex-wrap: wrap;
    gap: 18px;
  }

  .site-header__left {
    width: 100%;
    gap: 26px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero-title,
  .footer-title {
    font-size: 56px;
  }

  .site-spacer {
    min-height: 320px;
  }

  .site-footer-inner {
    padding: 56px var(--page-margin);
  }
}

@media (max-width: 760px) {
  .site-header {
    flex-wrap: nowrap;
    gap: 16px;
    padding: 22px 22px 0;
  }

  .site-header__left {
    width: auto;
    gap: 0;
    flex-wrap: nowrap;
    min-width: 0;
  }

  .site-brand img {
    width: 128px;
  }

  .site-nav {
    display: none;
  }

  .site-nav__link,
  .site-login,
  .hero-copy,
  .footer-column__title,
  .footer-column__body {
    font-size: 16px;
  }

  .hero-orbit {
    display: none;
  }

  .site-main {
    padding: 108px 22px 0;
  }

  .hero-title,
  .footer-title {
    font-size: 42px;
  }

  .site-spacer {
    min-height: 220px;
  }

  .site-footer-inner {
    padding: 28px 22px 40px;
  }

  .footer-grid {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 52px;
  }

  .footer-wordmark-shell {
    height: 90px;
  }

  .footer-wordmark {
    width: 165%;
    transform: translate(-14%, 22%);
  }
}
