:root {
  --ink: #0b211b;
  --forest: #063f36;
  --forest-bright: #0d5c4c;
  --moss: #86a770;
  --lime: #d9ed72;
  --cream: #f2eee4;
  --paper: #fffdf8;
  --sand: #d8cebc;
  --line: rgba(11, 33, 27, .14);
  --muted: #58675f;
  --white: #fff;
  --display: Georgia, "Times New Roman", serif;
  --sans: Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  --content: 1240px;
  --wide: 1520px;
  --radius: 30px;
  --shadow: 0 24px 70px rgba(11, 33, 27, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { color: var(--ink); background: var(--lime); }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.v5-topline {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 7px max(24px, calc((100vw - var(--wide)) / 2));
  color: rgba(255, 255, 255, .72);
  background: var(--ink);
  font-size: 12px;
  letter-spacing: .045em;
}
.v5-topline p { margin: 0; }
.v5-topline p span { color: var(--lime); }
.v5-topline div { display: flex; align-items: center; gap: 24px; }
.v5-topline a { color: var(--white); text-decoration: none; }
.v5-topline a:hover { color: var(--lime); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(242, 238, 228, .94);
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.header-inner {
  width: min(calc(100% - 48px), var(--wide));
  min-height: 94px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(150px, 220px) 1fr auto;
  align-items: center;
  gap: 36px;
}
.brand { display: inline-flex; width: min(190px, 100%); }
.brand img { width: 100%; height: auto; }
.site-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(18px, 2.2vw, 36px);
}
.site-nav a {
  position: relative;
  padding: 34px 0 31px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}
.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  height: 2px;
  background: var(--forest);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.site-nav a:hover::after,
.site-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.v5-header-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 17px;
  color: var(--white);
  background: var(--forest);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.v5-header-contact:hover { background: var(--forest-bright); transform: translateY(-2px); }
.menu-toggle { display: none; }

.v5-kicker,
.eyebrow {
  margin: 0 0 18px;
  color: var(--forest-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}
.v5-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.v5-button:hover,
.button:hover { transform: translateY(-2px); }
.v5-button-primary { color: var(--white); background: var(--forest); }
.v5-button-primary:hover { background: var(--forest-bright); }
.v5-button-ghost { color: var(--ink); border-color: var(--line); }
.v5-button-ghost:hover { border-color: var(--ink); background: rgba(255,255,255,.45); }
.v5-button-light,
.button-light { color: var(--ink); background: var(--lime); }
.v5-button-light:hover,
.button-light:hover { background: var(--paper); }

/* Homepage */
.v5-home { overflow: clip; }
.v5-hero {
  min-height: min(800px, calc(100vh - 132px));
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(460px, .97fr);
  background: var(--cream);
}
.v5-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 145px) clamp(44px, 7vw, 130px) clamp(64px, 7vw, 110px) max(32px, calc((100vw - var(--wide)) / 2));
}
.v5-hero-copy h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(64px, 7vw, 126px);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .83;
}
.v5-hero-copy h1 em { color: var(--forest); font-weight: 400; }
.v5-hero-lead {
  max-width: 650px;
  margin: 42px 0 0;
  color: #33483f;
  font-size: clamp(19px, 1.45vw, 25px);
  line-height: 1.5;
}
.v5-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.v5-hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 820px;
  margin: auto 0 0;
  padding: 54px 0 0;
  list-style: none;
}
.v5-hero-facts li { padding: 0 24px; border-left: 1px solid var(--line); }
.v5-hero-facts li:first-child { padding-left: 0; border-left: 0; }
.v5-hero-facts strong,
.v5-hero-facts span { display: block; }
.v5-hero-facts strong { font-size: 15px; }
.v5-hero-facts span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.v5-hero-visual { position: relative; min-height: 620px; overflow: hidden; background: var(--forest); }
.v5-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 63, 54, .42));
  pointer-events: none;
}
.v5-hero-visual > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.03); }
.v5-hero-note {
  position: absolute;
  z-index: 2;
  bottom: 46px;
  left: 0;
  width: min(330px, 76%);
  padding: 25px 30px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 0 22px 22px 0;
}
.v5-hero-note span,
.v5-hero-note strong { display: block; }
.v5-hero-note span { margin-bottom: 5px; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.v5-hero-note strong { font-family: var(--display); font-size: 26px; font-weight: 400; line-height: 1.05; }
.v5-orbit {
  position: absolute;
  z-index: 3;
  top: 34px;
  right: 34px;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}
.v5-orbit::before { content: ""; position: absolute; width: 6px; height: 6px; top: 4px; border-radius: 50%; background: var(--lime); }

.v5-service-index {
  padding: clamp(90px, 10vw, 170px) max(30px, calc((100vw - var(--wide)) / 2));
  color: var(--white);
  background: var(--ink);
}
.v5-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 72px; }
.v5-section-heading .v5-kicker { color: var(--lime); }
.v5-section-heading > div { max-width: 900px; }
.v5-section-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 6vw, 96px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .94;
}
.v5-section-intro { max-width: 480px; margin: 0 0 6px; color: rgba(255,255,255,.64); font-size: 16px; }
.v5-service-list { border-top: 1px solid rgba(255,255,255,.2); }
.v5-service-row {
  display: grid;
  grid-template-columns: 90px 1fr 70px;
  align-items: center;
  gap: 28px;
  padding: 44px 12px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  text-decoration: none;
  transition: color .25s ease, padding .25s ease, background .25s ease;
}
.v5-service-row:hover { padding-right: 28px; padding-left: 28px; color: var(--ink); background: var(--lime); }
.v5-service-number { color: var(--lime); font-family: var(--display); font-size: 30px; }
.v5-service-row:hover .v5-service-number { color: var(--forest); }
.v5-service-copy strong,
.v5-service-copy small { display: block; }
.v5-service-copy strong { font-family: var(--display); font-size: clamp(28px, 3vw, 48px); font-weight: 400; line-height: 1.1; }
.v5-service-copy small { max-width: 760px; margin-top: 10px; color: rgba(255,255,255,.62); font-size: 15px; }
.v5-service-row:hover .v5-service-copy small { color: rgba(11,33,27,.72); }
.v5-service-arrow { justify-self: end; font-size: 35px; }

.v5-statement {
  width: min(calc(100% - 60px), 1180px);
  margin: 0 auto;
  padding: clamp(110px, 13vw, 210px) 0;
  text-align: center;
}
.v5-statement h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(44px, 5.8vw, 88px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: 1.03;
}
.v5-statement-lead { max-width: 820px; margin: 35px auto 0; color: var(--muted); font-size: clamp(19px, 1.8vw, 25px); }
.v5-statement-text {
  max-width: 980px;
  margin: 28px auto 0;
  font-family: var(--display);
  font-size: clamp(28px, 3.2vw, 48px);
  letter-spacing: -.035em;
  line-height: 1.14;
}
.v5-statement-text em { color: var(--forest-bright); font-weight: 400; }
.v5-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 44px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.v5-story {
  width: min(calc(100% - 48px), var(--wide));
  margin: 0 auto clamp(90px, 10vw, 160px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  min-height: 800px;
  background: var(--paper);
  border-radius: 42px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.v5-story-image { position: relative; min-height: 580px; margin: 0; overflow: hidden; }
.v5-story-image img { width: 100%; height: 100%; object-fit: cover; }
.v5-story-image figcaption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 18px 20px;
  color: var(--white);
  background: rgba(11,33,27,.78);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.v5-story-copy { padding: clamp(50px, 6vw, 105px); }
.v5-story-copy h2 {
  max-width: 720px;
  margin: 0 0 52px;
  font-family: var(--display);
  font-size: clamp(44px, 4.7vw, 76px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .99;
}
.v5-story-intro { max-width: 650px; margin: -26px 0 38px; color: var(--muted); font-size: 17px; }
.v5-capability-list { border-top: 1px solid var(--line); }
.v5-capability-list article { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.v5-capability-list article > span { color: var(--forest-bright); font-family: var(--display); font-size: 17px; }
.v5-capability-list h3 { margin: 0 0 5px; font-size: 18px; }
.v5-capability-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.v5-insolvency-feature {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  color: var(--white);
  background: var(--forest);
}
.v5-insolvency-image { min-height: 640px; }
.v5-insolvency-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.v5-insolvency-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 140px); }
.v5-insolvency-copy .v5-kicker { color: var(--lime); }
.v5-insolvency-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(52px, 5.5vw, 90px); font-weight: 400; letter-spacing: -.05em; line-height: .93; }
.v5-insolvency-copy p:not(.v5-kicker) { max-width: 590px; margin: 35px 0; color: rgba(255,255,255,.75); font-size: 19px; }
.v5-insolvency-copy .v5-button { align-self: flex-start; }

.v5-quote {
  width: min(calc(100% - 60px), 1120px);
  margin: 0 auto;
  padding: clamp(110px, 12vw, 190px) 0;
  text-align: center;
}
.v5-quote-mark { display: block; height: 55px; color: var(--forest); font-family: var(--display); font-size: 110px; line-height: 1; }
.v5-quote-label { display: block; margin: 0 0 24px; color: var(--forest-bright); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.v5-quote blockquote { margin: 0; font-family: var(--display); font-size: clamp(36px, 4.6vw, 70px); letter-spacing: -.045em; line-height: 1.08; }
.v5-quote p { margin: 30px 0 0; color: var(--muted); font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }

.v5-final-cta {
  width: min(calc(100% - 48px), var(--wide));
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 70px;
  padding: clamp(55px, 7vw, 105px);
  background: var(--lime);
  border-radius: 42px;
}
.v5-final-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(48px, 5.7vw, 90px); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.v5-final-cta > div:last-child { max-width: 450px; justify-self: end; }
.v5-final-cta > div:last-child p { margin: 0 0 28px; font-size: 18px; }

/* Inner page foundation */
.v5-inner-main { min-height: 50vh; overflow: clip; }
.container { width: min(calc(100% - 48px), var(--content)); margin-right: auto; margin-left: auto; }
.row { display: flex; flex-wrap: wrap; margin-right: -12px; margin-left: -12px; }
.row > [class*="col-"] { width: 100%; padding-right: 12px; padding-left: 12px; }
.col-6 { width: 50% !important; }
.img-fluid { width: auto; max-width: 100%; height: auto; }

.image-content-block,
.insolvenz-page__header-image {
  position: relative;
  width: min(calc(100% - 48px), var(--wide));
  height: clamp(340px, 46vw, 620px);
  margin: 42px auto 0;
  overflow: hidden;
  background: var(--forest);
  border-radius: 38px;
}
.image-content-block::after,
.insolvenz-page__header-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6,63,54,.07), rgba(11,33,27,.28));
  pointer-events: none;
}
.image-content-block img,
.insolvenz-page__header-image img { width: 100%; height: 100%; object-fit: cover; }

.text-content-block,
.teasers-content-block,
.i-can-bullet-points-content-block,
.too-green-content-block,
.testimonials-content-block,
.team-holder-content-block { padding: clamp(65px, 8vw, 120px) 0; }
.image-content-block + .text-content-block { position: relative; z-index: 2; margin-top: -92px; padding-top: 0; }
.image-content-block + .text-content-block .text-content-block__content { padding: clamp(42px, 6vw, 84px); background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.text-content-block__content { max-width: 1040px; margin: 0 auto; }
.text-content-block__content > :first-child { margin-top: 0; }
.text-content-block__content > :last-child { margin-bottom: 0; }
.text-content-block h1,
.text-content-block h2,
.legal-content h1,
.legal-content h2 {
  margin: 0 0 .6em;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
}
.text-content-block h3,
.legal-content h3 { margin: 1.8em 0 .5em; color: var(--forest); font-family: var(--display); font-size: clamp(28px, 3vw, 42px); font-weight: 400; line-height: 1.12; }
.text-content-block p,
.legal-content p { color: #34473f; }
.text-content-block a,
.legal-content a { color: var(--forest-bright); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.-background-gray { background: #e5dfd2; }
.-background-green { color: var(--white); background: var(--forest); }
.-background-green h1,
.-background-green h2,
.-background-green h3,
.-background-green p,
.-background-green a { color: inherit; }
.-background-gray .text-content-block__content,
.-background-green .text-content-block__content { max-width: 1120px; padding: clamp(36px, 5vw, 70px); border-radius: var(--radius); }
.-background-gray .text-content-block__content { background: rgba(255,255,255,.44); }
.-background-green .text-content-block__content { background: rgba(255,255,255,.07); }

.teasers-content-block { color: var(--white); background: var(--ink); }
.teasers-content-block .row { row-gap: 24px; }
.teasers-content-block__teaser {
  height: 100%;
  padding: 30px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
}
.teasers-content-block__teaser img { width: 64px; height: 64px; object-fit: contain; border-radius: 50%; }
.teasers-content-block__teaser-title { margin: 24px 0 10px; font-family: var(--display); font-size: 27px; font-weight: 400; line-height: 1.1; }
.teasers-content-block__teaser p { color: rgba(255,255,255,.7); font-size: 14px; }

.i-can-bullet-points-content-block { background: var(--paper); }
.i-can-bullet-points-content-block__content { max-width: 900px; margin-bottom: 50px; }
.i-can-bullet-points-content-block__content h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 4.5vw, 68px); font-weight: 400; line-height: 1; }
.i-can-bullet-points-content-block .row { row-gap: 24px; }
.i-can-bullet-point {
  height: 100%;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 24px;
  padding: 28px;
  background: var(--cream);
  border-radius: 22px;
}
.i-can-bullet-point img { width: 76px; height: 76px; object-fit: cover; border-radius: 50%; }
.i-can-bullet-point h3 { margin: 4px 0 8px; font-family: var(--display); font-size: 27px; font-weight: 400; line-height: 1.1; }

.too-green-content-block { color: var(--white); background: var(--forest); }
.too-green-content-block .container { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.too-green-content-block__content-1,
.too-green-content-block__content-2 { padding: clamp(36px, 5vw, 70px); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); }
.too-green-content-block h2,
.too-green-content-block h3 { font-family: var(--display); font-weight: 400; line-height: 1.06; }

.testimonials-content-block { background: #e5dfd2; }
.testimonials-content-block__title { margin: 0 0 45px; font-family: var(--display); font-size: clamp(42px, 5vw, 70px); font-weight: 400; line-height: 1; }
.testimonial { padding: 36px; background: var(--paper); border-radius: 24px; box-shadow: 0 14px 40px rgba(11,33,27,.08); }

.team-holder-content-block { background: var(--paper); }
.team-member { height: 100%; padding: 24px; background: var(--cream); border-radius: 24px; }
.team-member img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 16px; }
.team-member__title { margin: 22px 0 4px; font-family: var(--display); font-size: 28px; font-weight: 400; }

ul.check { padding: 0; list-style: none; }
ul.check li { position: relative; padding: 12px 0 12px 38px; border-bottom: 1px solid var(--line); }
ul.check li::before { content: "✓"; position: absolute; top: 12px; left: 0; width: 24px; height: 24px; display: grid; place-items: center; color: var(--white); background: var(--forest); border-radius: 50%; font-size: 12px; font-weight: 900; }
.font-larger { font-size: 18px; }

/* Forms */
.userform { max-width: 920px; }
.userform-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { min-width: 0; }
.field.textarea,
.field.message,
.Actions { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 13px; font-weight: 800; }
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(11,33,27,.24);
  border-radius: 13px;
  outline: 0;
}
.field textarea { min-height: 180px; resize: vertical; }
.field input:focus,
.field textarea:focus,
.field select:focus { border-color: var(--forest-bright); box-shadow: 0 0 0 4px rgba(13,92,76,.12); }
.Actions input,
.Actions button {
  min-height: 50px;
  padding: 13px 24px;
  color: var(--white);
  background: var(--forest);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

/* Legal pages */
.legal-hero { padding: clamp(75px, 10vw, 150px) 24px; color: var(--white); background: var(--forest); text-align: center; }
.legal-hero .eyebrow { color: var(--lime); }
.legal-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(56px, 7vw, 105px); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.legal-content { width: min(calc(100% - 48px), 1000px); margin: -44px auto 100px; padding: clamp(40px, 6vw, 85px); background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.legal-content h1 { font-size: clamp(42px, 5vw, 68px); }
.legal-content h2 { margin-top: 1.7em; font-size: clamp(34px, 4vw, 52px); }
.legal-content h3 { font-size: 27px; }
.legal-content li { margin-bottom: .5em; }

/* Insolvency information portal */
.v5-portal-page { background: #eae5da; }
.v5-portal-page .insolvenz-page__header-image { margin-top: 0; width: 100%; height: clamp(300px, 38vw, 520px); border-radius: 0; }
.insolvenz-page__breadcrumbs { padding: 54px 0 48px; color: var(--white); background: var(--forest); }
.insolvenz-page__breadcrumbs .container { position: relative; }
.insolvenz-page__breadcrumbs h1 { max-width: 900px; margin: 0 0 22px; font-family: var(--display); font-size: clamp(46px, 5.5vw, 82px); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.insolvenz-page__breadcrumbs a { color: var(--lime); text-underline-offset: 4px; }
.insolvenz-page__breadcrumbs + .container { padding-top: 70px; padding-bottom: 110px; }
.insolvenz-page__breadcrumbs + .container > .row { display: grid; grid-template-columns: minmax(250px, 340px) minmax(0, 1fr); gap: clamp(28px, 4vw, 70px); margin: 0; }
.insolvenz-page__breadcrumbs + .container > .row > [class*="col-"] { width: auto !important; padding: 0; }
.order-md-1 { order: 1; }
.order-md-2 { order: 2; }
.insolvenz-page__title { margin: 0 0 32px; font-family: var(--display); font-size: clamp(46px, 5vw, 76px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.insolvenz-page__content { padding: clamp(34px, 5vw, 68px); background: var(--paper); border-radius: var(--radius); box-shadow: 0 16px 55px rgba(11,33,27,.09); }
.insolvenz-page__content > :first-child { margin-top: 0; }
.insolvenz-page__content > :last-child { margin-bottom: 0; }
.insolvenz-page__content h2,
.insolvenz-page__content h3 { color: var(--forest); font-family: var(--display); font-weight: 400; line-height: 1.1; }
.insolvenz-page__content h3 { margin-top: 1.7em; font-size: 30px; }
.insolvenz-page__content a { color: var(--forest-bright); text-underline-offset: 3px; overflow-wrap: anywhere; }
.insolvenz-page__sidenav {
  position: sticky;
  top: 120px;
  max-height: calc(100vh - 150px);
  margin: 0;
  padding: 12px;
  overflow: auto;
  background: var(--paper);
  border-radius: 22px;
  box-shadow: 0 16px 50px rgba(11,33,27,.08);
  list-style: none;
  scrollbar-width: thin;
}
.insolvenz-page__sidenav ul { margin: 6px 0 6px 12px; padding: 0 0 0 11px; border-left: 1px solid var(--sand); list-style: none; }
.insolvenz-page__sidenav a { display: block; padding: 10px 12px; color: #415149; border-radius: 10px; font-size: 13px; line-height: 1.35; text-decoration: none; }
.insolvenz-page__sidenav a:hover { color: var(--forest); background: var(--cream); }
.insolvenz-page__sidenav a.current { color: var(--white); background: var(--forest); font-weight: 800; }
.v5-topic-toggle { display: none; }

/* Footer */
.site-footer { margin-top: 0; color: rgba(255,255,255,.72); background: var(--ink); }
.v5-footer-head {
  width: min(calc(100% - 48px), var(--wide));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 60px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.v5-footer-head p { margin: 0; color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.v5-footer-head a { color: var(--white); font-family: var(--display); font-size: clamp(28px, 4vw, 58px); line-height: 1; text-decoration: none; }
.v5-footer-head a:hover { color: var(--lime); }
.footer-main {
  width: min(calc(100% - 48px), var(--wide));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 50px;
  padding: 75px 0;
}
.footer-main section { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-brand img { width: 170px; padding: 14px; background: var(--paper); border-radius: 12px; }
.footer-brand p { max-width: 350px; }
.footer-title { margin: 0 0 12px; color: var(--white); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.footer-main a { color: inherit; text-decoration: none; }
.footer-main a:hover { color: var(--lime); }
.footer-main address { font-style: normal; }
.footer-bottom {
  width: min(calc(100% - 48px), var(--wide));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0 30px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 11px;
  letter-spacing: .04em;
}

/* Gentle entry motion */
.v5-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.v5-reveal.is-in-view { opacity: 1; transform: none; }
.v5-reading-progress { position: fixed; z-index: 2000; top: 0; left: 0; width: 0; height: 3px; background: var(--lime); pointer-events: none; }

@media (min-width: 768px) {
  .col-md-4 { width: 33.333333% !important; }
  .col-md-6 { width: 50% !important; }
  .col-md-8 { width: 66.666667% !important; }
}
@media (min-width: 992px) {
  .col-lg-3 { width: 25% !important; }
  .col-lg-6 { width: 50% !important; }
}

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 170px 1fr auto; gap: 22px; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 13px; }
  .v5-hero { grid-template-columns: 1fr 44%; }
  .v5-hero-copy { padding-right: 50px; }
  .v5-story-copy { padding: 60px; }
}

@media (max-width: 920px) {
  body { font-size: 16px; }
  .v5-topline { display: none; }
  .site-header { top: 0; }
  .header-inner { min-height: 78px; grid-template-columns: 160px 1fr auto; }
  .menu-toggle {
    grid-column: 3;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 9px 12px;
    color: var(--ink);
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 999px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
  }
  .menu-toggle i,
  .menu-toggle i::before,
  .menu-toggle i::after { width: 16px; height: 1px; display: block; background: currentColor; transition: transform .2s ease; }
  .menu-toggle i { position: relative; }
  .menu-toggle i::before,
  .menu-toggle i::after { content: ""; position: absolute; left: 0; }
  .menu-toggle i::before { top: -5px; }
  .menu-toggle i::after { top: 5px; }
  .menu-toggle[aria-expanded="true"] i { background: transparent; }
  .menu-toggle[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }
  .site-nav {
    position: fixed;
    top: 78px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 44px 30px;
    overflow: auto;
    background: var(--cream);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .3s ease, visibility .3s;
  }
  .site-nav.is-open { transform: none; visibility: visible; }
  .site-nav a { padding: 19px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 31px; font-weight: 400; }
  .site-nav a::after { display: none; }
  .v5-header-contact { display: none; }

  .v5-hero { min-height: 0; grid-template-columns: 1fr; }
  .v5-hero-copy { min-height: 630px; padding: 80px 30px 55px; }
  .v5-hero-copy h1 { font-size: clamp(58px, 13vw, 94px); }
  .v5-hero-visual { min-height: 620px; }
  .v5-section-heading { display: block; }
  .v5-section-heading .v5-kicker { margin-bottom: 20px; }
  .v5-story { grid-template-columns: 1fr; }
  .v5-story-image { min-height: 520px; }
  .v5-insolvency-feature { grid-template-columns: 1fr; }
  .v5-insolvency-image { min-height: 520px; }
  .v5-final-cta { grid-template-columns: 1fr; align-items: start; }
  .v5-final-cta > div:last-child { justify-self: start; }
  .insolvenz-page__breadcrumbs + .container > .row { grid-template-columns: 1fr; }
  .order-md-1,
  .order-md-2 { order: initial; }
  .v5-portal-detail .order-md-1 { order: 2; }
  .v5-portal-detail .order-md-2 { order: 1; }
  .v5-topic-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 14px 17px;
    color: var(--white);
    background: var(--forest);
    border: 0;
    border-radius: 13px;
    cursor: pointer;
    font-weight: 800;
  }
  .insolvenz-page__sidenav { position: static; display: none; max-height: none; }
  .insolvenz-page__sidenav.is-expanded { display: block; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main section:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .header-inner { width: min(calc(100% - 28px), var(--wide)); min-height: 72px; grid-template-columns: 138px 1fr auto; }
  .brand { width: 138px; }
  .site-nav { top: 72px; }
  .menu-toggle span { display: none; }
  .container { width: min(calc(100% - 28px), var(--content)); }
  .v5-hero-copy { min-height: 590px; padding: 65px 20px 42px; }
  .v5-hero-copy h1 { font-size: clamp(53px, 16vw, 76px); }
  .v5-hero-lead { margin-top: 28px; font-size: 18px; }
  .v5-actions { align-items: stretch; flex-direction: column; }
  .v5-actions .v5-button { width: 100%; }
  .v5-hero-facts { grid-template-columns: 1fr; gap: 13px; padding-top: 38px; }
  .v5-hero-facts li { display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; border-top: 1px solid var(--line); border-left: 0; }
  .v5-hero-facts li:first-child { border-top: 1px solid var(--line); }
  .v5-hero-facts span { margin-top: 0; }
  .v5-hero-visual { min-height: 500px; }
  .v5-hero-note { bottom: 22px; padding: 19px 22px; }
  .v5-orbit { width: 68px; height: 68px; top: 20px; right: 20px; }
  .v5-service-index { padding: 85px 20px; }
  .v5-section-heading { margin-bottom: 42px; }
  .v5-section-heading h2 { font-size: 52px; }
  .v5-service-row { grid-template-columns: 42px 1fr 26px; gap: 12px; padding: 30px 0; }
  .v5-service-row:hover { padding-right: 8px; padding-left: 8px; }
  .v5-service-copy strong { font-size: 27px; }
  .v5-service-copy small { font-size: 13px; }
  .v5-service-arrow { font-size: 24px; }
  .v5-statement { width: min(calc(100% - 38px), 1180px); padding: 95px 0; }
  .v5-statement h2 { font-size: 45px; }
  .v5-statement-text { font-size: 30px; }
  .v5-story { width: min(calc(100% - 24px), var(--wide)); margin-bottom: 90px; border-radius: 26px; }
  .v5-story-image { min-height: 390px; }
  .v5-story-copy { padding: 42px 24px; }
  .v5-story-copy h2 { margin-bottom: 34px; font-size: 44px; }
  .v5-capability-list article { grid-template-columns: 36px 1fr; gap: 12px; }
  .v5-insolvency-image { min-height: 390px; }
  .v5-insolvency-copy { padding: 70px 24px; }
  .v5-insolvency-copy h2 { font-size: 53px; }
  .v5-quote { width: min(calc(100% - 38px), 1120px); padding: 95px 0; }
  .v5-quote blockquote { font-size: 38px; }
  .v5-final-cta { width: min(calc(100% - 24px), var(--wide)); gap: 30px; padding: 48px 24px; border-radius: 26px; }
  .v5-final-cta h2 { font-size: 48px; }
  .image-content-block,
  .insolvenz-page__header-image { width: min(calc(100% - 24px), var(--wide)); height: 320px; margin-top: 18px; border-radius: 22px; }
  .image-content-block + .text-content-block { margin-top: -45px; }
  .image-content-block + .text-content-block .text-content-block__content { padding: 30px 22px; border-radius: 20px; }
  .text-content-block,
  .teasers-content-block,
  .i-can-bullet-points-content-block,
  .too-green-content-block,
  .testimonials-content-block,
  .team-holder-content-block { padding: 65px 0; }
  .text-content-block h1,
  .text-content-block h2 { font-size: 42px; }
  .too-green-content-block .container { grid-template-columns: 1fr; }
  .i-can-bullet-point { grid-template-columns: 62px 1fr; padding: 22px; }
  .i-can-bullet-point img { width: 58px; height: 58px; }
  .userform-fields { grid-template-columns: 1fr; }
  .legal-hero { padding: 75px 20px; }
  .legal-content { width: min(calc(100% - 24px), 1000px); margin-bottom: 70px; padding: 35px 22px; border-radius: 20px; }
  .v5-portal-page .insolvenz-page__header-image { width: 100%; height: 280px; margin: 0; border-radius: 0; }
  .insolvenz-page__breadcrumbs { padding: 42px 0; }
  .insolvenz-page__breadcrumbs h1 { font-size: 45px; }
  .insolvenz-page__breadcrumbs + .container { padding-top: 45px; padding-bottom: 80px; }
  .insolvenz-page__content { padding: 27px 21px; border-radius: 20px; }
  .insolvenz-page__title { font-size: 44px; }
  .v5-footer-head { width: min(calc(100% - 30px), var(--wide)); display: block; padding: 48px 0; }
  .v5-footer-head p { margin-bottom: 16px; }
  .v5-footer-head a { font-size: 28px; overflow-wrap: anywhere; }
  .footer-main { width: min(calc(100% - 30px), var(--wide)); grid-template-columns: 1fr 1fr; gap: 40px 24px; padding: 55px 0; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main section:last-child { grid-column: auto; }
  .footer-bottom { width: min(calc(100% - 30px), var(--wide)); display: block; padding-bottom: 90px; }
  .footer-bottom span { display: block; margin-bottom: 4px; }
}

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