@font-face {
  font-family: "Soehne";
  src: url("/fonts/Soehne-Buch.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Soehne";
  src: url("/fonts/Soehne-Kraeftig.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  font-family: "Soehne", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #29292b;
  background: #fff;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  --muted: #636366;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 280px; }
.home { background: #fff; }
body:not(.home) { min-height: 100svh; background: #f5f5f3; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; outline: 2px solid transparent; outline-offset: 5px; }
button, input { font: inherit; }
:focus-visible { outline-color: #075ee5; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.stage { width: 100%; }
.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  padding: 35px 45px;
  overflow: hidden;
  color: #20211f;
  background: #fff;
}

.construction { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; color: rgb(31 33 31 / 9%); pointer-events: none; }
.hero-header, .brand { display: flex; align-items: center; }
.hero-header { position: absolute; z-index: 2; top: 35px; right: 0; left: 0; justify-content: center; }
.brand { min-height: 44px; border-radius: 5px; }
.brand-logo { display: block; width: 110px; height: 40px; filter: brightness(0) saturate(100%); }
.hero :focus-visible { outline-color: #20211f; }

.hero-copy { position: relative; z-index: 1; grid-row: 2; align-self: center; width: 100%; margin: 0 auto; padding: 60px 0 110px; text-align: center; }
.hero-copy h1 { margin: 0; font-size: clamp(46px, 5vw, 76px); line-height: 1.06; font-weight: 500; letter-spacing: -.035em; }
.hero-copy h1 span { color: #555955; }
.hero-copy p { margin: 23px 0 0; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.6; letter-spacing: .012em; }
.hero-copy p span { display: block; }

.waitlist-form { width: min(100%, 450px); margin: 42px auto 0; }
.waitlist-row { display: flex; align-items: center; gap: 6px; padding: 6px; border: 1px solid rgb(32 33 31 / 12%); border-radius: 0; background: #f0f0ec; box-shadow: inset 0 1px 0 rgb(255 255 255 / 75%); }
.waitlist-row:focus-within { border-color: rgb(32 33 31 / 48%); box-shadow: 0 0 0 3px rgb(32 33 31 / 8%); }
.waitlist-row input { min-width: 0; flex: 1; height: 44px; padding: 0 13px; border: 0; outline: 0; color: #20211f; background: transparent; font-size: 15px; letter-spacing: .01em; }
.waitlist-row input::placeholder { color: rgb(32 33 31 / 56%); opacity: 1; }
.waitlist-row .honeypot { position: absolute; width: 1px; height: 1px; padding: 0; opacity: 0; pointer-events: none; }
.waitlist-row button { min-height: 44px; padding: 0 19px; border: 0; border-radius: 0; color: #fff; background: #20211f; font-size: 14px; font-weight: 500; letter-spacing: .01em; white-space: nowrap; cursor: pointer; transition: color 160ms ease, background-color 160ms ease, transform 160ms ease; }
.waitlist-row button:active { transform: scale(.97); }
.waitlist-row button:disabled { cursor: wait; opacity: .72; }
.hero-copy .waitlist-message { margin: 11px 0 0; font-size: 11px; line-height: 1.5; color: #20211f; letter-spacing: 0; }

.footer { position: relative; z-index: 1; grid-row: 3; width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: center; color: rgb(32 33 31 / 62%); font-size: 12px; letter-spacing: .02em; }
.footer nav { display: flex; flex-wrap: wrap; column-gap: 25px; align-items: center; }
.footer a { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; border-radius: 4px; transition: color 160ms ease; }

.legal-stage { max-width: 720px; margin: 0 auto; padding: 56px 24px; }
.back-link { display: inline-flex; align-items: center; min-height: 44px; gap: 10px; color: var(--muted); font-size: 14px; border-radius: 6px; }
.legal-card { padding: 40px; margin-top: 20px; background: #fff; border-radius: 28px; }
.legal-card h1 { margin: 0; font-size: 32px; line-height: 1.12; font-weight: 400; letter-spacing: -.8px; overflow-wrap: anywhere; }
.legal-card h2 { font-size: 16px; font-weight: 500; margin: 32px 0 12px; }
.legal-card p, .legal-card address { font-size: 14px; line-height: 1.7; font-style: normal; color: #48484a; }
.legal-card a { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }

@media (hover: hover) {
  .footer a:hover { color: #20211f; }
  .back-link:hover { color: #075ee5; }
  .waitlist-row button:hover { color: #fff; background: #3a3c39; }
}

@media (max-width: 700px) {
  .hero { min-height: 100svh; padding: 23px 23px; }
  .hero-header { top: 23px; }
  .brand-logo { width: 99px; height: 36px; }
  .hero-copy { padding: 48px 0 70px; text-align: left; }
  .hero-copy h1 { font-size: clamp(38px, 10vw, 48px); letter-spacing: -.03em; line-height: 1.08; }
  .hero-copy p { margin-top: 17px; font-size: 14px; letter-spacing: .012em; }
  .waitlist-form { margin-top: 36px; }
  .construction { width: 150%; max-width: none; left: -25%; opacity: .85; }
  .footer { min-height: 72px; flex-direction: column; justify-content: center; gap: 0; }
  .footer nav { column-gap: 18px; justify-content: center; }
  .legal-stage { padding: 24px 20px; }
  .legal-card { padding: 26px; }
}

@media (max-width: 360px) {
  .hero { padding-right: 17px; padding-left: 17px; }
  .hero-copy h1 { font-size: 36px; }
  .hero-copy p { font-size: 12px; letter-spacing: .01em; }
  .waitlist-row { align-items: stretch; flex-direction: column; }
  .waitlist-row input { width: 100%; padding: 0 11px; font-size: 13px; text-align: center; }
  .waitlist-row button { width: 100%; padding: 0 13px; font-size: 13px; }
  .brand-logo { width: 88px; height: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
