/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   AURIMON DESIGN SYSTEM
   Fonts lokal gehostet (DSGVO-konform)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â•â•â•â•â•â•â•â•â•â•â• LOCAL FONTS â•â•â•â•â•â•â•â•â•â•â• */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/cormorant-garamond-latin-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/cormorant-garamond-latin-ext-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('/fonts/cormorant-garamond-latin-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('/fonts/cormorant-garamond-latin-ext-italic.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/outfit-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* â•â•â•â•â•â•â•â•â•â•â• RESET & VARIABLES â•â•â•â•â•â•â•â•â•â•â• */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --gold: #b89650;
  --gold-light: #d4b06a;
  --gold-pale: #f0e6d2;
  --gold-wash: rgba(184,150,80,0.07);
  --gold-text: #8a6d24; /* a11y: Gold-Text auf hellem Grund, >=4.5:1 */
  --ink: #1a1a1a;
  --ink-soft: #2d2d2d;
  --slate: #4a4a4a;
  --stone: #6e6e6e;
  --mist: #a3a3a3;
  --cloud: #e8e5e0;
  --pearl: #f5f3ef;
  --white: #fdfcfa;
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Outfit', -apple-system, 'Segoe UI', sans-serif;
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --nav-height: 76px;
}
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 4px); }
body {
  font-family: var(--sans); color: var(--slate); background: var(--white);
  line-height: 1.7; font-weight: 400; font-size: 15px;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* â•â•â•â•â•â•â•â•â•â•â• SKIP NAVIGATION â•â•â•â•â•â•â•â•â•â•â• */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  padding: 12px 24px; background: var(--gold); color: var(--ink);
  font-family: var(--sans); font-size: 0.85rem; font-weight: 600;
}
.skip-link:focus { left: 50%; transform: translateX(-50%); }

/* â•â•â•â•â•â•â•â•â•â•â• NAVIGATION â•â•â•â•â•â•â•â•â•â•â• */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(253,252,250,0.92); backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid rgba(184,150,80,0.12);
  transition: box-shadow 0.4s var(--ease), background 0.4s var(--ease);
}
.nav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.06); background: rgba(253,252,250,0.97); }
.nav-inner {
  max-width: 1200px; margin: 0 auto; height: var(--nav-height);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 48px);
}
.nav-brand {
  font-family: var(--serif); font-size: 1.75rem; font-weight: 600;
  color: var(--ink); letter-spacing: 0.02em;
}
.nav-brand span { color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-links a {
  padding: 12px 20px; font-size: 0.82rem; font-weight: 500;
  color: var(--stone); letter-spacing: 0.05em; text-transform: uppercase;
  transition: color 0.3s var(--ease); position: relative;
  min-height: 44px; display: inline-flex; align-items: center;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 8px; left: 20px; right: 20px;
  height: 1px; background: var(--gold); transform: scaleX(0);
  transform-origin: right; transition: transform 0.4s var(--ease-out);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-links .nav-cta {
  margin-left: 10px; padding: 12px 24px;
  background: var(--ink); color: var(--white) !important;
  border-radius: 2px; font-weight: 500;
  transition: background 0.3s var(--ease), transform 0.3s var(--ease);
}
.nav-links .nav-cta::after { display: none; }
.nav-links .nav-cta:hover { background: var(--gold); transform: translateY(-1px); }
.nav-login-btn {
  margin-left: 6px; padding: 10px 20px;
  display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid var(--gold); border-radius: 2px;
  color: var(--gold) !important; font-weight: 500;
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), transform 0.3s var(--ease);
}
.nav-login-btn::after { display: none; }
.nav-login-btn svg { width: 14px; height: 14px; flex-shrink: 0; }
.nav-login-btn:hover { background: var(--gold); color: var(--white) !important; transform: translateY(-1px); }
.burger { display: none; background: none; border: none; cursor: pointer; padding: 10px; width: 44px; height: 44px; position: relative; }
.burger span { position: absolute; left: 10px; width: 24px; height: 1.5px; background: var(--ink); transition: 0.3s var(--ease); }
.burger span:nth-child(1) { top: 14px; }
.burger span:nth-child(2) { top: 21px; }
.burger span:nth-child(3) { top: 28px; }

/* â•â•â•â•â•â•â•â•â•â•â• HERO â•â•â•â•â•â•â•â•â•â•â• */
.hero {
  margin-top: var(--nav-height); position: relative; width: 100%;
  height: clamp(460px, 70vh, 680px); overflow: hidden;
}
.hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.92) contrast(1.05);
  transition: transform 8s linear;
}
.hero:hover .hero-img { transform: scale(1.03); }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(18,18,24,0.88) 0%, rgba(18,18,24,0.66) 38%, rgba(18,18,24,0.22) 68%, rgba(184,150,80,0.06) 100%);
  display: flex; align-items: center;
}
.hero-content {
  max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); width: 100%;
}
.hero-tag {
  display: inline-block; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light);
  border: 1px solid rgba(212,176,106,0.4); padding: 6px 16px; border-radius: 1px;
  margin-bottom: 24px;
  opacity: 0; animation: fadeUp 0.8s var(--ease-out) 0.2s forwards;
}
.hero h1 {
  font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 500; color: #fff; line-height: 1.18; max-width: 620px;
  letter-spacing: -0.01em; text-shadow: 0 2px 18px rgba(0,0,0,0.45);
  opacity: 0; animation: fadeUp 0.8s var(--ease-out) 0.35s forwards;
}
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub {
  margin-top: 20px; font-size: 1rem; color: rgba(255,255,255,0.92);
  max-width: 480px; line-height: 1.75; font-weight: 400;
  text-shadow: 0 1px 12px rgba(0,0,0,0.5);
  opacity: 0; animation: fadeUp 0.8s var(--ease-out) 0.5s forwards;
}
.hero-btn {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 32px; padding: 14px 32px; min-height: 44px;
  background: var(--gold); color: var(--ink); font-size: 0.82rem;
  font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 2px; transition: all 0.35s var(--ease);
  opacity: 0; animation: fadeUp 0.8s var(--ease-out) 0.65s forwards;
}
.hero-btn:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(184,150,80,0.35); }
.hero-btn svg { width: 14px; height: 14px; transition: transform 0.3s var(--ease); }
.hero-btn:hover svg { transform: translateX(3px); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

/* â•â•â•â•â•â•â•â•â•â•â• SECTIONS â•â•â•â•â•â•â•â•â•â•â• */
.section { padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 48px); }
.container { max-width: 1200px; margin: 0 auto; }
.section-tag {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold-text); margin-bottom: 12px;
}
.section-title {
  font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 500; color: var(--ink); line-height: 1.2; letter-spacing: -0.01em;
}
.section-sub {
  margin-top: 14px; font-size: 0.95rem; color: var(--stone);
  max-width: 560px; line-height: 1.75;
}
.divider { width: 48px; height: 1px; background: var(--gold); margin: 20px 0; }

/* â•â•â•â•â•â•â•â•â•â•â• ABOUT â•â•â•â•â•â•â•â•â•â•â• */
.about { background: var(--white); }
.about-grid {
  display: grid; grid-template-columns: 240px 1fr; gap: clamp(32px, 5vw, 64px);
  align-items: start; margin-top: 48px;
}
.about-logo-wrap {
  position: relative; padding: 24px;
  background: var(--pearl); border: 1px solid var(--cloud);
  display: flex; align-items: center; justify-content: center;
}
.about-logo-wrap img { width: 100%; height: auto; }
.about-text p { font-size: 0.95rem; color: var(--slate); line-height: 1.8; margin-bottom: 16px; }
.about-text em { color: var(--gold-text); font-style: italic; font-family: var(--serif); font-size: 1.05em; }
.about-text strong { color: var(--ink); font-weight: 600; }
.about-highlight {
  margin-top: 24px; padding: 24px 28px;
  background: var(--gold-wash); border-left: 3px solid var(--gold);
  font-family: var(--serif); font-size: 1.1rem; color: var(--ink);
  line-height: 1.6; font-weight: 500; font-style: italic;
}

/* About-Teaser (Hub-Page) */
.about-teaser { background: var(--white); }
.about-teaser-grid {
  display: grid; grid-template-columns: 200px 1fr; gap: clamp(32px, 5vw, 56px);
  align-items: center; margin-top: 48px;
}
.about-teaser-text p { font-size: 0.95rem; color: var(--slate); line-height: 1.8; margin-bottom: 16px; }
.about-teaser-text strong { color: var(--ink); font-weight: 600; }

/* â•â•â•â•â•â•â•â•â•â•â• PORTRAIT (Ãœber uns) â•â•â•â•â•â•â•â•â•â•â• */
.portrait { background: var(--pearl); }
.portrait-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.portrait-img img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center 35%;
  border-radius: 14px;
  box-shadow:
    0 4px 6px -1px rgba(0,0,0,0.04),
    0 12px 24px -4px rgba(0,0,0,0.06),
    0 24px 48px -8px rgba(0,0,0,0.04);
}
.portrait-text h2 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.portrait-text h2 em { font-style: italic; color: var(--gold-text); }
.portrait-text p {
  font-size: 0.95rem;
  color: var(--slate);
  line-height: 1.8;
  margin-bottom: 16px;
}
.portrait-quote {
  margin-top: 28px;
  padding: 24px 28px;
  background: var(--gold-wash);
  border-left: 3px solid var(--gold);
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--ink);
  line-height: 1.65;
  font-weight: 500;
  font-style: italic;
}
.portrait-quote cite {
  display: block;
  margin-top: 12px;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  color: var(--stone);
  letter-spacing: 0.02em;
}

/* â•â•â•â•â•â•â•â•â•â•â• BENTO-BOX SERVICES â•â•â•â•â•â•â•â•â•â•â• */
.bento { background: #faf9f6; }
.bento-header { text-align: center; margin-bottom: clamp(40px, 5vw, 64px); }
.bento-header .divider { margin: 20px auto; }

.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 32px);
}

.bento-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  will-change: transform;
}

.bento-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.04),
    0 12px 24px -4px rgba(0, 0, 0, 0.06),
    0 24px 48px -8px rgba(0, 0, 0, 0.04);
}

/* Card image */
.bento-card-img {
  position: relative;
  margin: 0;
}
.bento-card-img picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

/* AI-generated image disclosure (UWG Â§5) */
.hero-figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.bento-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  transition: transform 0.6s var(--ease);
}

.bento-card:hover .bento-card-img img {
  transform: scale(1.03);
}

/* Card body â€“ massive whitespace */
.bento-card-body {
  padding: clamp(2rem, 3vw, 3rem);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bento-card-body h3 {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.bento-card-body p {
  font-size: 0.9rem;
  color: var(--stone);
  line-height: 1.8;
  flex: 1;
}

.bento-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-text);
  transition: color 0.3s var(--ease), gap 0.3s var(--ease);
  min-height: 44px;
}

.bento-link:hover { color: var(--ink); gap: 12px; }
.bento-link svg { width: 14px; height: 14px; flex-shrink: 0; }

/* â•â•â•â•â•â•â•â•â•â•â• CTA BANNER â•â•â•â•â•â•â•â•â•â•â• */
.cta-banner {
  background: var(--ink); padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 48px);
  text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; top: -50%; left: -20%; width: 140%; height: 200%;
  background: radial-gradient(ellipse, rgba(184,150,80,0.06) 0%, transparent 65%);
  pointer-events: none;
}
.cta-banner .container { position: relative; z-index: 1; }
.cta-banner h2 {
  font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500; color: #fff; max-width: 600px; margin: 0 auto 14px; line-height: 1.35;
}
.cta-banner p { color: rgba(255,255,255,0.55); max-width: 540px; margin: 0 auto 28px; font-size: 0.93rem; line-height: 1.75; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px; min-height: 44px; background: var(--gold); color: var(--ink);
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; border-radius: 2px; transition: all 0.35s var(--ease); border: none; cursor: pointer;
}
.btn:hover { background: var(--gold-light); transform: translateY(-2px); }

/* â•â•â•â•â•â•â•â•â•â•â• VALUE STRIP â•â•â•â•â•â•â•â•â•â•â• */
.value-strip { background: var(--white); }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.value-img { position: relative; overflow: hidden; border: 1px solid var(--cloud); }
.value-img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.value-text p { font-size: 0.95rem; color: var(--slate); line-height: 1.8; margin-bottom: 14px; }
.value-text strong { color: var(--ink); }

/* â•â•â•â•â•â•â•â•â•â•â• CONTACT â•â•â•â•â•â•â•â•â•â•â• */
.contact { background: var(--pearl); }
.contact-header { text-align: center; margin-bottom: 48px; }
.contact-header .divider { margin: 20px auto; }
.contact-header .section-sub { margin-left: auto; margin-right: auto; }
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(32px, 4vw, 56px); }
.contact-info h2 { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: var(--ink); margin-bottom: 28px; }
.ci { display: flex; gap: 14px; margin-bottom: 20px; }
.ci-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: var(--white); border: 1px solid var(--cloud);
  display: flex; align-items: center; justify-content: center;
}
.ci-icon svg { width: 18px; height: 18px; color: var(--gold); }
.ci-text { padding-top: 4px; }
.ci-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mist); margin-bottom: 2px; }
.ci-val { font-size: 0.93rem; color: var(--ink); font-weight: 500; }
.ci-val a { color: var(--ink); transition: color 0.2s; }
.ci-val a:hover { color: var(--gold-text); }
.contact-form-wrap { background: var(--white); border: 1px solid var(--cloud); padding: clamp(24px, 3vw, 40px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.fg { margin-bottom: 16px; }
.fg label { display: block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--stone); margin-bottom: 6px; }
.fg input, .fg textarea {
  width: 100%; padding: 14px 16px; min-height: 44px; border: 1px solid var(--cloud);
  background: var(--pearl); font-family: var(--sans); font-size: 0.9rem;
  color: var(--ink); transition: border 0.3s var(--ease), box-shadow 0.3s var(--ease);
  border-radius: 0; -webkit-appearance: none;
}
.fg input:focus, .fg textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,150,80,0.1); }
.fg input.invalid, .fg textarea.invalid { border-color: #c0392b; box-shadow: 0 0 0 3px rgba(192,57,43,0.1); }
.fg textarea { resize: vertical; min-height: 110px; }
.form-check { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 24px; }
.form-check input[type="checkbox"] { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; accent-color: var(--gold); cursor: pointer; }
.form-check label { font-size: 0.8rem; color: var(--stone); line-height: 1.55; }
.form-check label a { color: var(--gold-text); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
/* â•â•â•â•â•â•â•â•â•â•â• LEAD QUALIFICATION FORM â•â•â•â•â•â•â•â•â•â•â• */
.lead-block {
  border: none; padding: 0; margin: 0 0 32px;
}
.lead-block-label {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--sans); font-size: 0.88rem; font-weight: 500;
  color: var(--ink); margin-bottom: 16px; line-height: 1.4;
}
.lead-block-num {
  width: 28px; height: 28px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold); color: var(--white);
  font-size: 0.72rem; font-weight: 700; border-radius: 50%;
}
.pill-group {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  padding: 3px; border: 2px solid transparent; border-radius: 6px;
  transition: border-color 0.3s var(--ease);
}
.pill-group-invalid { border-color: #c0392b; }
.pill-option { cursor: pointer; }
.pill-option input { position: absolute; opacity: 0; pointer-events: none; }
.pill-face {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; padding: 20px 12px; min-height: 88px;
  background: var(--pearl); border: 1px solid var(--cloud);
  border-radius: 4px; text-align: center;
  transition: all 0.3s var(--ease);
}
.pill-face svg {
  width: 26px; height: 26px; color: var(--mist);
  transition: color 0.3s var(--ease);
}
.pill-text {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--stone);
  transition: color 0.3s var(--ease);
}
.pill-number {
  font-family: var(--serif); font-size: 1.5rem; font-weight: 600;
  color: var(--mist); line-height: 1;
  transition: color 0.3s var(--ease);
}
.pill-option:hover .pill-face {
  border-color: var(--gold-pale); background: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}
.pill-option:hover .pill-face svg,
.pill-option:hover .pill-number { color: var(--gold); }
.pill-option input:checked + .pill-face {
  background: var(--white); border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184,150,80,0.12), 0 4px 16px rgba(184,150,80,0.08);
  transform: translateY(-1px);
}
.pill-option input:checked + .pill-face svg { color: var(--gold); }
.pill-option input:checked + .pill-face .pill-number { color: var(--gold); }
.pill-option input:checked + .pill-face .pill-text { color: var(--ink); }
.pill-option input:focus-visible + .pill-face {
  outline: 2px solid var(--gold); outline-offset: 2px;
}
/* Floating label fields */
.fg-float { position: relative; margin-bottom: 16px; }
.fg-float input, .fg-float textarea {
  width: 100%; padding: 22px 16px 8px; min-height: 52px;
  border: 1px solid var(--cloud); background: var(--pearl);
  font-family: var(--sans); font-size: 0.9rem; color: var(--ink);
  border-radius: 0; -webkit-appearance: none;
  transition: border 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.fg-float textarea { resize: vertical; min-height: 90px; padding-top: 26px; }
.fg-float label {
  position: absolute; left: 16px; top: 16px;
  font-size: 0.85rem; color: var(--mist); font-weight: 400;
  pointer-events: none; transform-origin: left top;
  transition: transform 0.25s var(--ease), color 0.25s var(--ease), font-size 0.25s var(--ease);
}
.fg-float input:focus + label,
.fg-float input:not(:placeholder-shown) + label,
.fg-float textarea:focus + label,
.fg-float textarea:not(:placeholder-shown) + label {
  transform: translateY(-10px);
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold-text);
}
.fg-float input:focus, .fg-float textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184,150,80,0.1);
}
.fg-float input.invalid, .fg-float textarea.invalid {
  border-color: #c0392b; box-shadow: 0 0 0 3px rgba(192,57,43,0.1);
}
.lead-block-personal { margin-bottom: 24px; }

.form-submit {
  width: 100%; padding: 14px; min-height: 44px; background: var(--ink); color: var(--white);
  border: none; font-family: var(--sans); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; transition: background 0.3s var(--ease), transform 0.2s var(--ease);
}
.form-submit:hover { background: var(--gold); transform: translateY(-1px); }
.form-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.form-success {
  display: none; margin-top: 20px; padding: 16px 20px;
  background: rgba(184,150,80,0.08); border-left: 3px solid var(--gold);
  font-size: 0.9rem; color: var(--ink);
}

/* â•â•â•â•â•â•â•â•â•â•â• LEGAL PAGES â•â•â•â•â•â•â•â•â•â•â• */
.page-header {
  margin-top: var(--nav-height); background: var(--ink); padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 48px);
  position: relative; overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute; top: -50%; right: -20%; width: 80%; height: 200%;
  background: radial-gradient(ellipse, rgba(184,150,80,0.05) 0%, transparent 60%);
  pointer-events: none;
}
.page-header .container { position: relative; z-index: 1; }
.page-header .section-tag { color: var(--gold-light); }
.page-header h1 {
  font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500; color: #fff; line-height: 1.2; margin-top: 4px;
}
.page-header .divider { background: rgba(184,150,80,0.4); margin: 20px 0 12px; }
.page-header p { color: rgba(255,255,255,0.5); font-size: 0.9rem; }

.legal-content { background: var(--white); }
.legal-body { max-width: 800px; }
.legal-body h2 {
  font-family: var(--serif); font-size: 1.35rem; font-weight: 600;
  color: var(--ink); margin: 40px 0 12px; padding-top: 16px;
  border-top: 1px solid var(--cloud);
}
.legal-body h2:first-child { border-top: none; margin-top: 0; padding-top: 0; }
.legal-body h3 { font-size: 0.95rem; font-weight: 600; color: var(--ink); margin: 24px 0 8px; }
.legal-body p { font-size: 0.93rem; color: var(--slate); line-height: 1.8; margin-bottom: 12px; }
.legal-body ul { list-style: none; margin: 8px 0 16px; }
.legal-body ul li {
  font-size: 0.93rem; color: var(--slate); line-height: 1.8;
  padding-left: 20px; position: relative; margin-bottom: 4px;
}
.legal-body ul li::before {
  content: ''; position: absolute; left: 0; top: 0.65em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--gold);
}
.legal-body a { color: var(--gold-text); text-decoration: underline; text-underline-offset: 2px; }
.legal-body a:hover { color: var(--ink); }
.legal-body strong { color: var(--ink); font-weight: 600; }
.legal-note {
  margin-top: 32px; padding: 20px 24px;
  background: var(--gold-wash); border-left: 3px solid var(--gold);
  font-size: 0.88rem; color: var(--stone); line-height: 1.7;
}

/* â•â•â•â•â•â•â•â•â•â•â• REGION STRIP (Startseite) â•â•â•â•â•â•â•â•â•â•â• */
.region-strip { background: var(--white); border-top: 1px solid var(--cloud); }
.region-header { margin-bottom: clamp(32px, 4vw, 48px); }
.region-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 3vw, 48px);
}
.region-grid h3 {
  font-family: var(--sans); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--mist); margin-bottom: 14px;
}
.region-grid ul { list-style: none; }
.region-grid ul li {
  font-size: 0.9rem; color: var(--slate); line-height: 1.8;
  display: flex; align-items: center; gap: 8px;
}
.region-grid ul li a {
  color: var(--slate); transition: color 0.2s;
  text-decoration: underline; text-underline-offset: 3px;
  text-decoration-color: var(--cloud);
}
.region-grid ul li a:hover { color: var(--gold-text); text-decoration-color: var(--gold-text); }
.region-badge {
  font-size: 0.6rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--gold-text); background: var(--gold-wash);
  padding: 2px 8px; border-radius: 2px;
}

/* â•â•â•â•â•â•â•â•â•â•â• REGION LANDING PAGES â•â•â•â•â•â•â•â•â•â•â• */
.region-hero { padding: clamp(56px, 8vw, 100px) clamp(20px, 4vw, 48px); }
.region-hero h1 { max-width: 600px; }
.region-hero h1 em { font-style: italic; color: var(--gold-light); }
.region-hero p { max-width: 560px; }

.region-intro { background: var(--white); }
.region-intro-grid {
  display: grid; grid-template-columns: 1.5fr 1fr;
  gap: clamp(32px, 5vw, 64px); align-items: start;
}
.region-intro h2 {
  font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 500; color: var(--ink); line-height: 1.25; margin-bottom: 8px;
}
.region-intro p { font-size: 0.95rem; color: var(--slate); line-height: 1.8; margin-bottom: 14px; }

.region-facts {
  background: var(--pearl); border: 1px solid var(--cloud); padding: clamp(24px, 3vw, 36px);
}
.region-fact { padding: 16px 0; border-bottom: 1px solid var(--cloud); }
.region-fact:last-child { border-bottom: none; }
.region-fact:first-child { padding-top: 0; }
.region-fact-label {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--mist); margin-bottom: 4px;
}
.region-fact-val { font-size: 0.92rem; color: var(--ink); font-weight: 500; }
.region-fact-val a { color: var(--gold-text); }

/* â•â•â•â•â•â•â•â•â•â•â• BREADCRUMBS â•â•â•â•â•â•â•â•â•â•â• */
.breadcrumbs { max-width: 1200px; margin: 0 auto; padding: 12px clamp(20px, 4vw, 48px); font-size: 0.75rem; font-family: var(--sans); color: rgba(0,0,0,0.35); letter-spacing: 0.02em; }
.breadcrumbs a { color: rgba(0,0,0,0.4); text-decoration: none; transition: color 0.2s; }
.breadcrumbs a:hover { color: var(--gold-text); }
.breadcrumbs span[aria-hidden] { margin: 0 6px; color: rgba(0,0,0,0.2); }

/* â•â•â•â•â•â•â•â•â•â•â• FACTS GRID â•â•â•â•â•â•â•â•â•â•â• */
.facts { background: var(--pearl); }
.facts-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px;
}
.fact-card {
  background: var(--white); border-radius: 12px; padding: 28px 24px;
  border: 1px solid var(--cloud); text-align: center;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.fact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.fact-icon { margin-bottom: 12px; color: var(--gold); }
.fact-icon svg { display: inline-block; }
.fact-label {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--mist); font-weight: 500; margin-bottom: 4px;
}
.fact-value {
  font-family: var(--serif); font-size: 1.15rem; color: var(--ink); font-weight: 600;
}
@media (max-width: 900px) {
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .facts-grid { grid-template-columns: 1fr; }
}

/* â•â•â•â•â•â•â•â•â•â•â• FAQ â•â•â•â•â•â•â•â•â•â•â• */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--cloud); }
.faq-item summary {
  padding: 20px 0;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: color 0.2s;
}
.faq-item summary:hover { color: var(--gold-text); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 0.25s;
}
.faq-item[open] summary::after { content: 'âˆ’'; }
.faq-item p {
  padding: 0 0 20px;
  font-size: 0.93rem;
  line-height: 1.75;
  color: rgba(0,0,0,0.55);
  max-width: 680px;
}

/* â•â•â•â•â•â•â•â•â•â•â• CROSS-LINKS â•â•â•â•â•â•â•â•â•â•â• */
.region-crosslinks { border-top: 1px solid var(--cloud); padding: 24px 0; background: var(--white); }
.region-crosslinks p { font-size: 0.82rem; color: rgba(0,0,0,0.45); font-family: var(--sans); text-align: center; letter-spacing: 0.01em; }
.region-crosslinks a { color: var(--gold-text); text-decoration: none; font-weight: 500; transition: color 0.2s; }
.region-crosslinks a:hover { color: var(--ink); }

/* â•â•â•â•â•â•â•â•â•â•â• FOOTER â•â•â•â•â•â•â•â•â•â•â• */
.footer { background: var(--ink); color: rgba(255,255,255,0.5); padding: 56px clamp(20px, 4vw, 48px) 24px; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr; gap: 36px; }
.footer-brand-name { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: #fff; margin-bottom: 12px; }
.footer-brand-name span { color: var(--gold); }
.footer-brand p { font-size: 0.85rem; line-height: 1.65; }
.footer h4 { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 16px; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 8px; }
.footer ul li a { font-size: 0.88rem; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer ul li a:hover { color: var(--gold-light); }
.footer-addr { font-size: 0.88rem; line-height: 1.7; }
.footer-addr a { color: var(--gold-light); }
.footer-bottom {
  max-width: 1200px; margin: 40px auto 0; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem;
}
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-legal a:hover { color: var(--gold-light); }
.novasen-credit {
  font: 0.78rem/1 'Inter', sans-serif; color: rgba(255,255,255,0.55);
  text-decoration: none; transition: color 0.3s;
}
.novasen-credit:hover { color: rgba(255,255,255,0.5); }
.novasen-credit strong { font-family: 'DM Sans', sans-serif; }
.novasen-credit span { color: #0EA5E9; }

/* â•â•â•â•â•â•â•â•â•â•â• SCROLL REVEAL â•â•â•â•â•â•â•â•â•â•â• */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal.vis { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }

/* â•â•â•â•â•â•â•â•â•â•â• RESPONSIVE â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-logo-wrap { max-width: 200px; }
  .about-teaser-grid { grid-template-columns: 1fr; }
  .about-teaser-grid .about-logo-wrap { max-width: 160px; }
  .portrait-grid { grid-template-columns: 1fr; }
  .portrait-img { order: -1; max-width: 400px; }
  .bento-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .region-grid { grid-template-columns: 1fr 1fr; }
  .region-intro-grid { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links {
    display: none; position: absolute; top: var(--nav-height); left: 0; right: 0;
    background: var(--white); border-bottom: 1px solid var(--cloud);
    flex-direction: column; padding: 12px 0; box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  }
  .nav-links.open { display: flex; }
  .nav-links .nav-cta { margin: 8px 16px; text-align: center; display: block; }
  .nav-login-btn { margin: 4px 16px 8px; justify-content: center; display: flex; }
  .burger { display: block; }
  .hero { height: 400px; }
  .hero h1 { font-size: 1.8rem; }
  .hero-sub { font-size: 0.9rem; }
  .form-row { grid-template-columns: 1fr; }
  .pill-group { grid-template-columns: 1fr; }
  .region-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

/* â•â•â•â•â•â•â•â•â•â•â• FORM VALIDATION â•â•â•â•â•â•â•â•â•â•â• */
.form-error {
  color: #c0392b; font-size: 0.82rem; margin-top: 6px; font-weight: 500;
  animation: fadeIn 0.2s var(--ease);
}
.has-error input,
.has-error textarea { border-color: #c0392b !important; }
.form-server-msg {
  padding: 14px 18px; border-radius: 8px; font-size: 0.9rem; margin-bottom: 16px;
  background: #f0e6d2; color: var(--ink); border: 1px solid var(--gold);
}
.form-server-error {
  background: #fde8e8; color: #7f1d1d; border-color: #c0392b;
}
.legal-body table {
  width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 0.88rem;
}
.legal-body th, .legal-body td {
  padding: 10px 14px; border: 1px solid var(--cloud); text-align: left; vertical-align: top;
}
.legal-body th {
  background: var(--pearl); font-weight: 600; color: var(--ink); white-space: nowrap;
}
.legal-body td code {
  background: var(--pearl); padding: 2px 6px; border-radius: 4px; font-size: 0.82rem;
}
@media (max-width: 600px) {
  .legal-body table { font-size: 0.78rem; display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .legal-body th, .legal-body td { padding: 8px 10px; }
  .legal-body th { white-space: normal; }
}
.form-privacy-note {
  font-size: 0.82rem; color: var(--slate); line-height: 1.6;
  padding: 12px 16px; background: var(--pearl); border-radius: 8px;
  border: 1px solid var(--cloud); margin-bottom: 16px;
}
.form-privacy-note a { color: var(--gold-text); text-decoration: underline; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

/* â•â•â•â•â•â•â•â•â•â•â• VDIV-MITGLIEDSCHAFTS-SIEGEL im Hero â•â•â•â•â•â•â•â•â•â•â•
   Markenmanual vdivbb 1/2025: Originalfarben/-form unverÃ¤ndert.
   Position rechts unten im Hero, Trust-Signal Ã¼ber Hero-Overlay. */
.hero-vdiv-seal {
  position: absolute;
  right: clamp(20px, 4vw, 48px);
  bottom: clamp(20px, 4vw, 40px);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px 14px 18px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-radius: 4px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  text-decoration: none;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.hero-vdiv-seal:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.24), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}
.hero-vdiv-seal img {
  display: block;
  height: 56px;
  width: auto;
}
.hero-vdiv-label {
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.35;
  color: #002857;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .hero-vdiv-seal {
    right: 16px;
    bottom: 16px;
    padding: 8px 12px;
    gap: 10px;
  }
  .hero-vdiv-seal img { height: 40px; }
  .hero-vdiv-label { display: none; }
}
