/* ============================================
   UP STEUERBERATUNG · Patrick Unterweger
   Brand: Caribbean Night #126971 · Golden Sunset #ceaa66
   Design: Understated editorial — Baskerville + Avenir.
   Fonts lokal eingebunden (assets/fonts). Kommerziell:
   für den öffentlichen Einsatz ist eine Webfont-Lizenz nötig.
   ============================================ */

/* Baskerville (Headlines) */
@font-face {
  font-family: 'Baskerville';
  src: url('assets/fonts/Baskerville-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville';
  src: url('assets/fonts/Baskerville-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville';
  src: url('assets/fonts/Baskerville-SemiBold.woff2') format('woff2');
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville';
  src: url('assets/fonts/Baskerville-SemiBoldItalic.woff2') format('woff2');
  font-weight: 500 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville';
  src: url('assets/fonts/Baskerville-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Avenir (Body) */
@font-face {
  font-family: 'Avenir';
  src: url('assets/fonts/Avenir-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('assets/fonts/Avenir-Roman.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('assets/fonts/Avenir-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('assets/fonts/Avenir-MediumOblique.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('assets/fonts/Avenir-Heavy.woff2') format('woff2');
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --teal-900: #0a3f44;
  --teal-800: #0d5158;
  --teal-700: #126971;
  --teal-600: #1a7a83;
  --teal-300: #b9d6d8;
  --teal-100: #e8f0ef;

  --gold-700: #a8823c;
  --gold-600: #c6a25c;
  --gold-400: #d8bd86;
  --gold-100: #f1e8d6;

  --cream: #f7f4ed;
  --cream-2: #efeae0;
  --paper: #fcfbf7;

  --ink: #16201f;
  --ink-soft: #41504f;
  --muted: #6b7674;
  --line: rgba(18, 33, 32, 0.08);
  --line-strong: rgba(18, 33, 32, 0.14);

  --serif: 'Baskerville', 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Avenir', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --maxw: 1200px;
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-xl: 22px;

  --shadow-sm: 0 1px 2px rgba(16, 30, 32, 0.03), 0 2px 8px rgba(16, 30, 32, 0.035);
  --shadow-md: 0 12px 30px -20px rgba(16, 30, 32, 0.22);
  --shadow-lg: 0 34px 70px -34px rgba(10, 40, 44, 0.40);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 500; /* Avenir Medium – laut Kundenvorgabe (Aufbau Homepage.docx) */
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--gold-400); color: var(--teal-900); }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
}

/* ============ TYPOGRAPHY ============ */
h1, h2, h3, h4, h5 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--teal-900);
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0;
}
h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.1;
  text-wrap: balance;
}
h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.018em;
}
h3 { font-size: clamp(1.2rem, 1.7vw, 1.4rem); font-weight: 600; }
h4 { font-size: 1.12rem; font-weight: 600; }
h1 em, h2 em, h3 em {
  font-style: italic;
  font-weight: 500;
  color: var(--teal-600);
}
.h2-style {
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  color: var(--teal-900);
}
/* .script bleibt als Fallback erhalten, wird aber nicht mehr verwendet */
.script { font-style: italic; color: var(--gold-700); font-weight: 500; }

p { margin: 0 0 1em; }
p.lead {
  font-size: 1.2rem;
  color: var(--ink-soft);
  max-width: 540px;
  line-height: 1.6;
}
.on-dark { color: #fff; }
.on-dark em { color: var(--gold-400); }
.on-dark-sub { color: rgba(255,255,255,0.72); max-width: 600px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-700);
  font-weight: 600;
  margin-bottom: 26px;
}
.eyebrow-line {
  width: 28px;
  height: 1px;
  background: currentColor;
  display: inline-block;
  opacity: 0.7;
}
.eyebrow-light { color: var(--gold-400); }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: var(--r-sm);
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .35s var(--ease), background .25s ease, color .25s ease, border-color .25s ease;
  white-space: nowrap;
}
.btn-lg { padding: 18px 34px; font-size: 0.98rem; }
.btn-primary { background: var(--teal-700); color: #fff; }
.btn-primary:hover { background: var(--teal-900); transform: translateY(-2px); }
.btn-gold { background: var(--gold-600); color: var(--teal-900); }
.btn-gold:hover { background: var(--gold-700); color: #fff; transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--teal-700);
  border-color: var(--line-strong);
}
.btn-ghost:hover { border-color: var(--teal-700); background: var(--teal-100); }
.btn-ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.35);
}
.btn-ghost-light:hover { background: rgba(255,255,255,0.08); border-color: #fff; }

/* ============ HEADER ============ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(252, 251, 247, 0.72);
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease;
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  background: rgba(252, 251, 247, 0.94);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  gap: 28px;
}
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img {
  height: 94px;
  width: auto;
  max-width: none;
  display: block;
  margin: -16px 0;
}
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin-left: auto;
}
.nav a {
  position: relative;
  padding: 6px 0;
  font-weight: 500;
  transition: color .2s;
}
.nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  height: 1px; width: 0;
  background: var(--gold-600);
  transition: width .3s var(--ease);
}
.nav a:hover { color: var(--teal-700); }
.nav a:hover::after { width: 100%; }

/* BMD als dezenter Outline-Pill in der Nav
   Selektor .nav .nav-bmd, damit er die Spezifität von .nav a (padding: 6px 0) schlägt */
.nav .nav-bmd {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 9px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: none;
  color: var(--gold-700);
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
  font-family: inherit;
  white-space: nowrap;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.nav .nav-bmd::after { display: none; }
.nav .nav-bmd:hover { background: var(--gold-600); border-color: var(--gold-600); color: var(--teal-900); }

.mobile-bmd-trigger {
  padding: 12px 0;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

/* ============ BMD AUSWAHL MODAL ============ */
.bmd-modal[hidden] { display: none; }
.bmd-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.bmd-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 63, 68, 0.55);
  backdrop-filter: blur(2px);
}
.bmd-modal-panel {
  position: relative;
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: 40px;
  max-width: 720px;
  width: 100%;
  box-shadow: 0 30px 80px rgba(10, 63, 68, 0.35);
}
.bmd-modal-panel h2 {
  text-align: center;
  margin: 0 0 28px;
}
.bmd-modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  border: none;
  background: none;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
}
.bmd-modal-close:hover { color: var(--ink); }
.bmd-modal-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.bmd-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 40px 20px;
  min-height: 180px;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-md);
  color: var(--ink);
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.bmd-card:hover {
  border-color: var(--gold-600);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(10, 63, 68, 0.14);
}
.bmd-card-title {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--teal-800);
}
.bmd-card-desc {
  color: var(--muted);
  font-size: 0.92rem;
}
body.bmd-modal-open { overflow: hidden; }

@media (max-width: 640px) {
  .bmd-modal-cards { grid-template-columns: 1fr; }
}

.header-cta { padding: 11px 20px; font-size: 0.85rem; margin-left: 6px; }
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 36px; height: 36px;
  border: none; background: none; cursor: pointer;
  padding: 0; align-items: center; justify-content: center;
  margin-left: auto;
}
.burger span {
  width: 24px; height: 2px;
  background: var(--teal-800);
  transition: transform .3s ease, opacity .2s;
  border-radius: 2px;
}
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 20px 32px 32px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  font-size: 1.02rem;
}
.mobile-menu a { padding: 12px 0; color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-menu a:last-child { border-bottom: none; margin-top: 14px; }
.mobile-menu .btn { justify-content: center; }
.mobile-menu.open { display: flex; }

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 190px 0 110px;
  background:
    linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
}
.hero::after {
  /* hauchdünne Trennlinie statt Glow */
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--line);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 72px;
  align-items: center;
}
.hero-copy { min-width: 0; }
.hero-copy h1 { margin: 0 0 30px; }

/* ---- Hero Entrance: gestaffeltes, ruhiges Einblenden ---- */
@keyframes heroRise {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroReveal {
  from { opacity: 0; transform: translateY(28px) scale(0.985); clip-path: inset(10% 0 0 0); }
  to   { opacity: 1; transform: translateY(0) scale(1); clip-path: inset(0 0 0 0); }
}
@keyframes heroFrame {
  from { opacity: 0; transform: translate(18px, 18px); }
  to   { opacity: 0.5; transform: translate(0, 0); }
}
.hero-copy > * { animation: heroRise .9s var(--ease) both; }
.hero-copy h1        { animation-delay: .05s; }
.hero-copy .lead     { animation-delay: .18s; }
.hero-copy .hero-ctas{ animation-delay: .30s; }
.hero-copy .hero-bullets { animation-delay: .42s; }
.hero-frame img { animation: heroReveal 1.1s var(--ease) .15s both; }
.hero-badge { animation: heroRise .8s var(--ease) .8s both; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 4px; }
.hero-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
  margin-top: 44px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
  font-size: 0.93rem;
  color: var(--ink-soft);
}
.hero-bullets li { display: inline-flex; align-items: center; gap: 11px; }
.hero-bullets svg { width: 17px; height: 17px; color: var(--gold-700); flex-shrink: 0; }

.hero-visual { position: relative; }
.hero-frame { position: relative; }
.hero-img-flip { transform: scaleX(-1); }
.hero-frame img {
  width: 100%;
  height: auto;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 2;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center top;
}
.hero-badge {
  position: absolute;
  left: -28px; bottom: 34px;
  background: #fff;
  padding: 16px 22px;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: 1px solid var(--line);
}
.hero-badge strong {
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--teal-900);
  font-weight: 600;
}
.hero-badge span { font-size: 0.76rem; color: var(--muted); letter-spacing: 0.03em; }

/* ============ SECTIONS GENERIC ============ */
.section { padding: 104px 0; position: relative; }
.section-light { background: var(--paper); }
.section-cream { background: var(--cream); }
.section-dark { background: var(--teal-900); color: #fff; position: relative; }
.section-dark > .container { position: relative; z-index: 2; }

.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head-sub { margin-top: 120px; }
.section-sub {
  font-size: 1.1rem;
  color: var(--ink-soft);
  margin-top: 22px;
  line-height: 1.6;
}
.section-dark .section-sub { color: rgba(255,255,255,0.72); }

/* ============ CHALLENGES ============ */
.challenges-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-bottom: 0;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
}
.challenges-grid-6 { grid-template-columns: repeat(3, 1fr); }
.challenge-card {
  background: var(--paper);
  padding: 32px 30px 36px;
  position: relative;
  transition: background .3s ease;
}
.challenge-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 2px;
  background: var(--gold-600);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
}
.challenge-card:hover { background: #fff; }
.challenge-card:hover::before { transform: scaleX(1); }
.card-num {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold-700);
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  font-feature-settings: "tnum";
}
.challenge-card h3 {
  margin-bottom: 0;
  line-height: 1.3;
  color: var(--teal-900);
  font-size: clamp(1.08rem, 1.4vw, 1.22rem);
  transition: color .3s ease;
}
.challenge-card:hover h3 { color: var(--teal-700); }
.challenge-card p { color: var(--ink-soft); margin: 0; font-size: 0.97rem; }

.callout {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 2px solid var(--gold-600);
  padding: 34px 40px;
  border-radius: var(--r-md);
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 900px;
  margin: 48px auto 0;
}
.callout strong { color: var(--teal-900); font-weight: 600; }

/* ============ SOLUTION / ANSATZ ============ */
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.solution-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-md);
  padding: 30px 28px 28px;
  transition: background .35s ease, border-color .35s ease;
}
.solution-card:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(206,170,102,0.35);
}
.solution-art {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 88px;
  margin: 0 0 22px;
  overflow: hidden;
}
.solution-art svg { display: block; width: auto; height: 100%; }
.solution-card h3 { color: #fff; margin-bottom: 10px; font-size: clamp(1.12rem, 1.4vw, 1.28rem); }
.solution-card p { color: rgba(255,255,255,0.68); margin: 0; font-size: 0.95rem; }

/* Bento layout: 1 feature + 2 wide + 3 small, on a regular 6-col grid */
.solution-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
.solution-card--feature {
  grid-column: span 3;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
}
.solution-card--wide { grid-column: span 3; }
.solution-card--sm { grid-column: span 2; }

/* Feature-Card: Bild füllt den verbleibenden Platz */
.solution-feature-media {
  flex: 1;
  margin-top: 24px;
  min-height: 200px;
  border-radius: var(--r-sm);
  overflow: hidden;
}
.solution-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.solution-portrait {
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: none;
}
.solution-portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: var(--r-md);
  min-height: 280px;
}
.solution-portrait:hover { transform: translateY(-3px); background: transparent; }

/* Bild-Banner + Abschluss-Statement im Ansatz */
.solution-banner {
  margin-top: 56px;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.solution-banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  object-position: center 35%;
}
.solution-statement {
  margin: 44px auto 0;
  max-width: 780px;
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.35rem, 2.4vw, 1.95rem);
  line-height: 1.3;
  color: #fff;
}

/* ============ LEISTUNGEN — Sticky Layout ============ */
.leistungen-layout {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 70px;
  align-items: start;
}
.leistungen-aside { position: sticky; top: 116px; align-self: start; }
.leistungen-aside h2 { margin: 16px 0 22px; text-align: left; font-size: clamp(1.9rem, 2.6vw, 2.4rem); line-height: 1.12; }
.leistungen-aside .section-sub { text-align: left; margin: 0 0 36px; font-size: 1.02rem; }
.leistungen-image { position: relative; border-radius: var(--r-lg); overflow: hidden; margin-bottom: 30px; }
.leistungen-image img {
  width: 100%;
  height: auto;
  border-radius: var(--r-lg);
  aspect-ratio: 5/6;
  object-fit: cover;
  object-position: center top;
  box-shadow: var(--shadow-md);
}
.leistungen-cta { margin-top: 4px; }

.leistungen-list { display: flex; flex-direction: column; gap: 14px; }
.leistung {
  background: #fff;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: box-shadow .35s ease, border-color .35s ease;
  display: grid;
  grid-template-columns: 196px 1fr;
  align-items: stretch;
}
.leistung:hover {
  box-shadow: var(--shadow-sm);
  border-color: var(--line-strong);
}
.leistung-visual {
  background: linear-gradient(135deg, var(--cream) 0%, var(--teal-100) 100%);
  padding: 0;
  display: block;
  overflow: hidden;
  border-right: 1px solid var(--line);
  min-height: 100%;
}
.leistung-visual svg { display: block; width: 100%; height: 100%; }
.leistung-content { padding: 24px 28px 24px; position: relative; }
.leistung-num {
  position: absolute;
  top: 24px; right: 28px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.74rem;
  color: var(--gold-700);
  letter-spacing: 0.16em;
}
.leistung h3 { font-size: clamp(1.12rem, 1.5vw, 1.3rem); margin-bottom: 6px; color: var(--teal-900); padding-right: 44px; }
.leistung > .leistung-content > p { color: var(--ink-soft); margin-bottom: 14px; font-size: 0.92rem; line-height: 1.5; }
.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 28px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.service-list li { font-size: 0.9rem; }
.service-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.4;
}
.service-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.55em;
  width: 13px; height: 1.5px;
  background: var(--gold-600);
}

/* ============ ABOUT / WAS UNS BESONDERS MACHT ============ */
.section-about { padding: 112px 0; }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 90px; align-items: center; }
.about-visual { position: relative; }
.about-visual img {
  width: 100%;
  height: auto;
  border-radius: var(--r-lg);
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: left top;
  box-shadow: var(--shadow-md);
}
.about-copy h2 { margin: 16px 0 26px; }
.about-copy p { color: var(--ink-soft); font-size: 1.05rem; }
.about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 6px 0 26px;
}
.about-points li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper, #fcfbf7);
  color: var(--teal-900);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1;
}
.about-points li::before {
  content: '';
  flex: none;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold-600);
}
.about-meta { margin-top: 30px; display: grid; gap: 14px; border-top: 1px solid var(--line); padding-top: 26px; }
.about-meta li { display: grid; grid-template-columns: 130px 1fr; gap: 16px; align-items: baseline; }
.about-meta span { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold-700); font-weight: 600; }
.about-meta strong { font-family: var(--serif); font-size: 1.1rem; color: var(--teal-900); font-weight: 500; }

/* ============ STEPS / WEG ============ */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-top: 30px;
  position: relative;
  padding-top: 30px;
}
.steps::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: var(--line-strong);
}
.step {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.step::before {
  content: '';
  position: absolute;
  top: -30px; left: 0;
  width: 38px; height: 2px;
  background: var(--gold-600);
}
.step-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 2.6rem;
  color: var(--gold-600);
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 500;
}
.step h3 { margin-bottom: 10px; color: var(--teal-900); }
.step p { color: var(--ink-soft); margin: 0; flex: 1; font-size: 0.96rem; }
.step-link {
  margin-top: 20px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-700);
  transition: gap .3s var(--ease), color .3s ease;
}
.step-link span { transition: transform .3s var(--ease); }
.step-link:hover { color: var(--gold-700); gap: 12px; }

.weg-cta { margin-top: 70px; text-align: center; }
.weg-cta h3 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin-bottom: 28px; color: var(--teal-900); }

/* ============ BEWERTUNGEN (Platzhalter) ============ */
.reviews-placeholder {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 60px 44px;
  box-shadow: var(--shadow-sm);
}
.reviews-stars { font-size: 1.7rem; color: var(--gold-600); letter-spacing: 0.22em; margin-bottom: 18px; }
.reviews-placeholder p { color: var(--muted); margin: 0; }

/* ============ FAQ ============ */
.faq-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.faq-item[open] { border-color: var(--gold-600); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 32px;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--teal-900);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '';
  width: 12px; height: 12px;
  flex-shrink: 0;
  background:
    linear-gradient(var(--gold-700), var(--gold-700)) center/12px 1.5px no-repeat,
    linear-gradient(var(--gold-700), var(--gold-700)) center/1.5px 12px no-repeat;
  transition: transform .3s var(--ease);
}
.faq-item[open] summary::after { transform: rotate(135deg); }
.faq-answer { padding: 0 32px 28px; color: var(--ink-soft); }
.faq-answer p { margin: 0; }
.faq-audience { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 44px; margin-top: 4px; }
.faq-audience-group h4 { color: var(--teal-900); margin-bottom: 12px; }
.faq-audience-group ul { display: flex; flex-direction: column; gap: 7px; }
.faq-audience-group li {
  position: relative;
  padding-left: 20px;
  font-size: 0.93rem;
  color: var(--ink-soft);
  line-height: 1.4;
}
.faq-audience-group li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.6em;
  width: 10px; height: 1.5px;
  background: var(--gold-600);
}

/* ============ KONTAKT / CTA ============ */
.section-cta { padding: 112px 0; }
.cta-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 80px; align-items: center; }
.cta-copy h2 { margin: 16px 0 22px; }
.contact-list {
  display: grid;
  gap: 18px;
  margin: 38px 0;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.16);
  border-bottom: 1px solid rgba(255,255,255,0.16);
}
.contact-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: baseline;
  font-size: 1.02rem;
  color: rgba(255,255,255,0.85);
}
.contact-label { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold-400); }
.contact-list a:hover { color: var(--gold-400); }
.cta-visual img {
  width: 100%;
  height: auto;
  border-radius: var(--r-lg);
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center top;
  box-shadow: var(--shadow-lg);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
}
.contact-form-row { display: flex; flex-direction: column; gap: 8px; }
.contact-form label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold-400);
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--r-sm);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.96rem;
  resize: vertical;
  transition: border-color .25s ease, background .25s ease;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255,255,255,0.4); }
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold-600);
  background: rgba(255,255,255,0.09);
}
.contact-form-consent {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-top: 4px;
}
.contact-form-consent input[type="checkbox"] {
  margin-top: 3px;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  accent-color: var(--gold-600);
}
.contact-form-consent label {
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.86rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.5;
}
.contact-form-consent label a { color: var(--gold-400); }
.contact-form-consent label a:hover { text-decoration: underline; }
.contact-form-submit { align-self: flex-start; margin-top: 6px; }
.contact-form-note {
  margin: 0;
  font-size: 0.86rem;
  color: rgba(255,255,255,0.72);
}
.contact-form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* ============ FOOTER ============ */
.site-footer { background: var(--teal-900); color: rgba(255,255,255,0.68); padding: 90px 0 0; font-size: 0.92rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 64px; }
.footer-logo { height: 150px; width: auto; margin-bottom: 8px; display: block; }
.footer-tag { font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: rgba(255,255,255,0.85); max-width: 280px; }
.site-footer h3 {
  color: var(--gold-400);
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 600;
}
.site-footer p { color: rgba(255,255,255,0.68); line-height: 1.8; }
.site-footer ul li { padding: 5px 0; }
.site-footer a { transition: color .2s; }
.site-footer a:hover { color: var(--gold-400); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.10); padding: 26px 0; font-size: 0.82rem; }
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; color: rgba(255,255,255,0.6); }

/* ============ REVEAL ANIMATION ============ */
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
  .nav, .header-cta { display: none; }
  .burger { display: flex; }
  .header-inner { height: 72px; }
  .brand img { height: 80px; margin: -12px 0; }
  .hero { padding: 150px 0 90px; }
  .hero-grid { display: block; }
  .hero-copy { max-width: 100%; }
  .hero-visual { max-width: 460px; margin: 56px auto 0; width: 100%; }
  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-visual { max-width: 440px; }
  .cta-grid { grid-template-columns: 1fr; gap: 50px; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; }
  .solution-card--feature,
  .solution-card--wide,
  .solution-card--sm { grid-column: span 1; grid-row: auto; }
  .challenges-grid-6 { grid-template-columns: repeat(2, 1fr); }
  .leistungen-layout { grid-template-columns: 1fr; gap: 56px; }
  .leistungen-aside { position: relative; top: auto; max-width: 560px; }
  .leistungen-image img { aspect-ratio: 16/10; }
  .solution-banner img { aspect-ratio: 16/9; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-logo { height: 120px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .section { padding: 84px 0; }
  .container { padding: 0 22px; }
  .hero { padding: 128px 0 64px; }
  .brand img { height: 66px; margin: -8px 0; }
  h1 { font-size: 2rem; line-height: 1.1; }
  .hero-bullets { grid-template-columns: 1fr; }
  .challenges-grid, .challenges-grid-6 { grid-template-columns: 1fr; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-bento { grid-template-columns: 1fr; }
  .solution-portrait img { min-height: 240px; }
  .service-list { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 0; padding-top: 0; margin-top: 24px; }
  .steps::before { display: none; }
  .step { padding: 26px 0 30px; border-top: 1px solid var(--line); }
  .step:first-child { border-top: none; padding-top: 0; }
  .step::before { top: 0; }
  .step:first-child::before { display: none; }
  .about-points { grid-template-columns: 1fr; }
  .faq-audience { grid-template-columns: 1fr; }
  .faq-item summary { padding: 22px 24px; font-size: 1.06rem; }
  .faq-answer { padding: 0 24px 24px; }
  .leistung { grid-template-columns: 1fr; }
  .leistung-visual { aspect-ratio: 16 / 7; min-height: 0; border-right: none; border-bottom: 1px solid var(--line); }
  .leistung-content { padding: 26px 26px 28px; }
  .about-meta li, .contact-list li { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-badge { left: 14px; bottom: 14px; padding: 13px 18px; }
  .hero-badge strong { font-size: 1rem; }
  .section-head { margin-bottom: 52px; }
  .section-head-sub { margin-top: 80px; }
  .solution-statement { font-size: 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-copy > *, .hero-frame img, .hero-badge { animation: none !important; }
  * { scroll-behavior: auto !important; }
}
