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

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("fonts/playfair-display-latin.woff2") format("woff2");
}

:root {
  --cream: #fff9ee;
  --cream-2: #f8ead9;
  --sage: #9fb89b;
  --sage-dark: #59745e;
  --gold: #d8a84f;
  --rose: #eac7bd;
  --ink: #473f36;
  --muted: #756b60;
  --white: rgba(255, 255, 255, .72);
  --shadow: 0 24px 70px rgba(99, 76, 48, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(234,199,189,.55), transparent 28rem),
    radial-gradient(circle at 85% 18%, rgba(159,184,155,.42), transparent 30rem),
    linear-gradient(135deg, var(--cream) 0%, #fffdf8 48%, #f2eadf 100%);
  overflow-x: hidden;
}

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

.ambient {
  position: fixed;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(24px);
  opacity: .35;
  pointer-events: none;
  z-index: -1;
  animation: float 14s ease-in-out infinite;
}
.ambient-one { left: -12rem; top: 18rem; background: #f1c6b2; }
.ambient-two { right: -14rem; top: 2rem; background: #bad5b5; animation-delay: -5s; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(255, 249, 238, .72);
  box-shadow: 0 10px 36px rgba(80, 64, 42, .08);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand img { width: 42px; height: 42px; }
nav { display: flex; align-items: center; gap: 8px; }
nav a { padding: 10px 13px; border-radius: 999px; color: var(--muted); font-size: .94rem; }
nav a:hover, .nav-cta { background: rgba(159,184,155,.22); color: var(--sage-dark); }

.section-pad { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 92px 0; }
.hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; min-height: calc(100vh - 78px); }
.eyebrow { margin: 0 0 14px; color: var(--sage-dark); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
h1, h2, h3 { margin: 0; line-height: 1.04; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
h1 { max-width: 760px; font-size: clamp(2.65rem, 5.6vw, 5.35rem); letter-spacing: -.05em; }
h2 { font-size: clamp(2.15rem, 4.8vw, 4.2rem); letter-spacing: -.04em; }
h3 { font-size: 1.35rem; }
p { line-height: 1.75; color: var(--muted); }
.lead { max-width: 650px; font-size: 1.18rem; margin: 24px 0 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border-radius: 999px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.primary { background: var(--ink); color: white; box-shadow: 0 18px 34px rgba(71,63,54,.18); }
.ghost { background: rgba(255,255,255,.65); border: 1px solid rgba(216,168,79,.22); }

.hero-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 38px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 48px;
  background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(255,249,238,.42));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-card img { width: min(360px, 82%); animation: breathe 5.5s ease-in-out infinite; }
.hero-card p { margin: 18px 0 0; font-weight: 700; color: var(--sage-dark); }
.orb { position: absolute; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(255,245,192,.9), rgba(216,168,79,.08) 70%); animation: pulse 4s ease-in-out infinite; }

.intro { padding-top: 12px; }
.intro p { max-width: 900px; margin: 0 auto; text-align: center; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: 1.28; color: var(--ink); }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card, .step, .contact, .legal-card {
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 30px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 18px 50px rgba(89, 69, 42, .08);
  backdrop-filter: blur(14px);
}
.service-card { padding: 28px; transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 22px; border-radius: 18px; background: linear-gradient(135deg, #fff4ca, #d8ebd6); color: var(--sage-dark); font-size: 1.45rem; }

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; }
.image-panel { min-height: 520px; border-radius: 48px; background: linear-gradient(145deg, rgba(216,168,79,.2), rgba(159,184,155,.4)), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 700 900"><path fill="%23fff8e8" opacity=".55" d="M350 90c80 118 170 212 170 348 0 126-82 224-170 306-88-82-170-180-170-306 0-136 90-230 170-348Z"/><circle cx="350" cy="390" r="116" fill="%23fff9ee" opacity=".38"/></svg>') center/cover; box-shadow: var(--shadow); display: grid; place-items: center; }
.sunmark { width: 210px; height: 210px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.62); color: var(--sage-dark); font-family: "Playfair Display", Georgia, serif; font-size: 3rem; box-shadow: inset 0 0 0 1px rgba(255,255,255,.9); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { padding: 30px; }
.step span { color: var(--gold); font-weight: 900; letter-spacing: .12em; }
.contact { text-align: center; padding: 64px 24px; }
.contact-box { display: inline-flex; gap: 14px; flex-wrap: wrap; align-items: center; justify-content: center; margin: 18px 0 10px; padding: 16px 22px; border-radius: 999px; background: rgba(255,249,238,.82); font-weight: 800; color: var(--sage-dark); }
.fineprint { font-size: .88rem; }
.impressum h2 { max-width: 820px; }
.legal-card { margin-top: 28px; padding: 34px; }
.legal-card h1 { font-size: clamp(2.1rem, 4.8vw, 4rem); margin-bottom: 28px; }
.legal-card h2 { margin-top: 38px; font-size: clamp(1.55rem, 3vw, 2.35rem); }
.legal-card h3 { margin-top: 26px; font-size: 1.1rem; }
.legal-card h4 { margin: 22px 0 8px; font-size: 1rem; color: var(--ink); }
.legal-card h3:first-of-type { margin-top: 0; }
.legal-card p { max-width: 920px; }
.legal-card a { color: var(--sage-dark); font-weight: 800; }
.legal-card ul { margin: 10px 0 0; padding-left: 1.25rem; color: var(--muted); line-height: 1.75; }
.legal-card li { margin: 8px 0; }
.contact-page h1 { max-width: 820px; }
.contact-form { margin-top: 34px; padding: 34px; border: 1px solid rgba(255,255,255,.72); border-radius: 30px; background: rgba(255,255,255,.58); box-shadow: 0 18px 50px rgba(89, 69, 42, .08); backdrop-filter: blur(14px); display: grid; gap: 12px; max-width: 760px; }
.contact-form label { font-weight: 800; color: var(--ink); }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(117,107,96,.24); border-radius: 18px; padding: 14px 16px; font: inherit; color: var(--ink); background: rgba(255,249,238,.82); outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--sage-dark); box-shadow: 0 0 0 4px rgba(159,184,155,.18); }
.checkbox-row { display: flex; gap: 12px; align-items: flex-start; margin: 8px 0; font-weight: 500 !important; color: var(--muted) !important; }
.checkbox-row input { width: auto; margin-top: 6px; }
.checkbox-row a { color: var(--sage-dark); font-weight: 800; }
.contact-form button { border: 0; cursor: pointer; justify-self: start; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-result { width: min(760px, calc(100% - 32px)); margin: 8vh auto 0; }
footer { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 30px 0 46px; display: flex; justify-content: space-between; color: var(--muted); }
.footer-links { display: inline-flex; gap: 18px; flex-wrap: wrap; }

[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.8,.2,1); transition-delay: var(--delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes float { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(22px,-24px,0) scale(1.06); } }
@keyframes breathe { 0%,100% { transform: scale(1) rotate(-1deg); } 50% { transform: scale(1.035) rotate(1deg); } }
@keyframes pulse { 0%,100% { transform: scale(.9); opacity: .78; } 50% { transform: scale(1.12); opacity: 1; } }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; border-radius: 28px; }
  nav { display: none; }
  .hero, .split { grid-template-columns: 1fr; }
  .hero { gap: 28px; padding-top: 64px; }
  .hero-card, .image-panel { min-height: 390px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .section-pad { padding: 68px 0; }
  .cards { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.45rem, 13vw, 3.8rem); }
  footer { flex-direction: column; gap: 12px; }
  .legal-card, .contact-form { padding: 26px; }
}
