@charset "UTF-8";
:root {
  --ink: #141515;
  --paper: #fff;
  --green: #28ff00;
  --black: #000;
  --focus: #141515;
  --line: #d8d8d8;
  --muted: #55585b;
  --pad: clamp(24px, 4.7vw, 80px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.link-arrow { display: inline-block; width: 1em; height: 1em; flex-shrink: 0; vertical-align: -.125em; background: transparent; }
button { font: inherit; }
button, a { touch-action: manipulation; }
img { max-width: 100%; display: block; }
::selection { background: var(--green); color: var(--black); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 6px; }
.hero, .approach, .contact, .site-footer { --focus: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.05em; line-height: 1.08; }
em { font-style: normal; }
p:last-child { margin-bottom: 0; }
.skip-link { position: fixed; top: 8px; left: 16px; z-index: 100; background: white; padding: 12px 20px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 96px; padding: 24px var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 32px; background: white; position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #eee; }
.brand { display: inline-flex; flex-shrink: 0; text-decoration: none; }
.site-header .brand img { width: 202px; height: auto; }
.navigation { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.navigation a { font-size: 16px; text-decoration: none; }
.navigation a:hover, .navigation a[aria-current] { opacity: .72; }
.navigation .nav-contact { padding: 10px 22px; border: 1px solid var(--ink); border-radius: 3px; }
.nav-contact:hover { background: var(--black); color: var(--green); }
.menu-toggle { display: none; }
.hero { max-width: 1920px; margin: auto; display: grid; grid-template-columns: 1.08fr 1fr; min-height: 680px; background: var(--black); color: white; }
.hero-copy { padding: 72px var(--pad); display: flex; align-items: flex-start; justify-content: center; flex-direction: column; min-width: 0; }
.hero h1 { font-size: clamp(54px, 6.15vw, 108px); letter-spacing: -.065em; line-height: 1.04; margin-bottom: 30px; }
.hero h1 em { color: var(--green); }
.hero-description { font-size: clamp(18px, 1.35vw, 20px); max-width: 485px; color: #c7c9ca; margin-bottom: 32px; }
.hero-description p { margin-bottom: 18px; }
.hero-description p:last-child { margin-bottom: 0; }
.button { display: inline-flex; gap: 38px; align-items: center; justify-content: space-between; padding: 15px 23px; font-size: 16px; text-decoration: none; border-radius: 3px; transition: background .2s; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--green); color: var(--black); }
.hero .button-dark { background: var(--green); color: var(--black); }
.hero .button-dark:hover { background: white; }
.button .link-arrow { width: 24px; height: 24px; }
.hero-art { position: relative; overflow: hidden; background: var(--black); min-height: 560px; }
.hero-art img { width: 100%; height: 100%; object-fit: contain; position: absolute; inset: 0; }
.section { padding: 105px var(--pad); }
.section h2 { font-size: clamp(40px, 4.5vw, 72px); margin-bottom: 28px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 60px; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; }
.section-intro { font-size: 20px; max-width: 550px; margin: 2px 0 0; color: var(--muted); }
.service { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 37px 0; }
.service:last-child { border-bottom: 1px solid var(--line); }
.service-heading { display: flex; align-items: flex-start; gap: 26px; min-width: 0; }
.service h3 { font-size: clamp(30px, 2.9vw, 45px); margin-bottom: 0; }
.service-icon { display: flex; align-items: center; justify-content: center; flex: 0 0 80px; width: 80px; height: 80px; padding: 14px; border-radius: 8px; background: var(--black); }
.service-icon img { width: 52px; height: 52px; }
.service-content { max-width: 580px; color: var(--muted); }
.service-content p { margin-bottom: 16px; }
.service-content p:last-child { margin-bottom: 0; }
.approach { background: var(--black); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.approach h2 { color: var(--green); }
.approach-heading p { max-width: 420px; font-size: 19px; color: #c7c9ca; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 24px; padding: 29px 0; border-top: 1px solid #363838; }
.step-icon { display: block; width: 52px; height: 52px; }
.step-icon img { width: 100%; height: 100%; }
.steps li:first-child { padding-top: 0; border-top: 0; }
.steps li:last-child { padding-bottom: 0; }
.steps h3 { font-size: 28px; letter-spacing: -.035em; margin-bottom: 12px; line-height: 1.2; }
.steps p { max-width: 500px; color: #c7c9ca; margin: 0; }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.about h2 { margin-bottom: 0; }
.about-content { max-width: 560px; color: var(--muted); font-size: 19px; }
.about-content p { margin-bottom: 20px; }
.contact { background: var(--black); color: white; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding-top: 80px; padding-bottom: 80px; }
.contact h2 { font-size: clamp(58px, 6.8vw, 108px); margin-bottom: 24px; letter-spacing: -.06em; color: var(--green); }
.contact p { max-width: 490px; font-size: 18px; color: #c7c9ca; }
.contact-email { display: inline-flex; justify-self: start; align-items: center; gap: 22px; font-size: clamp(23px, 2.6vw, 40px); letter-spacing: -.035em; }
.contact-email { overflow-wrap: anywhere; min-width: 0; max-width: 100%; }
.contact-email .link-arrow { color: var(--green); }
.contact-email:hover { color: var(--green); }
.site-footer { background: var(--black); color: white; padding: 58px var(--pad) 28px; border-top: 1px solid #363838; }
.footer-top { display: flex; justify-content: space-between; align-items: start; gap: 40px; padding-bottom: 48px; }
/* Frame the supplied logo to its original green artwork, excluding outer canvas. */
.footer-brand { position: relative; display: block; overflow: hidden; width: 244px; aspect-ratio: 3903 / 789; }
.footer-brand img { position: absolute; max-width: none; width: 121.3426%; height: auto; left: -10.5304%; top: -50.8238%; }
.site-footer address { font-style: normal; font-size: 16px; color: #c7c9ca; line-height: 1.7; }
.footer-top-link { display: inline-flex; align-items: center; gap: 12px; font-size: 16px; text-decoration: none; white-space: nowrap; }
.footer-top-link:hover { color: var(--green); }
.footer-bottom { border-top: 1px solid #363838; padding-top: 25px; display: flex; justify-content: space-between; gap: 25px; font-size: 14px; color: #c7c9ca; flex-wrap: wrap; }
.footer-bottom nav { display: flex; gap: 26px; flex-wrap: wrap; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: var(--green); }
.legal-page { max-width: 900px; margin: auto; min-height: 60vh; padding: 80px var(--pad) 100px; }
.legal-page h1 { font-size: clamp(43px, 5vw, 75px); margin: 28px 0 36px; }
.legal-page h2 { font-size: 28px; letter-spacing: -.035em; margin-top: 38px; }
.legal-page p { color: var(--muted); line-height: 1.8; }
.legal-page .back-link { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; }
.legal-page a:not(.button):hover { opacity: .72; }
.legal-page .policy-link { margin-top: 30px; }
.legal-page address { font-style: normal; line-height: 1.8; }
.legal-page ul { padding-left: 20px; color: var(--muted); }
.legal-page li { margin: 10px 0; }
@media (min-width: 1600px) {
  .section, .site-header, .site-footer { padding-left: max(80px, calc((100vw - 1440px) / 2)); padding-right: max(80px, calc((100vw - 1440px) / 2)); }
  .hero-copy { padding-left: max(80px, calc((100vw - 1440px) / 2)); }
  .hero { min-height: 720px; }
}
@media (max-width: 1050px) {
  .site-header { min-height: 86px; padding-top: 20px; padding-bottom: 20px; }
  .site-header .brand img { width: 180px; }
  .navigation { gap: 22px; }
  .navigation a { font-size: 15px; }
  .hero { min-height: 550px; }
  .hero h1 { font-size: clamp(48px, 6.1vw, 64px); }
  .hero-copy { padding-top: 55px; padding-bottom: 55px; }
  .hero-art { min-height: 550px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .section-heading, .service, .approach, .about, .contact { gap: 40px; }
  .footer-brand { width: 220px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 90px; }
  .site-header { min-height: 78px; padding-top: 18px; padding-bottom: 18px; flex-wrap: wrap; gap: 0; }
  .site-header .brand img { width: 174px; }
  .menu-toggle { align-items: center; gap: 16px; padding: 8px 0 8px 15px; border: 0; background: none; color: var(--ink); cursor: pointer; font-size: 16px; }
  .js .menu-toggle { display: flex; }
  .menu-toggle span { font-size: 26px; line-height: 1; }
  .menu-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
  .navigation { width: 100%; display: flex; padding: 16px 0; gap: 20px; flex-wrap: wrap; }
  .js .navigation { display: none; }
  .js .navigation.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding-top: 20px; }
  .navigation a { padding: 13px 0; font-size: 16px; }
  .navigation .nav-contact { margin-top: 0; padding: 13px 0; border: 0; border-radius: 0; background: transparent; color: var(--ink); }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { --focus: var(--ink); padding-top: 55px; padding-bottom: 48px; background: var(--paper); color: var(--ink); }
  .hero h1 em { color: var(--ink); }
  .hero .button-dark { background: var(--black); color: var(--green); }
  .hero .button-dark:hover { background: var(--ink); color: white; }
  .hero h1 { font-size: clamp(49px, 10.4vw, 79px); margin-bottom: 25px; }
  .hero-description { font-size: 18px; max-width: 510px; margin-bottom: 28px; color: var(--muted); }
  .hero-art { min-height: 0; aspect-ratio: 1.33; }
  .section { padding-top: 65px; padding-bottom: 65px; }
  .section h2 { font-size: clamp(40px, 8.4vw, 62px); }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading h2 { margin-bottom: 22px; }
  .section-intro { font-size: 18px; }
  .service { grid-template-columns: 1fr; gap: 22px; padding: 30px 0; }
  .service h3 { font-size: 34px; line-height: 1.12; }
  .service-heading { align-items: center; gap: 22px; }
  .service-icon { flex-basis: 72px; width: 72px; height: 72px; padding: 12px; }
  .service h3 br { display: none; }
  .approach, .about, .contact { display: block; }
  .approach-heading p { font-size: 18px; max-width: 520px; }
  .steps { margin-top: 40px; }
  .steps h3 { font-size: 27px; }
  .steps li { padding-top: 25px; padding-bottom: 25px; gap: 20px; grid-template-columns: 44px minmax(0, 1fr); }
  .step-icon { width: 44px; height: 44px; }
  .about h2 { margin-bottom: 25px; }
  .about-content { font-size: 18px; }
  .contact h2 { font-size: clamp(62px, 11vw, 86px); }
  .contact p { font-size: 18px; }
  .contact-email { font-size: clamp(23px, 5.5vw, 35px); gap: 16px; margin-top: 30px; }
  .site-footer { padding-top: 42px; }
  .footer-top { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding-bottom: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand { width: 220px; }
  .footer-top-link { font-size: 15px; }
  .footer-top-link { gap: 7px; }
  .footer-bottom { flex-direction: column; gap: 20px; }
  .footer-bottom nav { gap: 16px 24px; }
  .legal-page { padding-top: 45px; padding-bottom: 65px; }
}
@media (max-width: 500px) {
  .service h3 { font-size: 29px; }
  .service-heading { gap: 18px; }
  .service-icon { flex-basis: 60px; width: 60px; height: 60px; padding: 10px; }
  .service-icon img { width: 40px; height: 40px; }
}
@media (max-width: 400px) {
  .footer-top { grid-template-columns: 1fr; }
  .hero h1 { font-size: 48px; }
  .navigation { gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header { position: static; }
  .menu-toggle { display: none !important; }
  .navigation { display: flex !important; }
  .hero-art { max-height: 400px; min-height: 300px; }
  .section { padding-top: 35px; padding-bottom: 35px; }
  .hero, .approach, .contact, .site-footer, .service-icon { print-color-adjust: exact; }
  .service, .steps li { break-inside: avoid; }
}

.language-switch { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.language-switch > span { color: #888; font-size: 14px; }
.navigation .language-switch a { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; min-height: 44px; padding: 8px 2px; font-size: 14px; color: #666; }
.navigation .language-switch a[aria-current="page"] { color: var(--ink); font-weight: 700; opacity: 1; }
.hero:lang(de) h1 { font-size: clamp(42px, 5vw, 88px); }
@media (min-width: 761px) and (max-width: 1050px) {
  .navigation { gap: 16px; }
  .site-header { gap: 24px; }
}
@media (max-width: 760px) {
  .language-switch { align-self: flex-start; margin-top: 8px; }
  .hero:lang(de) h1 { font-size: clamp(36px, 8.8vw, 66px); }
}
