:root {
  --black: #0a0b09;
  --black-soft: #10110e;
  --cream: #f2f0e8;
  --olive: #8b9d51;
  --olive-dark: #3d482a;
  --text: #161811;
  --muted: #7a786d;
  --line-light: rgba(255,255,255,.15);
  --line-dark: rgba(19,21,15,.13);
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }

.page-wrap { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-light { background: var(--cream); }
.section-dark { background: var(--black); color: #fff; }
.section-dark + .section-dark { padding-top: 0; border-top: 1px solid rgba(255,255,255,.08); }

.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: linear-gradient(90deg, var(--olive), #c9d79c); z-index: 1001; transition: width .12s linear; box-shadow: 0 0 12px rgba(139,157,81,.6); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,.08); transition: transform .45s cubic-bezier(.4,0,.2,1), box-shadow .35s ease; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(10,11,9,.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: background-color .35s ease; }
.site-header.is-scrolled { box-shadow: 0 14px 38px rgba(0,0,0,.32); }
.site-header.is-scrolled::before { background: rgba(8,9,7,.98); }
.site-header.is-hidden { transform: translateY(-100%); }
.nav-wrap { width: min(calc(100% - 64px), var(--max)); height: 78px; margin-inline: auto; display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 36px; transition: height .35s ease; }
.site-header.is-scrolled .nav-wrap { height: 64px; }
.brand img { width: 48px; height: 48px; object-fit: contain; transition: width .35s ease, height .35s ease; }
.site-header.is-scrolled .brand img { width: 38px; height: 38px; }
.main-nav { display: flex; justify-content: center; gap: clamp(26px, 4vw, 52px); }
.main-nav a { position: relative; display: inline-block; padding-bottom: 7px; color: #aaa99f; font-size: .82rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--olive); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { transform: scaleX(1); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 50px; padding: 0 26px; border: 0; border-radius: 999px; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, filter .2s ease, box-shadow .3s ease; }
.header-cta { background: var(--olive); color: #0a0b09; box-shadow: 0 10px 28px rgba(139,157,81,.23); }
.header-cta:hover, .button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(139,157,81,.38); }
.nav-toggle { display: none; align-items: center; justify-content: center; flex-direction: column; width: 44px; height: 44px; border: 0; padding: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.nav-toggle span + span { margin-top: 5px; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 720px; padding: 148px 0 102px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #0a0b09; }
.hero::before { content: ""; position: absolute; inset: -6% -6%; background: url("../assets/bilder/hero-maier-marketing.jpg") center/cover no-repeat; transform: translateY(var(--parallax, 0px)) scale(1.06); transition: transform .1s linear; will-change: transform; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,6,.97) 0%, rgba(7,8,6,.76) 49%, rgba(7,8,6,.35) 100%); }
.hero-inner { position: relative; z-index: 2; }
.hero-copy { max-width: 760px; }
.eyebrow, .kicker { color: var(--olive); font-size: .78rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { margin: 24px 0 22px; font-size: clamp(3.2rem, 5.6vw, 5.65rem); line-height: .98; letter-spacing: -.045em; }
.hero-text { max-width: 680px; color: #c7c5bc; font-size: 1.05rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.hero-trust { margin: 20px 0 0; color: #9a988d; font-size: .82rem; letter-spacing: .01em; }
.button-primary { background: var(--olive); color: #090a07; }
.button-link { color: #d8d5c8; font-size: .78rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.hero-wave { position: absolute; z-index: 3; inset: auto 0 -1px; height: 66px; }
.hero-wave svg { width: 100%; height: 100%; }
.hero-wave path { fill: var(--cream); }

.mood-strip { padding: 22px 0 8px; background: var(--cream); font-size: .96rem; }

.intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; margin-bottom: 58px; }
.section-heading h2, .about-copy h2, .process-copy h2, .contact-copy h2 { margin: 22px 0 0; font-size: clamp(2.5rem, 4.2vw, 4.5rem); line-height: 1.02; letter-spacing: -.045em; }
.handwritten { color: var(--olive-dark); font-family: "Segoe Print", "Bradley Hand", cursive; font-weight: 700; }
.visual-placeholder { min-height: 320px; margin: 0; display: grid; place-items: center; border: 1px dashed rgba(61,72,42,.35); border-radius: 24px; background: rgba(255,255,255,.35); overflow: hidden; }
.visual-placeholder img { width: 100%; height: 100%; max-height: 390px; object-fit: contain; object-position: center bottom; }

.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; }
.service { min-width: 0; transition: transform .35s ease; }
.service:hover { transform: translateY(-8px); }
.service-icon { width: 64px; height: 64px; margin-bottom: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--olive); box-shadow: 0 12px 22px rgba(82,95,47,.2); transition: transform .35s ease, box-shadow .35s ease; }
.service:hover .service-icon { transform: scale(1.08) rotate(-6deg); box-shadow: 0 16px 30px rgba(82,95,47,.32); }
.service h3 { margin-bottom: 12px; font-size: 1.15rem; line-height: 1.45; }
.service p { margin: 0; color: #8b867a; font-size: .95rem; }
.services-grid > .reveal:nth-child(2) { transition-delay: .07s; }
.services-grid > .reveal:nth-child(3) { transition-delay: .14s; }
.services-grid > .reveal:nth-child(4) { transition-delay: .21s; }
.services-grid > .reveal:nth-child(5) { transition-delay: .28s; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 56px; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; padding: 40px 32px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.03); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.pricing-card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.26); }
.pricing-card--featured { border-color: var(--olive); background: rgba(139,157,81,.08); box-shadow: 0 30px 60px rgba(0,0,0,.35); }
.pricing-card--featured:hover { border-color: var(--olive); }
.pricing-badge { position: absolute; top: -14px; left: 32px; padding: 6px 16px; border-radius: 999px; background: var(--olive); color: #0a0b09; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pricing-card h3 { margin-bottom: 10px; font-size: 1.5rem; }
.pricing-audience { margin-bottom: 16px; color: var(--olive); font-size: .82rem; font-weight: 600; }
.pricing-desc { margin: 0 0 26px; color: #aaa99f; font-size: .93rem; }
.pricing-features { flex-grow: 1; margin: 0 0 32px; padding: 0; list-style: none; }
.pricing-features li { position: relative; margin-bottom: 14px; padding-left: 26px; color: #d3d0c4; font-size: .88rem; line-height: 1.5; }
.pricing-features li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--olive); font-weight: 700; }
.pricing-cta { width: 100%; justify-content: center; margin-top: auto; }
.pricing-footnote { margin: 44px 0 0; color: #aaa99f; font-size: .92rem; text-align: center; }
.pricing-grid > .reveal:nth-child(2) { transition-delay: .1s; }
.pricing-grid > .reveal:nth-child(3) { transition-delay: .2s; }

.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 80px; align-items: center; }
.section-text { max-width: 720px; margin-top: 24px; color: #aaa99f; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 52px; }
.values-grid > div { padding-top: 22px; border-top: 1px solid var(--line-light); }
.values-grid h3 { margin-bottom: 12px; font-size: 1rem; }
.values-grid p { color: #aaa99f; font-size: .93rem; }
.about-image { min-height: 520px; margin: 0; overflow: hidden; border-radius: 28px; background: #171914; }
.about-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; animation: aboutImagePan 16s ease-in-out infinite alternate; }

@keyframes aboutImagePan {
  from { transform: scale(1.04) translate(0, 0); }
  to { transform: scale(1.12) translate(-1.8%, -1.2%); }
}

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
.project-card { position: relative; min-height: 430px; margin: 0; overflow: hidden; border-radius: 20px; background: #151711; color: #fff; transition: transform .4s ease, box-shadow .4s ease; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(7,8,6,.9)); }
.project-card:hover { transform: translateY(-8px); box-shadow: 0 26px 54px rgba(0,0,0,.4); }
.project-card:hover img { transform: scale(1.04); }
.project-card > div { position: absolute; z-index: 2; inset: auto 24px 22px; pointer-events: none; }
.project-card span { color: var(--olive); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.project-card h3 { margin: 7px 0 0; font-size: 1.45rem; }
.project-grid > .reveal:nth-child(2) { transition-delay: .1s; }
.project-grid > .reveal:nth-child(3) { transition-delay: .2s; }
.process-section { padding-bottom: 96px; }
.process-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; }
.process-list { margin-top: 44px; border-top: 1px solid var(--line-light); }
.process-list article { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line-light); transition: padding-left .3s ease; }
.process-list article:hover { padding-left: 10px; }
.process-list article > span { color: var(--olive); font-size: 1.25rem; font-weight: 700; transition: transform .3s ease; }
.process-list article:hover > span { transform: scale(1.12); }
.process-list h3 { margin-bottom: 8px; font-size: 1.05rem; }
.process-list p { margin: 0; color: #aaa99f; font-size: .94rem; }
.process-visual { position: relative; min-height: 560px; display: grid; place-items: center; border-radius: 28px; overflow: hidden; background: radial-gradient(circle at center, rgba(139,157,81,.17), transparent 60%), #11120f; }
.process-visual img { width: 100%; height: 100%; max-height: 560px; object-fit: contain; }

.faq-list { max-width: 860px; margin: 50px auto 0; border-top: 1px solid var(--line-dark); }
.faq-item { border-bottom: 1px solid var(--line-dark); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 2px; color: var(--text); font-size: 1.05rem; font-weight: 600; cursor: pointer; list-style: none; transition: color .2s ease; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--olive-dark); }
.faq-icon { position: relative; width: 22px; height: 22px; flex-shrink: 0; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 50%; left: 50%; background: var(--olive-dark); transform: translate(-50%, -50%); transition: transform .3s ease; }
.faq-icon::before { width: 14px; height: 2px; }
.faq-icon::after { width: 2px; height: 14px; }
.faq-item[open] .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item p { margin: 0; max-width: 720px; padding: 0 2px 26px; color: #55584e; font-size: .95rem; line-height: 1.6; }
.faq-list > .reveal:nth-child(2) { transition-delay: .05s; }
.faq-list > .reveal:nth-child(3) { transition-delay: .1s; }
.faq-list > .reveal:nth-child(4) { transition-delay: .15s; }
.faq-list > .reveal:nth-child(5) { transition-delay: .2s; }

.contact-section { border-top: 1px solid rgba(255,255,255,.08); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: start; }
.contact-quick-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.button-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }
.button-outline:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); }

.contact-list { margin: 32px 0 0; padding: 0; list-style: none; }
.contact-list li { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line-light); }
.contact-list li:last-child { border-bottom: 1px solid var(--line-light); }
.contact-list span:first-child { flex-shrink: 0; color: #bbb9ae; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.contact-list a, .contact-list strong { min-width: 0; text-align: right; font-size: .9rem; overflow-wrap: break-word; word-break: break-word; }
.contact-form-wrap { position: relative; padding-top: 84px; }
.contact-graphic { position: absolute; top: -34px; left: 50%; width: 108px; margin: 0; transform: translateX(-50%); pointer-events: none; filter: drop-shadow(0 16px 26px rgba(0,0,0,.35)); transition: transform .35s ease; }
.contact-graphic img { width: 100%; height: auto; max-height: 108px; object-fit: contain; }
.contact-form-wrap:hover .contact-graphic { transform: translateX(-50%) translateY(-4px); }
.contact-form { padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.03); }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 8px; color: #d2d0c5; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.19); border-radius: 6px; background: #191a16; color: #fff; padding: 15px; outline: none; }
.field input:focus, .field textarea:focus { border-color: var(--olive); box-shadow: 0 0 0 3px rgba(139,157,81,.12); }
.field textarea { resize: vertical; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.privacy-check { display: grid; grid-template-columns: 18px 1fr; gap: 10px; margin: 4px 0 22px; color: #aaa99f; font-size: .78rem; }
.privacy-check input { margin-top: 3px; accent-color: var(--olive); }
.privacy-check a { color: #fff; text-decoration: underline; }
.form-note { margin: 15px 0 0; color: #87867d; font-size: .76rem; }

.site-footer { padding: 38px 0 26px; border-top: 1px solid rgba(255,255,255,.08); background: #0a0b09; color: #fff; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; padding-bottom: 32px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 22px; height: 22px; object-fit: contain; }
.footer-note { margin: 0; color: #aaa99f; font-size: .8rem; }
.footer-note strong { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); color: #8e8d84; font-size: .78rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-bottom a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.status-page { min-height: 100vh; padding: 140px 0 80px; background: var(--black); color: #fff; }
.status-card { width: min(calc(100% - 40px), 720px); margin: 0 auto; padding: 48px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: #11120f; }
.status-card h1 { font-size: 2.5rem; }
.status-card p { color: #aaa99f; }

@media (max-width: 1300px) {
  .nav-wrap { display: flex; grid-template-columns: none; gap: 0; justify-content: space-between; align-items: center; height: 72px; }
  .nav-toggle { margin-left: auto; }
  .main-nav { position: fixed; inset: 72px 0 0; display: none; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 24px; padding: 38px 32px; background: rgba(10,11,9,.98); }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 1.25rem; }
  .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .main-nav a { padding: 10px 0; }
  .intro-grid, .about-grid, .process-grid, .contact-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .pricing-card--featured { order: -1; }
  .about-image { order: -1; }
  .process-visual { min-height: 460px; }
}

@media (max-width: 700px) {
  .page-wrap, .nav-wrap { width: min(calc(100% - 30px), var(--max)); }
  .section { padding: 68px 0; }
  .hero { min-height: 650px; padding: 126px 0 88px; }
  .hero h1 { font-size: clamp(2.85rem, 13vw, 4.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .mood-strip { padding-top: 16px; font-size: .8rem; }
  .intro-grid { gap: 36px; }
  .visual-placeholder { min-height: 260px; }
  .services-grid, .project-grid, .values-grid { grid-template-columns: 1fr; }
  .service { padding-bottom: 20px; border-bottom: 1px solid var(--line-dark); }
  .about-image, .about-image img { min-height: 390px; }
  .project-card { min-height: 380px; }
  .process-list article { grid-template-columns: 48px 1fr; }
  .process-visual { min-height: 360px; }
  .contact-list li { grid-template-columns: 1fr; gap: 5px; }
  .contact-list a, .contact-list strong { text-align: left; }
  .contact-form { padding: 24px 18px; }
  .contact-form-wrap { padding-top: 70px; }
  .contact-graphic { top: -28px; width: 88px; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; flex-direction: column; }
  .footer-bottom nav { gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Rechtliche Unterseiten */
.legal-page { min-height: 100vh; padding: 128px 0 80px; background: var(--cream); color: var(--text); }
.legal-shell { width: min(calc(100% - 40px), 920px); margin: 0 auto; }
.legal-back { display: inline-flex; margin-bottom: 34px; color: var(--olive-dark); font-weight: 700; }
.legal-card { padding: clamp(28px, 5vw, 64px); border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(25,28,18,.08); }
.legal-card h1 { margin-bottom: 10px; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1; letter-spacing: -.04em; }
.legal-card h2 { margin: 38px 0 12px; font-size: 1.35rem; }
.legal-card h3 { margin: 24px 0 8px; font-size: 1.05rem; }
.legal-card p, .legal-card li { color: #55584e; }
.legal-card ul, .legal-card ol { padding-left: 1.3rem; }
.legal-meta { margin-bottom: 34px; color: #77796f; }
.legal-card a { color: var(--olive-dark); text-decoration: underline; text-underline-offset: 3px; }
