/*
  Coming-Soon-Platzhalterseite
  Systemschrift, keine externen Ressourcen.
*/

:root {
  color-scheme: light;
  --bg: #f5f4ef;
  --surface: rgba(255, 255, 252, 0.76);
  --text: #20211d;
  --muted: #64675f;
  --line: rgba(32, 33, 29, 0.14);
  --accent: #d9663f;
  --accent-soft: #f4c7a6;
  --accent-ink: #7f2f21;
  --shadow: 0 24px 80px rgba(42, 44, 32, 0.1);
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --bg: #171916;
    --surface: rgba(32, 35, 29, 0.84);
    --text: #f1f0e9;
    --muted: #afb2a7;
    --line: rgba(241, 240, 233, 0.18);
    --accent: #f18a61;
    --accent-soft: #70402f;
    --accent-ink: #ffd9c8;
    --shadow: 0 24px 90px rgba(0, 0, 0, 0.3);
  }
}

* { box-sizing: border-box; }

html { min-width: 320px; }

body {
  min-height: 100vh;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  line-height: 1.5;
}

body::before,
body::after {
  position: fixed;
  z-index: -1;
  width: 42vmin;
  height: 42vmin;
  border-radius: 50%;
  content: "";
  filter: blur(3px);
  opacity: 0.42;
  pointer-events: none;
}

body::before { top: -16vmin; right: -9vmin; background: var(--accent-soft); }
body::after { bottom: -20vmin; left: -12vmin; background: #b7c9b2; }

.page-shell {
  display: flex;
  flex-direction: column;
  width: min(100%, 1120px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 1.25rem 1.25rem 1rem;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand { display: inline-flex; align-items: center; gap: 0.55rem; color: var(--text); font-size: 0.86rem; font-weight: 700; letter-spacing: 0.04em; text-decoration: none; }
.brand-mark { display: grid; width: 1.55rem; height: 1.55rem; place-items: center; border-radius: 50% 50% 50% 0; background: var(--accent); color: white; font-size: 1.5rem; line-height: 0.65; transform: rotate(-45deg); }
.brand-mark::first-letter { transform: rotate(45deg); }
.status-pill { display: inline-flex; align-items: center; gap: 0.45rem; border: 1px solid var(--line); border-radius: 999px; padding: 0.35rem 0.7rem; color: var(--muted); font-size: 0.72rem; }
.status-dot { width: 0.42rem; height: 0.42rem; border-radius: 50%; background: #69a866; box-shadow: 0 0 0 4px rgba(105, 168, 102, 0.14); }

.hero {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 4.5rem 0 5rem;
  text-align: center;
}

.logo-placeholder { display: grid; position: relative; place-items: center; width: 16rem; height: 8rem; margin-bottom: 2.2rem; border: 1px dashed var(--accent); border-radius: 2.2rem 2.2rem 2.2rem 0.55rem; background: var(--surface); box-shadow: var(--shadow); transform: rotate(-4deg); }
.logo-placeholder::after { position: absolute; inset: 0.55rem; border: 1px solid var(--line); border-radius: inherit; content: ""; }
.eyebrow { margin: 0 0 0.8rem; color: var(--accent-ink); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
h1 { max-width: 780px; margin: 0; font-size: clamp(2.5rem, 10vw, 5.8rem); font-weight: 730; line-height: 0.98; }
h1 em { color: var(--accent); font-style: normal; }
.intro { max-width: 32rem; margin: 1.5rem auto 0; color: var(--muted); font-size: 1rem; }
.contact-card { display: flex; flex-direction: column; gap: 0.3rem; align-items: center; margin-top: 2rem; padding: 0.9rem 1.35rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--surface); box-shadow: 0 10px 30px rgba(42, 44, 32, 0.05); }
.contact-card__caption { color: var(--muted); font-size: 0.72rem; }
.contact-link { color: var(--text); font-size: 0.94rem; font-weight: 700; text-underline-offset: 0.25em; }
.contact-link span { display: inline-block; margin-left: 0.25rem; color: var(--accent); transition: transform 180ms ease; }
.contact-link:hover span, .contact-link:focus-visible span { transform: translate(2px, -2px); }

.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 24rem; height: 24rem; top: 12%; right: -18rem; }
.orbit-two { width: 18rem; height: 18rem; bottom: 4%; left: -14rem; border-color: var(--accent-soft); }

.site-footer { flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 1rem; color: var(--muted); font-size: 0.72rem; }
.site-footer a { color: inherit; text-underline-offset: 0.22em; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--text); }
.footer-note { text-align: right; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

@media (min-width: 640px) {
  .page-shell { padding: 1.5rem 2.5rem 1.25rem; }
  .intro { font-size: 1.08rem; }
  .contact-card { flex-direction: row; gap: 1rem; }
  .orbit-one { right: -9rem; }
  .orbit-two { left: -8rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
