/* Lokale Demo: Schriften vom System, Fotos aus assets/images, keine Bibliotheken. */
:root {
  --navy: #142e3b;
  --navy-light: #203f4e;
  --orange: #ff985b;
  --orange-light: #ffb382;
  --ink: #18313d;
  --muted: #5f6d74;
  --line: #dce2e4;
  --surface: #f3f6f7;
  --white: #fff;
  --container: 1180px;
}
* { box-sizing: border-box; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #ad490e; outline-offset: 5px; }
.hero a:focus-visible { outline-color: var(--orange); }
::selection { color: var(--navy); background: var(--orange-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
h1, h2 { letter-spacing: -.045em; }
h2 { margin-bottom: 24px; font-size: clamp(2.15rem, 4vw, 3.4rem); font-weight: 650; }
h3 { font-size: 1.35rem; font-weight: 650; }
.container { width: min(var(--container), calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 16px; z-index: 100; padding: 12px 20px; color: var(--navy); background: var(--orange); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.demo-banner { padding: 7px 20px; text-align: center; color: #53636b; background: #eef2f4; font-size: .8rem; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 94px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; padding-bottom: 5px; border-radius: 10px; background: var(--orange); color: var(--navy); font-size: 2.4rem; font-weight: 750; line-height: 1; letter-spacing: -.08em; }
.brand-name { font-weight: 800; font-size: 1.65rem; line-height: 1.05; letter-spacing: .08em; }
.brand-name > span { display: block; margin-top: 5px; font-size: .65rem; letter-spacing: .19em; }
.navigation { display: flex; align-items: center; gap: 32px; font-size: .9rem; font-weight: 600; }
.navigation > a:not(.button) { padding-block: 10px; border-bottom: 2px solid transparent; }
.navigation > a:not(.button):hover, .navigation > a[aria-current]:not(.button) { border-color: #c05b21; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 54px; padding: 15px 24px; border: 1px solid transparent; border-radius: 5px; color: var(--navy); background: var(--orange); font-size: .95rem; font-weight: 700; transition: background .2s, transform .2s; }
.button:focus-visible { background: var(--orange-light); }
.button > span { display: inline-block; transition: transform .2s ease; }
.button:focus-visible > span { transform: translate(2px, -2px); }
.button:active { transform: translateY(1px); }
.button-small { min-height: 46px; padding: 10px 19px; font-size: .875rem; }
.button span, .text-link span { font-size: 1.25rem; }
.menu-toggle { display: none; }
.hero { color: var(--white); background: var(--navy); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 75px; padding-top: 84px; padding-bottom: 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.hero .eyebrow { color: #cfdae0; font-size: .73rem; letter-spacing: .065em; }
.short-line { width: 24px; height: 2px; background: var(--orange); flex-shrink: 0; }
h1 { font-size: clamp(3.6rem, 5.6vw, 5.2rem); font-weight: 650; line-height: 1.04; margin-bottom: 26px; }
h1 > span { color: var(--orange); }
.hero-description { max-width: 440px; color: #c4d1d8; font-size: 1.07rem; line-height: 1.8; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: .9rem; font-weight: 650; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.light-link { color: #e1e8ec; }
.hero-note { margin: 23px 0 0; color: #b1c1c9; font-size: .8rem; }
.hero-panel { position: relative; padding: 31px 36px 37px; color: var(--navy); background: #e2eaed; border-radius: 6px 6px 80px 6px; transform: rotate(2deg); }
.panel-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 20px; border-bottom: 1px solid #b8c8cf; font-size: .65rem; font-weight: 750; letter-spacing: .13em; }
.panel-top > span:last-child { font-size: 1.5rem; }
.panel-words { display: flex; flex-direction: column; padding-block: 37px; font-size: clamp(2.5rem, 4.2vw, 3.7rem); line-height: 1.16; font-weight: 650; letter-spacing: -.055em; }
.panel-words span:last-child { color: #617681; }
.panel-bottom { display: flex; align-items: center; gap: 18px; border-top: 1px solid #b8c8cf; padding-top: 25px; }
.panel-symbol { font-size: 3.5rem; font-weight: 800; line-height: 1; letter-spacing: -.08em; }
.panel-bottom p { margin: 0; font-size: .85rem; }
.region-label { position: absolute; right: -16px; bottom: -23px; display: flex; align-items: center; gap: 10px; padding: 15px 21px; border-radius: 4px; color: var(--navy); background: var(--orange); font-size: .8rem; font-weight: 650; transform: rotate(-2deg); }
.region-label > span { font-size: 1.4rem; }
.hero-footer { display: flex; align-items: center; gap: 22px; padding-block: 25px; border-top: 1px solid #38515e; font-size: .75rem; font-weight: 600; letter-spacing: .12em; color: #c4d1d8; }
.hero-footer > span:nth-child(even) { color: #718a97; }
.hero-footer a { display: flex; gap: 20px; margin-left: auto; font-size: .8rem; font-weight: 400; letter-spacing: 0; }
.hero-footer a:hover { color: var(--orange); }
.section { padding-block: 104px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 370px; margin-bottom: 4px; color: var(--muted); }
.section .eyebrow { color: #6d4a34; }
.services-grid, .projects-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card { padding: 30px; background: var(--surface); border: 1px solid #e7ecee; border-radius: 6px; }
.card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.card-top > span { font-size: .8rem; color: var(--muted); }
.service-icon { width: 44px; height: 44px; color: var(--ink); }
.service-card h3 { margin-bottom: 15px; }
.service-card > p { color: var(--muted); font-size: .95rem; }
.service-card ul { list-style: none; padding: 0; margin: 23px 0 27px; font-size: .875rem; }
.service-card li { padding-block: 5px; }
.service-card li::before { content: "+"; padding-right: 10px; color: #9b4918; font-weight: 700; }
.service-card .text-link { border-top: 1px solid var(--line); padding-top: 21px; width: 100%; justify-content: space-between; font-size: .85rem; }
.about-section { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-statement { padding: 45px; background: var(--navy); border-radius: 6px; color: white; }
.about-statement .eyebrow { color: #c4d1d8; }
.large-quote { margin: 37px 0 40px; font-size: clamp(2.4rem, 4vw, 3.5rem); letter-spacing: -.04em; line-height: 1.15; font-weight: 600; }
.large-quote > span { color: var(--orange); }
.statement-footer { display: flex; align-items: center; gap: 15px; padding-top: 25px; border-top: 1px solid #435a66; font-size: .8rem; color: #c4d1d8; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.values { margin-top: 28px; display: grid; gap: 17px; }
.values > div { display: flex; align-items: flex-start; gap: 14px; }
.values > div > span { display: grid; place-items: center; flex: 0 0 25px; height: 25px; margin-top: 3px; border-radius: 50%; background: #e2e9e8; color: #34574c; font-size: .9rem; }
.values p { margin: 0; color: var(--muted); font-size: .9rem; }
.values strong { display: block; color: var(--ink); margin-bottom: 2px; font-size: 1rem; }
.project-card { min-width: 0; margin: 0; }
.project-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 6px; background: #dfe8eb; transition: box-shadow .25s ease; }
.project-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-category { position: absolute; top: 18px; left: 18px; max-width: calc(100% - 36px); font-size: .65rem; font-weight: 700; letter-spacing: .1em; border: 1px solid #ffffff55; border-radius: 3px; padding: 5px 9px; color: white; background: var(--navy); }
.project-card:focus-within .project-image { box-shadow: 0 10px 24px #142e3b20; }
.project-card:focus-within .project-image img { transform: scale(1.035); }
.project-caption { padding-top: 22px; }
.project-caption h3 { font-size: 1.12rem; margin-bottom: 8px; }
.project-caption p { font-size: .85rem; color: var(--muted); margin-bottom: 0; }
.project-caption .photo-credit { margin-top: 10px; font-size: .75rem; }
.photo-credit a { text-decoration: underline; text-underline-offset: 3px; }
.photo-credit a:hover { color: var(--ink); }
.contact-section { padding-block: 85px; background: var(--navy); color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.contact-section .eyebrow { color: #c4d1d8; }
.contact-section h2 { font-size: clamp(3.2rem, 5.5vw, 4.7rem); }
.contact-section h2 span { color: var(--orange); }
.contact-grid > div > p:not(.eyebrow) { max-width: 420px; color: #c4d1d8; }
.contact-demo { display: grid; gap: 4px; max-width: 410px; margin-top: 35px; padding-left: 17px; border-left: 2px solid var(--orange); font-size: .8rem; color: #c4d1d8; }
.contact-demo strong { color: var(--orange-light); }
.contact-card { padding: 36px; border: 1px solid #4b6270; border-radius: 6px; background: var(--navy-light); }
.contact-card h3 { margin-bottom: 26px; font-size: 1.25rem; }
.contact-card dl { margin: 0; }
.contact-card dl > div + div { border-top: 1px solid #415b6a; margin-top: 19px; padding-top: 19px; }
.contact-card dt { margin-bottom: 5px; color: #bccdd6; font-size: .75rem; }
.contact-card dd { margin: 0; font-size: .9rem; overflow-wrap: anywhere; }
.site-footer { padding-block: 31px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-brand .brand-mark { width: 34px; height: 34px; font-size: 1.9rem; border-radius: 7px; }
.footer-brand .brand-name { font-size: 1.15rem; }
.footer-brand .brand-name > span { font-size: .5rem; }
.footer-inner p { margin: 0; font-size: .75rem; color: var(--muted); }
.footer-inner .text-link { font-size: .8rem; }
.footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.project-start { background: #fff3e9; border-top: 1px solid #f2dfce; }
.project-start-action { max-width: 420px; }
.project-start-action p { color: var(--muted); margin-bottom: 20px; }
.project-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; list-style: none; padding: 32px 0 0; margin: 0; border-top: 1px solid #dfc9b7; }
.project-steps li { display: flex; align-items: flex-start; gap: 16px; }
.step-number { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 50%; background: var(--navy); color: white; font-size: .8rem; font-weight: 650; }
.project-steps h3 { margin: 7px 0 12px; font-size: 1.1rem; }
.project-steps p { margin: 0; color: var(--muted); font-size: .9rem; }
.legal-main { background: var(--surface); }
.legal-container { max-width: 950px; }
.legal-main h1 { font-size: clamp(2.6rem, 6vw, 4rem); overflow-wrap: anywhere; }
.legal-notice { padding: 24px; border-left: 3px solid #b34d12; border-radius: 0 6px 6px 0; background: #fff3e9; margin-block: 30px 42px; }
.legal-notice p { margin: 10px 0 0; }
.legal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 55px; margin-bottom: 40px; }
.legal-grid h2 { font-size: 1.3rem; letter-spacing: -.02em; margin-bottom: 18px; }
.legal-grid p, .legal-grid address, .legal-grid dl, .legal-placeholders { color: var(--muted); font-size: .95rem; }
.legal-grid address { font-style: normal; }
.legal-contact { margin: 0; }
.legal-contact > div + div { margin-top: 12px; }
.legal-contact dt { color: var(--ink); font-weight: 650; }
.legal-contact dd { margin: 0; overflow-wrap: anywhere; }
.legal-grid .legal-caption { margin-top: 18px; font-size: .85rem; }
.legal-placeholders { padding-left: 20px; }
.legal-placeholders li { margin-block: 8px; }
.legal-footer { border-top: 1px solid var(--line); }

@media (min-width: 861px) {
  .navigation[hidden] { display: flex; }
}
@media (max-width: 1050px) {
  .navigation { gap: 21px; }
  .hero-grid { gap: 45px; }
  .hero-panel { padding: 26px; }
  .service-card { padding: 23px; }
  .about-grid, .contact-grid { gap: 55px; }
}
@media (max-width: 860px) {
  .container { width: calc(100% - 48px); }
  .header-inner { flex-wrap: wrap; min-height: 80px; gap: 0; padding-block: 16px; }
  .menu-toggle:not([hidden]) { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); background: white; cursor: pointer; font-size: .9rem; }
  .menu-lines { position: relative; width: 18px; height: 12px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; }
  .menu-lines::after { content: ""; position: absolute; top: 3px; left: 0; width: 18px; border-top: 2px solid currentColor; }
  .menu-toggle[aria-expanded="true"] .menu-lines { border: 0; }
  .menu-toggle[aria-expanded="true"] .menu-lines::before, .menu-toggle[aria-expanded="true"] .menu-lines::after { content: ""; position: absolute; top: 5px; left: 0; width: 18px; border-top: 2px solid currentColor; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines::after { transform: rotate(-45deg); }
  .navigation { width: 100%; flex-direction: column; align-items: stretch; gap: 8px; padding-top: 20px; }
  .navigation[hidden] { display: none; }
  .navigation > a { padding: 12px; }
  .navigation .button { margin-top: 4px; }
  .hero-grid { padding-top: 62px; padding-bottom: 65px; gap: 35px; }
  h1 { font-size: 3.5rem; }
  .hero-panel { padding: 24px; }
  .panel-top { font-size: .6rem; }
  .panel-words { font-size: 2.6rem; }
  .region-label { font-size: .7rem; padding: 11px; right: -5px; }
  .hero-actions { gap: 15px; }
  .section { padding-block: 75px; }
  .section-heading { gap: 35px; }
  .section-heading > p { max-width: 290px; font-size: .95rem; }
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card { padding: 28px; }
  .card-top { margin-bottom: 18px; }
  .service-card ul { display: flex; flex-wrap: wrap; gap: 5px 25px; }
  .about-grid { gap: 35px; }
  .about-statement { padding: 30px; }
  .large-quote { font-size: 2.75rem; }
  .projects-grid { gap: 16px; }
  .project-category { top: 12px; left: 12px; max-width: calc(100% - 24px); font-size: .6rem; padding: 4px 6px; }
  .contact-grid { gap: 35px; }
  .contact-card { padding: 26px; }
  .project-steps { grid-template-columns: 1fr; gap: 25px; }
  .project-start .section-heading { align-items: flex-start; }
  .project-start-action { max-width: 340px; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 95px; }
  .container { width: calc(100% - 40px); }
  .demo-banner { font-size: .7rem; padding-inline: 20px; }
  .brand-mark { width: 39px; height: 39px; font-size: 2.1rem; }
  .brand-name { font-size: 1.4rem; }
  .brand-name > span { font-size: .55rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; padding-top: 45px; padding-bottom: 55px; }
  .hero .eyebrow { font-size: .65rem; }
  h1 { font-size: clamp(3.15rem, 11.8vw, 4.6rem); }
  .hero-description { font-size: 1rem; }
  .hero-actions { align-items: flex-start; gap: 20px; }
  .hero-panel { margin: 0 7px 15px; padding: 27px; }
  .panel-words { font-size: clamp(2.7rem, 10vw, 3.75rem); padding-block: 25px; }
  .panel-top { font-size: .65rem; }
  .panel-bottom { padding-top: 19px; }
  .region-label { padding: 12px 17px; right: -8px; font-size: .75rem; }
  .hero-footer { flex-wrap: wrap; gap: 15px; font-size: .65rem; }
  .hero-footer a { width: 100%; margin-left: 0; justify-content: space-between; padding-top: 5px; }
  .section { padding-block: 62px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { max-width: none; margin: 22px 0 0; }
  .eyebrow { margin-bottom: 18px; font-size: .7rem; }
  .service-card { padding: 25px; }
  .service-card ul { display: block; }
  .about-grid, .projects-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 38px; }
  .large-quote { font-size: 3rem; }
  .projects-grid { gap: 30px; }
  .project-category { font-size: .7rem; }
  .project-caption { padding-top: 17px; }
  .contact-section { padding-block: 62px; }
  .contact-grid { gap: 32px; }
  .contact-card { padding: 25px; }
  .footer-inner { flex-wrap: wrap; justify-content: space-between; gap: 22px; }
  .footer-inner p { order: 3; width: 100%; padding-top: 17px; border-top: 1px solid var(--line); }
  .project-start-action { max-width: none; margin-top: 24px; }
  .project-start-action .button { text-align: center; gap: 12px; }
  .legal-grid { grid-template-columns: 1fr; gap: 25px; }
  .legal-back { font-size: .8rem; gap: 6px; }
  .legal-notice { padding: 20px; }
}
@media (hover: hover) and (pointer: fine) {
  .project-card:hover .project-image { box-shadow: 0 10px 24px #142e3b20; }
  .project-card:hover .project-image img { transform: scale(1.035); }
  .button:hover { background: var(--orange-light); transform: translateY(-2px); }
  .button:hover > span { transform: translate(2px, -2px); }
  .button:active { transform: translateY(1px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .project-card:is(:hover, :focus-within) .project-image img,
  .button:is(:hover, :focus-visible, :active),
  .button:is(:hover, :focus-visible) > span { transform: none; }
}
