/* ---------- Tokens ---------- */
:root {
  --bg: oklch(0.975 0.008 95);
  --bg-elev: oklch(0.99 0.005 95);
  --ink: oklch(0.18 0.025 260);
  --ink-soft: oklch(0.42 0.02 260);
  --line: oklch(0.88 0.012 260);
  --accent: oklch(0.55 0.20 275);
  --accent-ink: oklch(0.98 0.01 275);
  --mint: oklch(0.70 0.16 165);
  --warn: oklch(0.62 0.20 25);
  --ok: oklch(0.62 0.15 155);

  --radius: 14px;
  --radius-sm: 8px;
  --maxw: 1240px;
  --pad: clamp(20px, 4vw, 56px);

  --font-display: "Space Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }

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

::selection { background: var(--accent); color: var(--accent-ink); }

/* ---------- Layout helpers ---------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad);
}

section { padding: clamp(72px, 10vw, 140px) 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--ink-soft);
  display: inline-block;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}

p { text-wrap: pretty; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  background: color-mix(in oklab, var(--bg) 75%, transparent);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: 17px;
}
.brand-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent) 18%, transparent);
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  color: var(--ink-soft);
}
.nav a:hover { color: var(--ink); }
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--bg);
  font-weight: 500;
  font-size: 14px;
  transition: transform .15s ease, background .2s ease;
}
.btn-cta:hover {
  background: var(--accent);
  color: var(--accent-ink);
  transform: translateY(-1px);
}
.btn-cta svg { width: 14px; height: 14px; }

@media (max-width: 720px) {
  .nav a:not(.btn-cta) { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
  isolation: isolate;
  color: oklch(0.98 0.01 270);
  background:
    radial-gradient(70% 55% at 0% 0%,    oklch(0.58 0.22 295) 0%, transparent 60%),
    radial-gradient(65% 55% at 100% 0%,  oklch(0.62 0.22 355) 0%, transparent 60%),
    radial-gradient(85% 70% at 50% 115%, oklch(0.60 0.18 200) 0%, transparent 60%),
    linear-gradient(180deg, oklch(0.22 0.06 280), oklch(0.16 0.05 265));
}
/* subtle film grain so the gradient doesn't band */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.18'/></svg>");
}
.hero .container {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
@media (max-width: 920px) {
  .hero .container { grid-template-columns: 1fr; }
}

.hero h1 {
  font-size: clamp(40px, 6.4vw, 92px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 500;
}
.hero .eyebrow { color: color-mix(in oklab, white 75%, transparent); }
.hero .eyebrow::before { background: color-mix(in oklab, white 60%, transparent); }

.hero h1 { color: white; }
.hero h1 .domain {
  color: oklch(0.92 0.13 175);
  font-style: italic;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
}
.hero h1 .domain::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -0.04em;
  height: 0.08em;
  background: linear-gradient(90deg, oklch(0.92 0.13 175), oklch(0.85 0.18 320));
  border-radius: 2px;
  opacity: 0.55;
}

.hero-sub {
  margin-top: 28px;
  font-size: clamp(17px, 1.4vw, 20px);
  color: color-mix(in oklab, white 78%, transparent);
  max-width: 52ch;
}

.hero-meta {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  font-size: 14px;
  color: color-mix(in oklab, white 78%, transparent);
}
.hero-meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.hero-meta li::before {
  content: "";
  width: 6px; height: 6px;
  background: oklch(0.92 0.13 175);
  border-radius: 50%;
}

.hero-actions {
  margin-top: 44px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero .btn-primary {
  background: white;
  color: oklch(0.20 0.05 270);
}
.hero .btn-primary:hover {
  background: oklch(0.92 0.13 175);
  color: oklch(0.16 0.05 270);
}
.hero .btn-ghost {
  color: white;
  border-color: color-mix(in oklab, white 35%, transparent);
}
.hero .btn-ghost:hover {
  border-color: white;
  background: color-mix(in oklab, white 8%, transparent);
}
.btn-primary, .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 15px;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--ink);
  color: var(--bg);
}
.btn-primary:hover { background: var(--accent); color: var(--accent-ink); transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-1px); }

/* Hero visual */
.hero-visual {
  position: relative;
  aspect-ratio: 5 / 6;
  border-radius: 22px;
  background:
    radial-gradient(120% 80% at 100% 0%, color-mix(in oklab, white 22%, transparent), transparent 60%),
    radial-gradient(80% 60% at 0% 100%, color-mix(in oklab, oklch(0.92 0.13 175) 28%, transparent), transparent 60%),
    linear-gradient(180deg, oklch(0.22 0.06 270) 0%, oklch(0.14 0.05 265) 100%);
  overflow: hidden;
  color: white;
  border: 1px solid color-mix(in oklab, white 16%, transparent);
  box-shadow:
    0 1px 0 color-mix(in oklab, white 22%, transparent) inset,
    0 40px 100px -30px color-mix(in oklab, black 70%, transparent);
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(color-mix(in oklab, var(--bg) 12%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in oklab, var(--bg) 12%, transparent) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(120% 80% at 50% 30%, #000 30%, transparent 75%);
}
.hero-visual-inner {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: var(--font-body);
}
.hv-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--bg) 70%, transparent);
}
.hv-dots { display: flex; gap: 6px; }
.hv-dots span {
  width: 8px; height: 8px; border-radius: 50%;
  background: color-mix(in oklab, var(--bg) 30%, transparent);
}
.hv-dots span:first-child { background: var(--mint); }
.hv-card {
  align-self: flex-end;
  padding: 18px 20px;
  border-radius: 12px;
  background: color-mix(in oklab, var(--bg) 8%, transparent);
  border: 1px solid color-mix(in oklab, var(--bg) 18%, transparent);
  backdrop-filter: blur(6px);
  width: min(100%, 320px);
}
.hv-card .row {
  display: flex; justify-content: space-between;
  font-size: 13px;
  padding: 6px 0;
  border-bottom: 1px dashed color-mix(in oklab, var(--bg) 18%, transparent);
}
.hv-card .row:last-child { border-bottom: 0; }
.hv-card .row b { font-weight: 500; color: var(--mint); }

/* ---------- Section: services ---------- */
.section-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 56px;
  max-width: 760px;
}
.section-head h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
}
.section-head p {
  color: var(--ink-soft);
  font-size: clamp(16px, 1.2vw, 18px);
  margin: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 900px) { .cards { grid-template-columns: 1fr; } }

.card {
  padding: 30px;
  border-radius: var(--radius);
  background: var(--bg-elev);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  transition: transform .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-2px); border-color: var(--ink); }
.card .num {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
}
.card h3 {
  font-size: 24px;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.card p {
  color: var(--ink-soft);
  margin: 0;
  font-size: 15.5px;
}
.card .price {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--accent);
  letter-spacing: 0.02em;
}
.card.is-feature {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.card.is-feature .num,
.card.is-feature p { color: color-mix(in oklab, var(--bg) 70%, transparent); }
.card.is-feature .price { color: var(--mint); }

/* ---------- Process strip ---------- */
.process {
  background: var(--ink);
  color: var(--bg);
}
.process h2 { color: var(--bg); }
.process .eyebrow { color: color-mix(in oklab, var(--bg) 70%, transparent); }
.process .eyebrow::before { background: color-mix(in oklab, var(--bg) 70%, transparent); }
.process .section-head p { color: color-mix(in oklab, var(--bg) 70%, transparent); }
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: color-mix(in oklab, var(--bg) 18%, transparent);
  border: 1px solid color-mix(in oklab, var(--bg) 18%, transparent);
  border-radius: var(--radius);
  overflow: hidden;
}
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .steps { grid-template-columns: 1fr; } }
.step {
  padding: 28px;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step .step-n {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--mint);
}
.step h3 { font-size: 20px; color: var(--bg); font-weight: 500; }
.step p {
  color: color-mix(in oklab, var(--bg) 70%, transparent);
  font-size: 14.5px;
  margin: 0;
}

/* ---------- Contact ---------- */
.contact .container {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
@media (max-width: 900px) { .contact .container { grid-template-columns: 1fr; } }

.contact h2 { font-size: clamp(34px, 4.5vw, 56px); }
.contact-info {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: var(--ink-soft);
  font-size: 15.5px;
}
.contact-info .info-row {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.contact-info .info-row:last-child { border-bottom: 1px solid var(--line); }
.contact-info .info-row .label {
  width: 110px;
  flex: 0 0 110px;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
}

.form {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 36px);
  display: grid;
  gap: 16px;
}
.form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) { .form .row { grid-template-columns: 1fr; } }
.form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  font-weight: 500;
}
.form input,
.form textarea,
.form select {
  font: inherit;
  font-size: 15.5px;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px 14px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
  width: 100%;
}
.form textarea {
  min-height: 140px;
  resize: vertical;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent) 16%, transparent);
}
.form .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.form .hint {
  font-size: 13px;
  color: var(--ink-soft);
}
.form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--bg);
  border: 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease;
}
.form button[type="submit"]:hover { background: var(--accent); transform: translateY(-1px); }
.form button[type="submit"][disabled] {
  opacity: .65;
  cursor: progress;
  transform: none;
}

.form-status {
  display: none;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  font-size: 14.5px;
  border: 1px solid var(--line);
  background: var(--bg);
}
.form-status.is-visible { display: block; }
.form-status.is-ok {
  color: var(--ok);
  border-color: color-mix(in oklab, var(--ok) 40%, var(--line));
  background: color-mix(in oklab, var(--ok) 8%, var(--bg));
}
.form-status.is-err {
  color: var(--warn);
  border-color: color-mix(in oklab, var(--warn) 40%, var(--line));
  background: color-mix(in oklab, var(--warn) 8%, var(--bg));
}

/* honeypot */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 48px 0 56px;
  color: var(--ink-soft);
  font-size: 14.5px;
}
.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.site-footer a:hover { color: var(--ink); }
.foot-links { display: flex; gap: 24px; }

/* ---------- Imprint page ---------- */
.imprint {
  padding-top: 160px;
  padding-bottom: 120px;
}
.imprint .container { max-width: 820px; }
.imprint h1 {
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.imprint .lead {
  color: var(--ink-soft);
  font-size: 17px;
  margin: 0 0 40px;
}
.imprint h2 {
  font-size: 22px;
  margin: 40px 0 12px;
  letter-spacing: -0.01em;
}
.imprint .block {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
}
@media (max-width: 640px) { .imprint .block { grid-template-columns: 1fr; gap: 6px; } }
.imprint .block:last-child { border-bottom: 1px solid var(--line); }
.imprint .block .k {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  padding-top: 3px;
}
.imprint .block .v {
  color: var(--ink-soft);
  line-height: 1.6;
}
.imprint .block .v p { margin: 0 0 6px; }
.imprint .back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
  font-size: 14px;
  color: var(--ink-soft);
}
.imprint .back:hover { color: var(--accent); }
