/* MainWeb Design: clearer content, accessible contact and responsive layouts. */
body { cursor: auto; }
main { position: relative; }
main > section { scroll-margin-top: 90px; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: 12px; left: 16px; padding: 14px 20px; background: var(--cream); color: var(--ink); z-index: 300; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
nav { background: rgba(253,250,245,.96); gap: 24px; }
.nav-links { gap: 24px; }
.nav-links a, .nav-cta, .btn-primary, .btn-ghost, .price-btn, .form-submit { font-size: .875rem; letter-spacing: .05em; }
.nav-logo { white-space: nowrap; }
.nav-cta, .burger { min-height: 44px; }
.burger { width: 44px; position: relative; }
#hero { height: auto; min-height: 660px; }
.hero-bg-fixed { position: absolute; inset: 0; height: 100%; }
.hero-skyline-wrap { height: auto; min-height: 660px; overflow: visible; }
.hero-overlay { position: relative; inset: auto; min-height: 660px; padding: 140px 28px 70px; background: radial-gradient(ellipse 85% 85% at 50% 45%, rgba(253,250,245,.97), rgba(253,250,245,.85) 55%, rgba(253,250,245,.5)); }
.hero-text-main { white-space: normal; font-size: clamp(2.4rem, 5.4vw, 4.9rem); max-width: 1050px; line-height: 1.13; }
.hero-overlay .hero-eyebrow { font-size: .875rem; white-space: normal; text-align: center; letter-spacing: .1em; }
.hero-title-top, .hero-title-bottom, .hero-actions-content, .hero-overlay .hero-eyebrow { opacity: 1; animation: none; }
.hero-description { max-width: 650px; font-size: 1.2rem; line-height: 1.7; margin: 25px auto 16px; text-wrap: balance; }
.hero-personal { font-size: 1rem; line-height: 1.65; }
.hero-actions-content { margin: 30px 0 22px; gap: 26px; flex-wrap: wrap; white-space: normal; }
.hero-assurance { text-align: center; font-size: .875rem; line-height: 1.7; }
.section-label, .about-label { font-size: .875rem; margin-bottom: 28px; letter-spacing: .1em; }
.services-intro, .service-desc, .about-body, .contact-text, .process-desc, .step-text { font-size: 1rem; font-weight: 400; }
.reveal { opacity: 1; transform: none; }
.case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.case-study { background: var(--cream); border: 1px solid var(--rule); min-width: 0; }
.case-image { display: block; aspect-ratio: 16/9; overflow: hidden; border-bottom: 1px solid var(--rule); }
.case-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .3s; }
.case-image:hover img { transform: scale(1.025); }
.case-copy { padding: 30px; }
.case-category { font-size: .875rem; color: var(--red); margin-bottom: 10px; }
.case-copy h3 { font-family: var(--ff-serif); font-size: 1.7rem; font-weight: 400; margin-bottom: 18px; }
.case-copy > p:not(.case-category) { font-size: 1rem; line-height: 1.75; margin-bottom: 16px; }
.text-link { display: inline-block; padding: 10px 0; font-weight: 600; color: var(--ink); text-underline-offset: 5px; }
.price-card { padding: 32px 26px; display: flex; flex-direction: column; min-width: 0; }
.price-label, .price-per { font-size: .875rem; letter-spacing: .03em; }
.price-per { opacity: 1; color: var(--ink-mid); line-height: 1.6; }
.price-card.featured .price-per { opacity: .85; }
.price-name { font-size: 1.15rem; }
.price-list { flex: 1; }
.price-list li { font-size: 1rem; font-weight: 400; opacity: 1; }
.price-card.featured .price-list li span { color: #f2b9a7; }
.price-btn { align-self: flex-start; }
.price-on-request { font-size: 2.15rem; line-height: 1.3; }
.pricing-note { font-size: 1rem; line-height: 1.75; max-width: 900px; margin-top: 28px; }
.about-grid, .contact-grid { gap: 64px; }
.about-label { color: #f2b9a7; }
.about-label::before { background: #f2b9a7; }
.about-title em, .about-body { color: #e0e6e6; }
.about-contact { color: var(--cream); display: inline-block; padding: 12px 0; font-weight: 500; text-underline-offset: 5px; }
.fi-label { font-size: .875rem; color: #ccd6d8; letter-spacing: .04em; }
.fi-val { font-size: 1rem; color: var(--cream); font-weight: 400; }
#ablauf { background: var(--cream); }
.steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; list-style: none; margin-top: 36px; }
.steps-grid li { border-top: 1px solid var(--rule); padding-top: 24px; }
.step-number { font-family: var(--ff-serif); color: var(--red); font-size: 2rem; }
.steps-grid h3 { font-size: 1.1rem; margin: 14px 0 12px; }
.steps-grid p { font-size: 1rem; line-height: 1.75; }
.contact-text { margin-bottom: 30px; }
.cd-label, .field label { font-size: .875rem; color: var(--ink-mid); letter-spacing: .03em; }
.cd-val { font-size: 1rem; text-underline-offset: 4px; overflow-wrap: anywhere; }
.field input, .field textarea, .field select { font-size: 1rem; font-weight: 400; min-height: 44px; }
.field select { appearance: auto; }
.field textarea { min-height: 140px; resize: vertical; }
.form-note, .form-status { padding: 20px 24px; font-size: .875rem; line-height: 1.7; }
.form-note a, .form-status a { color: var(--ink); text-underline-offset: 3px; }
.form-status:empty { display: none; }
.form-status[data-state="error"] { border-top: 3px solid var(--red); }
.form-status[data-state="success"] { border-top: 3px solid var(--ink); }
.form-submit:disabled { opacity: .7; cursor: wait; }
.footer-copy, .footer-links a { font-size: .875rem; color: #d3dcdd; letter-spacing: .03em; }
@media (max-width: 1100px) {
  nav, nav.scrolled { padding-left: 28px; padding-right: 28px; }
  section, .pricing { padding: 72px 28px; }
  .nav-links { gap: 18px; }
  .about-grid, .contact-grid { gap: 36px; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  #hero, .hero-skyline-wrap { height: auto; min-height: 0; }
  .hero-overlay { min-height: 0; padding: 125px 24px 55px; }
  .hero-text-main { max-width: 100%; }
  .hero-overlay .hero-eyebrow { font-size: .875rem; }
  .hero-overlay .hero-eyebrow::before, .hero-overlay .hero-eyebrow::after { display: none; }
  .hero-description { font-size: 1.1rem; }
  .hero-actions-content { padding: 0; }
  .case-grid { grid-template-columns: 1fr; }
  .mobile-menu { overflow-y: auto; padding: 76px 0 32px; justify-content: flex-start; }
  .mobile-menu a { font-size: 1.6rem; padding: 13px 0; }
  .mobile-menu .menu-cta { font-size: .875rem; margin-top: 24px; }
  .price-grid { margin-top: 30px; }
  .pricing { padding: 64px 24px; }
  footer { padding: 36px 24px; }
}
@media (max-width: 480px) {
  section { padding: 60px 24px; }
  .steps-grid { grid-template-columns: 1fr; }
  .hero-text-main { font-size: 2.35rem; }
  .hero-actions-content { flex-direction: column; align-items: stretch; width: 100%; }
  .hero-actions-content a { text-align: center; justify-content: center; }
  .btn-primary { padding: 16px 18px; }
  .case-copy { padding: 24px; }
  .frankfurt-card { padding: 24px; }
  .frankfurt-info { grid-template-columns: 1fr; }
  .field, .form-note, .form-status { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

nav:has(.burger.open) { z-index: 200; }

/* Restore the original moving Frankfurt backdrop and industry ticker. */
.price-nowrap { white-space: nowrap; display: inline-block; }
#hero .hero-overlay { padding-bottom: 110px; background: radial-gradient(ellipse 85% 70% at 50% 50%, rgba(253,250,245,.96) 0%, rgba(253,250,245,.78) 45%, rgba(230,180,100,.15) 100%); }
#hero .hero-skyline-wrap, #hero .hero-overlay { min-height: max(660px, 100svh); }
.strip-track { gap: 0; width: max-content; animation: ticker 50s linear infinite; }
.strip-group { display: flex; align-items: center; gap: 60px; padding-right: 60px; flex-shrink: 0; }
@media (max-width: 900px) {
  #hero .hero-overlay { padding-bottom: 100px; }
  #hero .hero-skyline-wrap, #hero .hero-overlay { min-height: max(640px, 100svh); }
}
@media (prefers-reduced-motion: reduce) { .strip-track { animation: none; } }
