:root {
  --falk-teal: #123f49;
  --falk-teal-deep: #0c323a;
  --falk-blue: #8fc6d4;
  --falk-blue-soft: #e9f4f7;
  --falk-yellow: #efd064;
  --ink: #17323a;
  --muted: #617077;
  --line: #dce4e7;
  --surface: #f5f7f7;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.container {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--falk-teal);
  color: #fff;
  transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid rgba(18, 63, 73, .10);
}
.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo {
    display: block;
    width: 220px;
    height: auto;
    max-height: 76px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(1.035);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.main-nav a {
  color: var(--falk-teal);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.main-nav a:not(.nav-cta):hover { color: #297489; }
.nav-cta {
  padding: 12px 18px;
  border: 1px solid var(--falk-teal);
  transition: .2s ease;
}
.nav-cta:hover { background: var(--falk-teal); color: #fff; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: linear-gradient(112deg, #f5f9fa 0%, #fff 65%);
}
.hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  align-items: center;
  gap: 64px;
  padding-top: 74px;
  padding-bottom: 74px;
}
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.status-pill {
  display: inline-flex;
  padding: 7px 11px;
  margin-bottom: 25px;
  border-left: 4px solid var(--falk-yellow);
  color: var(--falk-teal);
  background: rgba(255, 255, 255, .75);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
}
h1, h2, h3 { margin-top: 0; color: var(--falk-teal); line-height: 1.12; }
h1 {
  margin-bottom: 26px;
  font-size: clamp(44px, 6vw, 76px);
  letter-spacing: -.045em;
}
h1 span { color: #347f91; }
.hero-lead {
  max-width: 720px;
  margin: 0 0 34px;
  color: #42565d;
  font-size: 20px;
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--falk-teal);
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--falk-teal); color: #fff; }
.button-primary:hover { background: var(--falk-teal-deep); }
.button-secondary { background: #fff; color: var(--falk-teal); }
.button-secondary:hover { background: var(--falk-blue-soft); }
.accreditation-note {
  max-width: 780px;
  margin: 27px 0 0;
  padding-left: 14px;
  border-left: 2px solid #9ab9c1;
  color: #6b797e;
  font-size: 13px;
  line-height: 1.55;
}
.hero-visual {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 440px;
    min-width: 0;
    justify-self: end;
    padding: 0;
}

/* certification card */
.hero-card {
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 44px 38px 40px;
    overflow: hidden;
    background: var(--falk-teal);
    box-shadow: 0 24px 55px rgba(11, 49, 58, 0.16);
    color: #ffffff;
}

/* small yellow FALK accent */
.hero-card::after {
    content: "";
    position: absolute;
    left: 38px;
    bottom: 0;
    width: 70px;
    height: 5px;
    background: var(--falk-yellow);
}

.iso-badge {
    display: inline-block;
    margin-bottom: 28px;
    color: var(--falk-blue);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.hero-card h2 {
    margin: 0 0 22px;
    max-width: 100%;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    overflow-wrap: normal;
    word-break: normal;
}

.hero-card-intro {
    margin: 0;
    color: #dbe7e9;
    font-size: 16px;
    line-height: 1.65;
}

.hero-card-services {
    display: grid;
    gap: 0;
    margin-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-card-services span {
    position: relative;
    padding: 13px 0 13px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.hero-card-services span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 2px;
    background: var(--falk-yellow);
    transform: translateY(-50%);
}

.section { padding: 108px 0; }
.eyebrow {
  margin: 0 0 14px;
  color: #4b8795;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h2 {
  margin-bottom: 26px;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -.035em;
}
h3 { font-size: 21px; }
.lead { font-size: 20px; line-height: 1.65; }
.service-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
}
.service-copy p { max-width: 760px; color: #4f6269; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 70px;
}
.benefit-card {
  min-height: 260px;
  padding: 32px;
  border-top: 5px solid var(--falk-teal);
  background: var(--surface);
}
.benefit-card:nth-child(2) { border-top-color: var(--falk-blue); }
.benefit-card:nth-child(3) { border-top-color: var(--falk-yellow); }
.benefit-number { color: #819197; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.benefit-card h3 { margin: 55px 0 12px; }
.benefit-card p { margin: 0; color: #5a6b71; }

.process { background: var(--falk-teal); }
.process .eyebrow { color: var(--falk-blue); }
.process h2 { max-width: 800px; color: #fff; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 60px;
  background: rgba(255,255,255,.18);
}
.process-step { padding: 34px 28px 38px; background: var(--falk-teal); }
.process-step > span { color: var(--falk-yellow); font-size: 13px; font-weight: 800; }
.process-step h3 { margin: 54px 0 14px; color: #fff; }
.process-step p { margin: 0; color: #ccdcdf; font-size: 15px; }

.about-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 95px;
  align-items: center;
}
.about-panel {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px;
  background: #edf4f5;
}
.about-panel p { margin: 28px 0 3px; color: var(--falk-teal); font-size: 24px; font-weight: 800; }
.about-panel strong { color: #435d64; font-size: 15px; }
.about-panel > span { color: #687a80; font-size: 14px; }
.about-bars { width: 210px; }
.about-bars span {
  display: block;
  height: 28px;
  margin-bottom: 14px;
  transform: skewX(-32deg);
  transform-origin: left center;
}
.about-bars span:nth-child(1) { width: 210px; background: var(--falk-teal); }
.about-bars span:nth-child(2) { width: 148px; background: var(--falk-blue); }
.about-bars span:nth-child(3) { width: 80px; background: var(--falk-yellow); }
.about-copy p { color: #53666d; }

.contact {
    padding: 95px 0;
    background: #dceff4;
    color: var(--falk-teal); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
}
.eyebrow-light {
    color: #4b8795;
}

.contact h2 {
    color: var(--falk-teal);
}

.contact p {
    max-width: 600px;
    color: #53666d;
}
.contact-people { display: grid; gap: 12px; }
.contact-person {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 19px 20px;
    border: 1px solid rgba(18, 63, 73, .18);
    background: #ffffff;
    color: var(--falk-teal);
    text-decoration: none;
    transition: background .2s ease;
}

.contact-person:hover {
    background: #f5fafb;
}

.contact-person small {
    display: block;
    color: #617077;
    font-size: 13px;
    word-break: break-all; }
.contact-initials {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: var(--falk-teal);
color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}
.contact-person strong { display: block; }
.contact-arrow { font-size: 24px; }

.site-footer { background: #0b3038; color: #c9d6d9; }
.footer-main {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.footer-title { color: #fff; font-size: 18px; font-weight: 800; }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; }
.footer-links a { color: #d9e4e6; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #91a8ad;
  font-size: 13px;
}

@media (max-width: 980px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .hero-visual {
      justify-self: start;
      max-width: 440px;
  }
  .service-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .benefit-card h3 { margin-top: 26px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 78px; }
  .brand-logo {
      width: 190px;
      max-height: 68px;
  }

  .hero-visual {
      padding: 0;
  }

  .hero-card {
      padding: 36px 28px 34px;
  }

  .hero-card::after {
      left: 28px;
  }

  .hero-card h2 {
      font-size: 25px;
  }
  .nav-toggle {
    width: 44px;
    height: 44px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .nav-toggle > span:not(.sr-only) { width: 24px; height: 2px; background: var(--falk-teal); }
  .main-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px 16px 20px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 14px 25px rgba(18,63,73,.08);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 4px; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { padding-top: 62px; padding-bottom: 70px; }
  .hero-shape { display: none; }
  h1 { font-size: clamp(43px, 14vw, 62px); }
  .hero-lead { font-size: 18px; }
  .section { padding: 78px 0; }
  .benefits-grid { margin-top: 45px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step h3 { margin-top: 28px; }
  .about-panel { min-height: 310px; padding: 32px; }
  .contact { padding: 75px 0; }
  .contact-person { grid-template-columns: 46px 1fr; }
  .contact-initials { width: 46px; height: 46px; }
  .contact-arrow { display: none; }
  .footer-main { align-items: flex-start; flex-direction: column; padding-top: 40px; padding-bottom: 34px; }
  .footer-links { gap: 18px 24px; }
  .footer-bottom { flex-direction: column; gap: 4px; }
}



/* Sebastian Schaaf profile */
.person-profile {
  padding: 90px 0 105px;
  background: #f5f7f7;
}

.profile-card {
  overflow: hidden;
  background: #ffffff;
  border-top: 6px solid var(--falk-teal);
  box-shadow: 0 18px 45px rgba(18, 63, 73, .08);
}

.profile-header {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) minmax(280px, .65fr);
    gap: 36px;
    align-items: center;
    padding: 46px 48px 40px;
    border-bottom: 1px solid var(--line); }

    .profile-photo-wrap {
        width: 180px;
        height: 220px;
        overflow: hidden;
        background: #edf2f3;
    }
    
    .profile-photo {
        display: block;
        width: 180px;
        height: 220px;
        object-fit: cover;
        object-position: center top;
        image-rendering: auto;     }    

.profile-heading h2 {
  margin-bottom: 8px;
  font-size: clamp(34px, 4vw, 50px);
}

.profile-role {
  margin: 0 0 6px;
  color: var(--falk-teal);
  font-size: 19px;
  font-weight: 800;
}

.profile-qualifications {
  margin: 0;
  color: #5b6d73;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .015em;
}

.profile-qualifications span {
  padding: 0 8px;
  color: var(--falk-blue);
}

.profile-contact {
  display: grid;
  gap: 8px;
  justify-items: start;
  padding-left: 24px;
  border-left: 3px solid var(--falk-yellow);
}

.profile-contact a {
  color: var(--falk-teal);
  font-size: 14px;
  text-decoration: none;
}

.profile-contact a:first-child {
  font-weight: 800;
}

.profile-contact a:hover {
  text-decoration: underline;
}

.profile-details {
    display: grid;
    grid-template-columns: 1.25fr .75fr 1fr;
    gap: 0;
    background: var(--falk-blue-soft); }

.profile-column {
  min-width: 0;
  padding: 38px 42px 44px;
}

.profile-column + .profile-column {
  border-left: 1px solid var(--line);
}

.profile-column h3 {
  margin: 0 0 22px;
  color: var(--falk-teal);
  font-size: 18px;
}

.profile-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-column li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 18px;
  color: #53666d;
  font-size: 14px;
  line-height: 1.55;
}

.profile-column li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 2px;
  background: var(--falk-blue);
}

.career-list {
  margin: 0;
}

.career-list > div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #edf1f2;
}

.career-list > div:first-child {
  padding-top: 0;
}

.career-list > div:last-child {
  border-bottom: 0;
}

.career-list dt {
  color: var(--falk-teal);
  font-size: 13px;
  font-weight: 800;
}

.career-list dd {
  margin: 0;
  color: #53666d;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .profile-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .profile-contact {
    padding-left: 18px;
  }

  .profile-details {
    grid-template-columns: 1fr 1fr;
  }

  .profile-column:last-child {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .person-profile {
    padding: 68px 0 78px;
  }

  .profile-header {
    padding: 34px 28px 30px;
  }

  .profile-details {
    grid-template-columns: 1fr;
  }

  .profile-column {
    padding: 30px 28px 34px;
  }

  .profile-column + .profile-column,
  .profile-column:last-child {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .profile-qualifications span {
    display: none;
  }

  .profile-qualifications {
    display: grid;
    gap: 2px;
  }
}

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