@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
      var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ink: #102e32;
  --ink-deep: #071d21;
  --blue: #008ca8;
  --blue-dark: #08788d;
  --blue-pale: #9de0e7;
  --blue-bright: #19b9cf;
  --cream: #f3efe6;
  --paper: #fbf8f1;
  --warm: #efc36f;
  --white: #fff;
  --line: #102e3230;
  --line-light: #fff3;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.skip-link {
  z-index: 100;
  color: var(--ink);
  background: var(--warm);
  border-radius: 3px;
  padding: 12px 16px;
  font-weight: 750;
  transition: transform 0.16s;
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
}
.skip-link:focus-visible {
  transform: translateY(0);
}
#hauptinhalt:focus {
  outline: 0;
}
:focus-visible {
  outline: 3px solid var(--warm);
  outline-offset: 4px;
}
.site-header {
  z-index: 40;
  color: #fff;
  border-bottom: 1px solid var(--line-light);
  -webkit-backdrop-filter: blur(15px) saturate(120%);
  backdrop-filter: blur(15px) saturate(120%);
  background: #071d21f6;
  grid-template-columns: 1.12fr auto 1fr;
  align-items: center;
  gap: 32px;
  min-height: 104px;
  padding: 0 clamp(22px, 4.4vw, 72px);
  display: grid;
  position: fixed;
  inset: 0 0 auto;
  box-shadow: 0 13px 36px #04161929;
}
.site-header:before {
  content: "";
  pointer-events: none;
  clip-path: polygon(0 0, 92% 0, 78% 100%, 0 100%);
  background: linear-gradient(90deg, #008ca833, #008ca80a 68%, #0000);
  width: clamp(340px, 31vw, 610px);
  position: absolute;
  inset: 0 auto 0 0;
}
.brand {
  isolation: isolate;
  align-items: center;
  width: fit-content;
  min-height: 104px;
  display: flex;
  position: relative;
}
.brand-stage {
  z-index: -1;
  border-right: 1px solid #9de0e729;
  position: absolute;
  inset: 0 -48px 0 -72px;
  overflow: hidden;
  transform: skew(-9deg);
}
.brand-stage:before {
  content: "";
  opacity: 0.16;
  background-image:
    linear-gradient(#9de0e72e 1px, #0000 1px),
    linear-gradient(90deg, #9de0e72e 1px, #0000 1px);
  background-size: 28px 28px;
  position: absolute;
  inset: 0;
}
.brand-stage i {
  background: var(--blue-pale);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  box-shadow: 0 0 0 6px #9de0e714;
}
.brand-stage i:first-child {
  top: 26px;
  right: 37px;
}
.brand-stage i:nth-child(2) {
  background: var(--warm);
  bottom: 21px;
  left: 34px;
}
.brand-stage b {
  color: #9de0e70e;
  font-size: 9.5rem;
  font-style: normal;
  line-height: 1;
  position: absolute;
  top: -38px;
  right: 13px;
  transform: skew(9deg);
}
.brand-plate {
  background: 0 0;
  align-items: center;
  width: 310px;
  padding: 0;
  display: flex;
  position: relative;
}
.brand-logo {
  aspect-ratio: 2652/280;
  width: 100%;
  display: block;
  position: relative;
}
.brand-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.brand-logo-color {
  filter: none;
}
.brand-logo-white {
  filter: brightness(0) invert();
  clip-path: inset(0 0 0 12.8%);
}
.desktop-nav {
  gap: clamp(20px, 2.35vw, 38px);
  font-size: 0.82rem;
  font-weight: 650;
  display: flex;
}
.desktop-nav a {
  padding: 12px 0;
  position: relative;
}
.desktop-nav a:after {
  content: "";
  background: var(--blue-pale);
  height: 2px;
  transition: right 0.18s;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 100%;
}
.desktop-nav a:hover:after,
.desktop-nav a:focus-visible:after {
  right: 0;
}
.header-cta {
  border: 1px solid #ffffff73;
  justify-self: end;
  align-items: center;
  gap: 18px;
  min-height: 46px;
  padding: 0 18px;
  font-size: 0.84rem;
  font-weight: 720;
  transition:
    color 0.18s,
    background 0.18s;
  display: inline-flex;
}
.header-cta:hover {
  color: var(--ink);
  background: var(--blue-pale);
}
.mobile-menu {
  display: none;
}
.arrow {
  flex: none;
  width: 1.15em;
  height: 1.15em;
  transition: transform 0.18s;
  display: inline-flex;
}
.arrow svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 100%;
  height: 100%;
}
a:hover .arrow {
  transform: translate(3px, -3px);
}
.hero {
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 79% 32%, #00acc852, transparent 31%),
    radial-gradient(circle at 12% 91%, #9de0e721, transparent 28%),
    var(--ink-deep);
  grid-template-columns: minmax(0, 0.93fr) minmax(520px, 1.07fr);
  align-items: center;
  gap: clamp(55px, 7vw, 125px);
  min-height: 920px;
  padding: 185px clamp(24px, 4.4vw, 72px) 112px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  pointer-events: none;
  opacity: 0.14;
  background-image:
    linear-gradient(#ffffff21 1px, #0000 1px),
    linear-gradient(90deg, #ffffff21 1px, #0000 1px);
  background-size: 86px 86px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(110deg, #000, #0000 72%);
  mask-image: linear-gradient(110deg, #000, #0000 72%);
}
.hero:after {
  content: "INDIVIDUELL  ·  VERBUNDEN  ·  WEITERGEDACHT";
  z-index: 0;
  color: #071d21bd;
  background: var(--blue-pale);
  height: 315px;
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.14em;
  text-align: center;
  writing-mode: vertical-rl;
  padding: 14px 12px;
  font-size: 0.56rem;
  font-weight: 760;
  position: absolute;
  top: 150px;
  right: 52px;
}
.hero-copy,
.hero-story,
.hero-footnote {
  z-index: 1;
  position: relative;
}
.eyebrow,
.section-index {
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-pale);
  margin: 0 0 24px;
  font-size: 0.7rem;
  font-weight: 700;
}
.hero h1 {
  letter-spacing: -0.072em;
  max-width: 920px;
  margin: 0;
  font-size: clamp(4.5rem, 7vw, 8.1rem);
  font-weight: 820;
  line-height: 0.86;
}
.hero h1 em {
  color: var(--blue-pale);
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-weight: 400;
  display: block;
}
.hero-lead {
  color: #ffffffbd;
  max-width: 730px;
  margin: 38px 0 0;
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  line-height: 1.65;
}
.hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
  display: flex;
}
.button {
  border: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 56px;
  padding: 0 24px;
  font-size: 0.91rem;
  font-weight: 740;
  transition:
    transform 0.18s,
    color 0.18s,
    background 0.18s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary:hover {
  background: #c0f0f4;
}
.button-dark {
  color: #fff;
  background: var(--ink);
}
.button-dark:hover {
  background: var(--blue-dark);
}
.button-light {
  color: var(--ink-deep);
  background: #fff;
}
.button-light:hover {
  background: var(--warm);
}
.text-link {
  border-bottom: 1px solid #ffffff59;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  font-size: 0.87rem;
  font-weight: 680;
  display: inline-flex;
}
.text-link:hover {
  border-color: var(--blue-pale);
}
.text-link-dark {
  color: var(--ink);
  border-color: var(--line);
}
.hero-story {
  min-height: 560px;
}
.hero-orbit {
  z-index: 0;
  border: 1px solid #9de0e73b;
  border-radius: 50%;
  width: 560px;
  height: 560px;
  position: absolute;
  top: -16px;
  right: -70px;
  box-shadow:
    0 0 0 68px #9de0e706,
    0 0 0 137px #9de0e705;
}
.hero-orbit:before {
  content: "";
  border: 1px dashed #efc36f4d;
  border-radius: 50%;
  position: absolute;
  inset: 20%;
}
.hero-orbit i {
  border: 3px solid var(--ink-deep);
  background: var(--warm);
  width: 13px;
  height: 13px;
  box-shadow: 0 0 0 1px var(--warm);
  border-radius: 50%;
  position: absolute;
}
.hero-orbit i:first-child {
  top: 29%;
  left: 5%;
}
.hero-orbit i:nth-child(2) {
  background: var(--blue-pale);
  box-shadow: 0 0 0 1px var(--blue-pale);
  bottom: 24%;
  right: 7%;
}
.hero-orbit span {
  color: var(--warm);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.56rem;
  position: absolute;
  top: 23%;
  left: 0;
  transform: translate(-120%);
}
.story-note,
.story-result {
  color: var(--warm);
  margin: 0;
  font-family: Georgia, serif;
  font-size: 1.08rem;
  font-style: italic;
  position: absolute;
  transform: rotate(-4deg);
}
.story-note {
  top: 2px;
  left: 1%;
}
.story-note:after {
  content: "";
  border-top: 1px solid var(--warm);
  width: 105px;
  height: 29px;
  position: absolute;
  top: 8px;
  left: 110%;
  transform: rotate(8deg);
}
.story-result {
  bottom: 0;
  right: 0;
  transform: rotate(3deg);
}
.story-card {
  z-index: 2;
  min-height: 140px;
  color: var(--ink);
  background: var(--cream);
  flex-direction: column;
  justify-content: space-between;
  padding: 23px 25px;
  display: flex;
  position: absolute;
  box-shadow: 0 30px 70px #00000038;
}
.story-card span {
  font-family: var(--font-geist-mono), monospace;
  color: var(--blue-dark);
  font-size: 0.64rem;
}
.story-card strong {
  letter-spacing: -0.035em;
  font-size: clamp(1.15rem, 1.6vw, 1.6rem);
  line-height: 1.08;
}
.story-card small {
  color: #102e3299;
  font-size: 0.69rem;
}
.story-card-one {
  width: 43%;
  top: 72px;
  left: 0;
  transform: rotate(-2deg);
}
.story-card-two {
  color: #fff;
  background: var(--blue);
  width: 54%;
  top: 220px;
  right: 1%;
  transform: rotate(1.4deg);
}
.story-card-two span,
.story-card-two small {
  color: #ffffffb3;
}
.story-card-three {
  background: var(--blue-pale);
  width: 49%;
  bottom: 45px;
  left: 8%;
  transform: rotate(-1deg);
}
.story-path {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 4px 0 0;
  overflow: visible;
}
.story-path path {
  fill: none;
  stroke: var(--warm);
  stroke-width: 2px;
  stroke-dasharray: 7 9;
}
.hero-app-window {
  z-index: 2;
  width: 91%;
  color: var(--ink);
  background: #f8f5ed;
  border: 1px solid #ffffff8c;
  border-radius: 7px;
  position: absolute;
  top: 42px;
  left: 0;
  overflow: hidden;
  transform: rotate(-0.7deg);
  box-shadow: 0 34px 90px #00000052;
}
.app-window-bar {
  color: #102e326b;
  height: 38px;
  font-family: var(--font-geist-mono), monospace;
  background: #e7e2d8;
  border-bottom: 1px solid #102e321f;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  font-size: 0.55rem;
  display: flex;
}
.app-window-bar i {
  background: #c3bbb0;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.app-window-bar i:first-child {
  background: var(--warm);
}
.app-window-bar span {
  margin-left: 8px;
}
.app-shell {
  grid-template-columns: 54px 1fr;
  min-height: 435px;
  display: grid;
}
.app-shell aside {
  color: #fff;
  background: var(--ink);
  flex-direction: column;
  align-items: center;
  gap: 21px;
  padding: 17px 0;
  display: flex;
}
.app-shell aside b {
  width: 28px;
  height: 28px;
  color: var(--ink);
  background: var(--blue-pale);
  border-radius: 4px;
  place-items: center;
  font-size: 0.57rem;
  display: grid;
}
.app-shell aside i {
  background: #ffffff47;
  border-radius: 3px;
  width: 15px;
  height: 4px;
}
.app-shell aside i:nth-child(2) {
  background: #9de0e71f;
  border: 1px solid #ffffff8c;
  width: 22px;
  height: 22px;
}
.app-workspace {
  padding: 27px 24px 24px;
}
.app-greeting {
  flex-direction: column;
  display: flex;
}
.app-greeting span {
  color: var(--blue-dark);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.57rem;
  font-weight: 760;
}
.app-greeting strong {
  letter-spacing: -0.035em;
  margin-top: 5px;
  font-size: 1.33rem;
}
.app-kpis {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
  display: grid;
}
.app-kpis span {
  background: #fff;
  border: 1px solid #102e321a;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 70px;
  padding: 12px;
  display: flex;
}
.app-kpis small {
  color: #102e3285;
  font-size: 0.56rem;
}
.app-kpis b {
  color: var(--blue-dark);
  font-size: 1.5rem;
}
.app-board {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 12px;
  display: grid;
}
.app-board > div {
  background: #102e3209;
  border-top: 2px solid #102e322b;
  min-height: 205px;
  padding: 13px 9px;
}
.app-board > div:nth-child(2) {
  border-color: var(--blue);
}
.app-board > div > small {
  color: #102e3273;
  letter-spacing: 0.08em;
  margin-bottom: 11px;
  font-size: 0.48rem;
  display: block;
}
.app-board p {
  background: #fff;
  flex-direction: column;
  gap: 5px;
  margin: 7px 0;
  padding: 10px;
  font-size: 0.58rem;
  line-height: 1.25;
  display: flex;
  box-shadow: 0 5px 12px #102e320f;
}
.app-board p b {
  color: var(--blue-dark);
  font-size: 0.48rem;
}
.app-board p.accent {
  background: #dff5f6;
}
.app-board p.done {
  opacity: 0.52;
  text-decoration: line-through;
}
.hero-phone {
  z-index: 4;
  width: 172px;
  min-height: 315px;
  color: var(--ink);
  background: var(--blue-pale);
  border: 6px solid #082b31;
  border-radius: 25px;
  flex-direction: column;
  padding: 21px 15px 17px;
  display: flex;
  position: absolute;
  bottom: 6px;
  right: -2px;
  transform: rotate(3deg);
  box-shadow: 0 28px 55px #00000057;
}
.hero-phone > span {
  align-self: center;
  margin-bottom: 24px;
  font-size: 0.47rem;
}
.hero-phone strong {
  margin-bottom: 16px;
  font-size: 0.93rem;
}
.hero-phone p {
  background: #ffffffb8;
  align-items: center;
  gap: 7px;
  margin: 0 0 7px;
  padding: 10px 8px;
  font-size: 0.55rem;
  display: flex;
}
.hero-phone p i {
  border: 1px solid var(--blue-dark);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.hero-phone button {
  color: #fff;
  background: var(--ink);
  min-height: 34px;
  font: inherit;
  border: 0;
  border-radius: 2px;
  margin-top: auto;
  font-size: 0.52rem;
}
.hero-data-note {
  z-index: 5;
  width: 220px;
  min-height: 70px;
  color: var(--ink);
  background: var(--warm);
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  display: flex;
  position: absolute;
  bottom: 19px;
  left: -20px;
  transform: rotate(-2deg);
  box-shadow: 0 16px 35px #0000003d;
}
.hero-data-note span {
  width: 40px;
  height: 40px;
  font-family: var(--font-geist-mono), monospace;
  border: 1px solid #102e3259;
  border-radius: 50%;
  flex: none;
  place-items: center;
  font-size: 0.58rem;
  display: grid;
}
.hero-data-note b {
  font-size: 0.66rem;
  line-height: 1.3;
}
.hero-made-note {
  z-index: 6;
  color: var(--ink);
  background: #fff;
  border: 1px solid #102e3229;
  padding: 8px 13px;
  font-family: Georgia, serif;
  font-size: 0.8rem;
  font-style: italic;
  position: absolute;
  top: 106px;
  right: 8px;
  transform: rotate(3deg);
  box-shadow: 0 10px 24px #0000002e;
}
.hero-footnote {
  color: #fff6;
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.62rem;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: clamp(24px, 4.4vw, 72px);
  right: clamp(24px, 4.4vw, 72px);
}
.belief-section {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 0.36fr 1fr;
  gap: clamp(50px, 9vw, 150px);
  padding: 145px clamp(24px, 4.4vw, 72px) 175px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.belief-section:before {
  content: "";
  border: 1px solid #008ca833;
  border-radius: 50%;
  width: 560px;
  height: 560px;
  position: absolute;
  top: -235px;
  left: -350px;
  box-shadow:
    0 0 0 72px #008ca807,
    0 0 0 145px #008ca805;
}
.section-index {
  color: var(--blue-dark);
}
.belief-section > div {
  max-width: 1280px;
  position: relative;
}
.belief-section h2,
.section-heading h2,
.process-intro h2,
.craft-copy h2,
.reference-copy h2,
.company-title h2,
.contact-section h2 {
  letter-spacing: -0.062em;
  margin: 0;
  font-size: clamp(3rem, 5.3vw, 6.6rem);
  line-height: 0.92;
}
.belief-section h2 em,
.process-intro h2 em,
.company-title h2 em {
  color: var(--blue-dark);
  font-family: Georgia, serif;
  font-weight: 400;
}
.belief-section > div > p {
  color: #102e32b0;
  max-width: 780px;
  margin: 45px 0 0 auto;
  font-size: 1.05rem;
  line-height: 1.78;
}
.belief-sketch {
  width: 190px;
  height: 115px;
  color: var(--ink);
  place-items: center;
  display: grid;
  position: absolute;
  top: -65px;
  right: 0;
  transform: rotate(4deg);
}
.belief-sketch:before,
.belief-sketch:after {
  content: "";
  border: 2px solid var(--warm);
  border-radius: 51% 44% 55% 46%;
  position: absolute;
  inset: 11px 1px 17px;
  transform: rotate(-5deg);
}
.belief-sketch:after {
  opacity: 0.5;
  inset: 5px 7px 20px 0;
  transform: rotate(4deg);
}
.belief-sketch span {
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
}
.belief-sketch i {
  background: var(--warm);
  width: 74px;
  height: 1px;
  position: absolute;
  bottom: 19px;
  right: -57px;
  transform: rotate(13deg);
}
.belief-sketch small {
  font-family: Georgia, serif;
  font-size: 0.72rem;
  font-style: italic;
  position: absolute;
  bottom: -3px;
  right: -72px;
}
.principle-ribbon {
  z-index: 3;
  min-height: 112px;
  color: var(--ink-deep);
  background: var(--warm);
  clip-path: polygon(0 26%, 100% 0, 100% 74%, 0 100%);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 2.7vw, 48px);
  margin: -39px 0 -33px;
  padding: 23px clamp(24px, 4.4vw, 72px);
  font-size: clamp(0.62rem, 0.78vw, 0.78rem);
  font-weight: 780;
  display: flex;
  position: relative;
}
.principle-ribbon i {
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-style: normal;
  font-weight: 400;
}
.offers-section {
  background: var(--paper);
  padding: 165px clamp(24px, 4.4vw, 72px) 140px;
}
.section-heading {
  grid-template-columns: 0.36fr 1fr;
  gap: clamp(50px, 9vw, 150px);
  max-width: 1650px;
  margin: 0 auto 75px;
  display: grid;
}
.section-heading > div > p {
  color: #102e32a8;
  max-width: 630px;
  margin: 30px 0 0;
  font-size: 1rem;
  line-height: 1.7;
}
.offers-list {
  border-top: 1px solid var(--line);
  max-width: 1650px;
  margin: 0 auto;
}
.offer {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 0.36fr 1fr 0.72fr;
  align-items: center;
  gap: clamp(35px, 6vw, 95px);
  min-height: 255px;
  padding: 34px 0;
  transition:
    padding 0.2s,
    background 0.2s;
  display: grid;
}
.offer:hover {
  background: var(--cream);
  margin-inline: -24px;
  padding-inline: 24px;
}
.offer-key {
  color: var(--blue-dark);
  font-family: var(--font-geist-mono), monospace;
  align-items: center;
  gap: 20px;
  font-size: 0.68rem;
  display: flex;
}
.offer-key i {
  background: var(--line);
  width: 82px;
  height: 1px;
}
.offer-copy > p {
  color: var(--blue-dark);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 0.7rem;
  font-weight: 730;
}
.offer h3 {
  letter-spacing: -0.045em;
  max-width: 700px;
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 3.35rem);
  line-height: 1.02;
}
.offer-detail > p {
  color: #102e32ad;
  margin: 0;
  line-height: 1.72;
}
.offer-detail small {
  color: var(--blue-dark);
  font-family: var(--font-geist-mono), monospace;
  margin-top: 24px;
  font-size: 0.65rem;
  display: block;
}
.solution-stories {
  gap: 30px;
  max-width: 1650px;
  margin: 0 auto;
  display: grid;
}
.solution-story {
  border: 1px solid var(--line);
  background: var(--cream);
  grid-template-columns: minmax(340px, 0.67fr) minmax(0, 1.33fr);
  min-height: 610px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 65px #082d3213;
}
.solution-story:after {
  z-index: 4;
  color: #ffffff13;
  letter-spacing: -0.08em;
  pointer-events: none;
  font-size: clamp(9rem, 14vw, 15rem);
  font-weight: 850;
  line-height: 1;
  position: absolute;
  top: -45px;
  right: -10px;
}
.solution-copy {
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 78px);
  display: flex;
}
.solution-copy > p:first-child {
  color: var(--blue-dark);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  align-items: center;
  gap: 14px;
  margin: 0 0 35px;
  font-size: 0.68rem;
  font-weight: 730;
  display: flex;
}
.solution-copy > p:first-child span {
  border: 1px solid var(--line);
  width: 34px;
  height: 34px;
  font-family: var(--font-geist-mono), monospace;
  border-radius: 50%;
  flex: none;
  place-items: center;
  font-size: 0.58rem;
  display: grid;
}
.solution-copy h3 {
  letter-spacing: -0.058em;
  margin: 0;
  font-size: clamp(2.2rem, 3.55vw, 4.7rem);
  line-height: 0.96;
}
.solution-copy > p:nth-of-type(2) {
  color: #102e32ad;
  max-width: 650px;
  margin: 32px 0;
  line-height: 1.75;
}
.solution-copy small {
  color: var(--blue-dark);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.63rem;
  line-height: 1.7;
}
.process-visual,
.people-visual,
.data-visual {
  min-height: 610px;
  position: relative;
  overflow: hidden;
}
.process-visual {
  color: #fff;
  background:
    radial-gradient(circle at 72% 19%, #008ca83d, transparent 29%),
    var(--ink-deep);
  grid-template-columns: repeat(7, auto);
  align-items: center;
  padding: 68px 38px 115px;
  display: grid;
}
.process-visual:before {
  content: "";
  opacity: 0.13;
  background-image:
    linear-gradient(#fff3 1px, #0000 1px),
    linear-gradient(90deg, #fff3 1px, #0000 1px);
  background-size: 58px 58px;
  position: absolute;
  inset: 0;
}
.process-lane,
.process-visual > i,
.process-status {
  z-index: 1;
  position: relative;
}
.process-lane {
  background: #ffffff0e;
  border: 1px solid #ffffff3d;
  flex-direction: column;
  width: clamp(120px, 9vw, 180px);
  min-height: 205px;
  padding: 22px 18px;
  display: flex;
}
.process-lane.active {
  color: var(--ink);
  background: var(--blue-pale);
  border-color: var(--blue-pale);
  transform: translateY(-18px);
  box-shadow: 0 24px 48px #0000003d;
}
.process-lane span {
  color: var(--warm);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.6rem;
}
.process-lane.active span {
  color: var(--blue-dark);
}
.process-lane b {
  margin-top: auto;
  font-size: 1.18rem;
}
.process-lane small {
  color: #ffffff8a;
  margin-top: 9px;
  font-size: 0.6rem;
  line-height: 1.4;
}
.process-lane.active small {
  color: #102e329e;
}
.process-visual > i {
  color: var(--warm);
  padding-inline: 10px;
  font-family: Georgia, serif;
  font-size: 1.6rem;
  font-style: normal;
}
.process-status {
  color: #ffffffb8;
  background: #ffffff0f;
  border: 1px solid #fff3;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 18px;
  font-size: 0.7rem;
  display: flex;
  position: absolute;
  bottom: 43px;
  left: 9%;
  right: 9%;
}
.process-status i {
  background: var(--warm);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 5px #efc36f21;
}
.solution-people {
  background: #e7f3f3;
}
.solution-people .solution-copy {
  order: 2;
}
.people-visual {
  background: linear-gradient(140deg, #0c778d, #009fbb);
  min-height: 610px;
  padding: 70px 78px;
}
.people-visual:after {
  content: "";
  border: 1px solid #ffffff42;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: -280px;
  left: -180px;
  box-shadow:
    0 0 0 75px #ffffff09,
    0 0 0 150px #ffffff06;
}
.portal-card {
  z-index: 1;
  min-height: 455px;
  color: var(--ink);
  background: #f8f5ed;
  border-radius: 6px;
  padding: 34px;
  position: relative;
  transform: rotate(-1deg);
  box-shadow: 0 30px 65px #0430394d;
}
.portal-top {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 28px;
  display: flex;
}
.portal-top b {
  font-size: clamp(1.15rem, 2vw, 2rem);
}
.portal-top span {
  color: var(--blue-dark);
  background: #d9eff0;
  border-radius: 20px;
  padding: 8px 10px;
  font-size: 0.62rem;
}
.portal-news {
  color: #fff;
  background: var(--ink);
  grid-template-columns: 38% 1fr;
  gap: 25px;
  min-height: 190px;
  margin-top: 25px;
  padding: 22px;
  display: grid;
}
.portal-news > i {
  background: linear-gradient(145deg, var(--blue), var(--blue-pale));
  display: block;
}
.portal-news p {
  flex-direction: column;
  justify-content: center;
  margin: 0;
  display: flex;
}
.portal-news small {
  color: var(--warm);
  font-size: 0.53rem;
}
.portal-news b {
  margin: 13px 0 10px;
  font-size: 1.05rem;
  line-height: 1.15;
}
.portal-news span {
  color: #ffffff94;
  font-size: 0.66rem;
  line-height: 1.4;
}
.portal-links {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
  display: grid;
}
.portal-links span {
  border: 1px solid var(--line);
  flex-direction: column;
  justify-content: space-between;
  min-height: 67px;
  padding: 11px;
  font-size: 0.62rem;
  display: flex;
}
.portal-links b {
  color: var(--blue-dark);
  align-self: flex-end;
  font-size: 1.25rem;
}
.people-phone {
  z-index: 3;
  width: 185px;
  min-height: 340px;
  color: var(--ink);
  border: 7px solid var(--ink-deep);
  background: #fff;
  border-radius: 27px;
  flex-direction: column;
  padding: 23px 15px 16px;
  display: flex;
  position: absolute;
  bottom: 28px;
  right: 33px;
  transform: rotate(3deg);
  box-shadow: 0 28px 55px #04303961;
}
.people-phone > span {
  align-self: center;
  margin-bottom: 24px;
  font-size: 0.48rem;
}
.people-phone > b {
  margin-bottom: 15px;
  font-size: 1rem;
}
.people-phone p {
  background: var(--cream);
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  padding: 10px 7px;
  font-size: 0.57rem;
  display: flex;
}
.people-phone p i {
  border: 1px solid var(--blue);
  border-radius: 2px;
  flex: none;
  width: 8px;
  height: 8px;
}
.people-phone .mock-button {
  color: #fff;
  background: var(--blue-dark);
  min-height: 35px;
  font: inherit;
  border: 0;
  place-items: center;
  margin-top: auto;
  font-size: 0.55rem;
  display: grid;
}
.data-visual {
  color: #fff;
  background: #0b3137;
  grid-template-columns: 0.65fr 1fr 0.75fr;
  align-items: center;
  min-height: 610px;
  display: grid;
}
.data-visual:before {
  content: "";
  opacity: 0.14;
  background-image: radial-gradient(circle, #ffffff8c 1px, #0000 1px);
  background-size: 24px 24px;
  position: absolute;
  inset: 0;
}
.data-sources,
.data-core,
.data-result {
  z-index: 2;
  position: relative;
}
.data-sources {
  gap: 13px;
  padding-left: 40px;
  display: grid;
}
.data-sources span {
  width: 100px;
  min-height: 48px;
  font-family: var(--font-geist-mono), monospace;
  background: #ffffff0f;
  border: 1px solid #ffffff40;
  place-items: center;
  font-size: 0.63rem;
  display: grid;
}
.data-lines {
  z-index: 1;
  position: absolute;
  inset: 23% 25% 23% 19%;
}
.data-lines i {
  background: linear-gradient(90deg, var(--blue-pale), #9de0e733, var(--warm));
  transform-origin: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}
.data-lines i:first-child {
  top: 8%;
  transform: rotate(12deg);
}
.data-lines i:nth-child(2) {
  top: 36%;
  transform: rotate(4deg);
}
.data-lines i:nth-child(3) {
  top: 64%;
  transform: rotate(-4deg);
}
.data-lines i:nth-child(4) {
  top: 92%;
  transform: rotate(-12deg);
}
.data-core {
  aspect-ratio: 1;
  text-align: center;
  width: 260px;
  color: var(--ink);
  background: var(--blue-pale);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  box-shadow:
    0 0 0 18px #9de0e712,
    0 0 0 40px #9de0e709;
}
.data-core small {
  color: var(--blue-dark);
  letter-spacing: 0.09em;
  font-size: 0.52rem;
}
.data-core b {
  margin: 18px 0;
  font-size: 1.55rem;
  line-height: 1.08;
}
.data-core span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.55rem;
}
.data-result {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #ffffff13;
  border: 1px solid #ffffff40;
  flex-direction: column;
  margin-right: 40px;
  padding: 28px 24px;
  display: flex;
}
.data-result > small {
  color: var(--warm);
  letter-spacing: 0.1em;
  font-size: 0.52rem;
}
.data-result > b {
  margin: 16px 0 25px;
  font-size: 1.3rem;
  line-height: 1.15;
}
.data-result > span {
  color: #ffffffad;
  border-top: 1px solid #ffffff29;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  font-size: 0.61rem;
  display: flex;
}
.data-result > span i {
  background: var(--warm);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.situations-section {
  color: #fff;
  background: var(--ink);
  grid-template-columns: 0.76fr 1.24fr;
  align-items: center;
  gap: clamp(70px, 10vw, 160px);
  padding: 125px clamp(24px, 4.4vw, 72px);
  display: grid;
}
.situations-intro h2 {
  letter-spacing: -0.06em;
  margin: 0;
  font-size: clamp(3rem, 4.8vw, 5.9rem);
  line-height: 0.92;
}
.situations-intro > p:last-child {
  color: #ffffffa6;
  max-width: 680px;
  margin: 34px 0 0;
  line-height: 1.75;
}
.situations-board {
  min-height: 710px;
  position: relative;
}
.situations-board:before,
.situations-board:after {
  content: "";
  background: #9de0e740;
  position: absolute;
}
.situations-board:before {
  width: 1px;
  top: 6%;
  bottom: 6%;
  left: 50%;
}
.situations-board:after {
  height: 1px;
  top: 50%;
  left: 6%;
  right: 6%;
}
.situation {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #ffffff0b;
  border: 1px solid #ffffff40;
  width: 42%;
  min-height: 210px;
  padding: 26px;
  position: absolute;
}
.situation-1 {
  top: 0;
  left: 0;
  transform: rotate(-1.5deg);
}
.situation-2 {
  top: 54px;
  right: 0;
  transform: rotate(1.5deg);
}
.situation-3 {
  bottom: 24px;
  left: 4%;
  transform: rotate(1deg);
}
.situation-4 {
  bottom: 0;
  right: 0;
  transform: rotate(-1deg);
}
.situation > span {
  color: var(--blue-pale);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.65rem;
}
.situation h3 {
  letter-spacing: -0.03em;
  margin: 38px 0 12px;
  font-size: 1.32rem;
}
.situation p {
  color: #fff9;
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.62;
}
.board-center {
  z-index: 4;
  text-align: center;
  width: 145px;
  height: 145px;
  color: var(--ink-deep);
  background: var(--warm);
  border-radius: 50%;
  place-items: center;
  font-family: Georgia, serif;
  font-style: italic;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-4deg);
  box-shadow: 0 12px 45px #0000004d;
}
.process-section {
  background-color: var(--cream);
  background-image:
    linear-gradient(#102e320b 1px, #0000 1px),
    linear-gradient(90deg, #102e320b 1px, #0000 1px);
  background-size: 72px 72px;
  grid-template-columns: minmax(0, 0.85fr) minmax(550px, 1.15fr);
  gap: clamp(80px, 12vw, 190px);
  padding: 150px clamp(24px, 4.4vw, 72px);
  display: grid;
  position: relative;
  overflow: hidden;
}
.process-section:after {
  content: "";
  border: 70px solid #008ca80e;
  border-radius: 50%;
  width: 440px;
  height: 440px;
  position: absolute;
  bottom: -300px;
  left: -280px;
}
.process-intro {
  align-self: start;
  position: sticky;
  top: 140px;
}
.process-intro > p:not(.section-index) {
  color: #102e32ad;
  max-width: 650px;
  margin: 36px 0;
  line-height: 1.75;
}
.workshop-note {
  width: min(100%, 520px);
  color: var(--ink);
  background: var(--warm);
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 58px;
  padding: 22px 24px;
  font-family: Georgia, serif;
  font-size: 0.82rem;
  font-style: italic;
  display: flex;
  transform: rotate(-1.2deg);
  box-shadow: 0 18px 38px #102e3224;
}
.workshop-note i {
  font-style: normal;
}
.workshop-note strong {
  font-weight: 700;
}
.process-list {
  counter-reset: step;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.process-list:before {
  content: "";
  background: linear-gradient(var(--warm), var(--blue), var(--blue-pale));
  width: 2px;
  position: absolute;
  top: 65px;
  bottom: 65px;
  left: 38px;
}
.process-list li {
  background: #fbf8f1ed;
  border: 1px solid #102e3224;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 28px;
  min-height: 205px;
  margin-bottom: 17px;
  padding: 34px 38px 34px 26px;
  display: grid;
  position: relative;
  box-shadow: 0 15px 38px #102e320e;
}
.process-list li:nth-child(2n) {
  margin-left: 30px;
}
.process-list li > span {
  z-index: 2;
  width: 27px;
  min-height: 55px;
  color: var(--blue-dark);
  background: var(--paper);
  font-family: var(--font-geist-mono), monospace;
  align-self: start;
  padding-top: 38px;
  font-size: 0.68rem;
  position: relative;
}
.process-list li > span i {
  border: 7px solid var(--paper);
  background: var(--warm);
  border-radius: 50%;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 8px;
  left: 0;
  box-shadow: 0 0 0 1px #102e322b;
}
.process-list li:nth-child(2) > span i {
  background: var(--blue-pale);
}
.process-list li:nth-child(3) > span i {
  background: var(--blue);
}
.process-list li:nth-child(4) > span i {
  background: var(--ink);
}
.process-list h3 {
  letter-spacing: -0.045em;
  margin: 0 0 15px;
  font-size: clamp(1.75rem, 2.5vw, 3rem);
}
.process-list p {
  color: #102e32ad;
  max-width: 670px;
  margin: 0;
  line-height: 1.7;
}
.craft-section {
  color: #fff;
  background: linear-gradient(135deg, var(--ink-deep), #0b3d45);
  padding: 135px clamp(24px, 4.4vw, 72px);
  position: relative;
  overflow: hidden;
}
.craft-line {
  background: var(--blue-pale);
  opacity: 0.55;
  height: 1px;
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
}
.craft-line i {
  background: var(--blue-pale);
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  top: -5px;
}
.craft-line i:first-child {
  left: 0;
}
.craft-line i:nth-child(2) {
  left: 25%;
}
.craft-line i:nth-child(3) {
  left: 50%;
}
.craft-line i:nth-child(4) {
  left: 75%;
}
.craft-line i:nth-child(5) {
  right: 0;
}
.craft-copy {
  grid-template-columns: 1.1fr 0.62fr;
  align-items: end;
  gap: clamp(60px, 10vw, 160px);
  max-width: 1650px;
  margin: 0 auto 75px;
  display: grid;
}
.craft-copy .eyebrow {
  grid-column: 1/-1;
  margin-bottom: -35px;
}
.craft-copy > p:last-child {
  color: #ffffffa6;
  margin: 0;
  line-height: 1.75;
}
.craft-layers {
  border-left: 1px solid var(--line-light);
  border-top: 1px solid var(--line-light);
  grid-template-columns: repeat(5, 1fr);
  max-width: 1650px;
  margin: 0 auto;
  display: grid;
}
.craft-layers article {
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  flex-direction: column;
  min-height: 220px;
  padding: 27px;
  transition: background 0.18s;
  display: flex;
}
.craft-layers span {
  color: var(--blue-pale);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.64rem;
}
.craft-layers strong {
  margin-top: auto;
  font-size: 1.25rem;
}
.craft-layers small {
  color: #ffffff80;
  margin-top: 9px;
  font-size: 0.68rem;
}
.reference-section {
  color: #fff;
  background: var(--blue);
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: clamp(60px, 9vw, 145px);
  min-height: 900px;
  padding: 135px clamp(24px, 4.4vw, 72px);
  display: grid;
  position: relative;
  overflow: hidden;
}
.reference-mark {
  color: #ffffff14;
  letter-spacing: -0.12em;
  font-size: clamp(16rem, 35vw, 42rem);
  font-weight: 860;
  line-height: 0.7;
  position: absolute;
  bottom: -8vw;
  left: -2vw;
}
.reference-copy,
.reference-orbit {
  z-index: 2;
  position: relative;
}
.reference-copy .section-index {
  color: #ffffffb8;
}
.reference-copy h2 {
  max-width: 850px;
}
.reference-lead {
  color: #ffffffc7;
  max-width: 750px;
  margin: 36px 0;
  font-size: 1.05rem;
  line-height: 1.75;
}
.reference-story {
  border-top: 1px solid #ffffff52;
  margin: 0 0 40px;
}
.reference-story p {
  color: #ffffffb3;
  border-bottom: 1px solid #ffffff52;
  grid-template-columns: 45px 180px 1fr;
  gap: 15px;
  margin: 0;
  padding: 20px 0;
  font-size: 0.84rem;
  line-height: 1.55;
  display: grid;
}
.reference-story span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.64rem;
}
.reference-story strong {
  color: #fff;
}
.reference-orbit {
  aspect-ratio: 1;
  border: 1px solid #ffffff54;
  border-radius: 50%;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.reference-orbit:before,
.reference-orbit:after {
  content: "";
  border: 1px solid #ffffff3d;
  border-radius: 50%;
  position: absolute;
  inset: 15%;
}
.reference-orbit:after {
  background: #071d2126;
  inset: 34%;
}
.orbit-core {
  z-index: 3;
  text-align: center;
  align-content: center;
  justify-items: center;
  display: grid;
  position: absolute;
  inset: 34%;
}
.orbit-core strong {
  font-size: clamp(1rem, 2vw, 1.6rem);
  line-height: 1.1;
}
.orbit-core small {
  color: #ffffff94;
  margin-top: 12px;
}
.orbit-item {
  z-index: 4;
  text-align: center;
  min-width: 126px;
  min-height: 48px;
  color: var(--ink);
  background: #fff;
  place-items: center;
  padding: 10px 14px;
  font-size: 0.76rem;
  font-weight: 700;
  display: grid;
  position: absolute;
  box-shadow: 0 14px 30px #05343f2e;
}
.orbit-a {
  top: 2%;
  left: 40%;
}
.orbit-b {
  top: 20%;
  right: 0;
}
.orbit-c {
  bottom: 20%;
  right: 1%;
}
.orbit-d {
  bottom: 1%;
  left: 37%;
}
.orbit-e {
  bottom: 21%;
  left: -1%;
}
.orbit-f {
  top: 20%;
  left: 0;
}
.company-section {
  background: linear-gradient(90deg, var(--paper), #f4f7f4);
  grid-template-columns: minmax(420px, 0.82fr) 1fr;
  align-items: center;
  gap: clamp(45px, 7vw, 110px);
  padding: 135px clamp(24px, 4.4vw, 72px);
  display: grid;
}
.company-title {
  color: #fff;
  background: linear-gradient(145deg, var(--ink-deep), #0b5360);
  min-height: 720px;
  padding: clamp(45px, 5vw, 76px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 32px 80px #071d212e;
}
.company-title:before {
  content: "J";
  color: #9de0e70f;
  font-size: 31rem;
  font-weight: 860;
  line-height: 1;
  position: absolute;
  top: -105px;
  right: -22px;
}
.company-title .section-index {
  z-index: 2;
  color: var(--blue-pale);
  position: relative;
}
.company-title h2 {
  z-index: 2;
  position: relative;
}
.company-title h2 em {
  color: var(--blue-pale);
}
.spreewald-story {
  z-index: 2;
  background: #00000014;
  border-top: 1px solid #ffffff29;
  height: 320px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.spreewald-story svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.spreewald-story .river {
  fill: none;
  stroke: #9de0e75c;
  stroke-width: 2px;
}
.spreewald-story .river-two {
  stroke: #ffffff29;
  stroke-width: 1px;
}
.spreewald-story .river-three {
  stroke: #efc36f66;
  stroke-dasharray: 7 9;
}
.spreewald-story circle {
  fill: var(--warm);
  stroke: var(--ink-deep);
  stroke-width: 4px;
}
.spreewald-story .place {
  z-index: 3;
  color: #fff;
  min-width: 98px;
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #071d21b8;
  border: 1px solid #ffffff47;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 0.58rem;
  font-weight: 760;
  position: absolute;
  box-shadow: 0 10px 26px #0000002e;
}
.place-vetschau {
  top: 66%;
  left: 10%;
}
.place-luebben {
  top: 29%;
  right: 9%;
}
.spreewald-caption {
  z-index: 3;
  color: var(--ink);
  background: var(--warm);
  border-radius: 9px;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 10px 14px;
  font-family: Georgia, serif;
  font-size: 0.78rem;
  font-style: italic;
  display: flex;
  position: absolute;
  bottom: 25px;
  right: clamp(24px, 3vw, 48px);
  transform: rotate(-1.5deg);
  box-shadow: 0 12px 28px #0003;
}
.spreewald-caption i {
  background: currentColor;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.company-copy {
  padding-block: 45px;
}
.company-lead {
  letter-spacing: -0.035em;
  margin: 0 0 30px;
  font-size: clamp(1.55rem, 2.3vw, 2.65rem);
  line-height: 1.25;
}
.company-copy > p:not(.company-lead) {
  color: #102e32ad;
  max-width: 850px;
  margin: 0;
  line-height: 1.8;
}
.company-facts {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  margin: 50px 0 36px;
  display: grid;
}
.company-facts span {
  border-right: 1px solid var(--line);
  color: #102e3299;
  flex-direction: column;
  justify-content: center;
  min-height: 145px;
  padding: 23px;
  font-size: 0.72rem;
  display: flex;
}
.company-facts span:last-child {
  border-right: 0;
}
.company-facts strong {
  color: var(--blue-dark);
  letter-spacing: -0.05em;
  margin-bottom: 9px;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1;
}
.contact-section {
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 82% 55%, #008ca845, transparent 30%),
    var(--ink-deep);
  grid-template-columns: 1fr 0.6fr;
  align-items: end;
  gap: clamp(70px, 10vw, 160px);
  padding: 150px clamp(24px, 4.4vw, 72px);
  display: grid;
  position: relative;
  overflow: hidden;
}
.contact-section > div:not(.contact-orbit) {
  z-index: 2;
  position: relative;
}
.contact-note {
  color: var(--warm);
  margin: 0;
  font-family: Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  position: absolute;
  top: 55px;
  right: 4%;
  transform: rotate(4deg);
}
.contact-orbit {
  z-index: 0;
  border: 1px solid #9de0e733;
  border-radius: 50%;
  width: 540px;
  height: 540px;
  position: absolute;
  top: -125px;
  right: -160px;
  box-shadow:
    0 0 0 70px #9de0e706,
    0 0 0 140px #9de0e705;
}
.contact-orbit span,
.contact-orbit b {
  color: var(--ink);
  background: var(--warm);
  font-family: var(--font-geist-mono), monospace;
  text-transform: uppercase;
  padding: 9px 14px;
  font-size: 0.6rem;
  position: absolute;
}
.contact-orbit span {
  bottom: 110px;
  left: 35px;
}
.contact-orbit b {
  background: var(--blue-pale);
  top: 115px;
  right: 45px;
}
.contact-orbit i {
  border: 1px dashed #ffffff3d;
  border-radius: 50%;
  position: absolute;
  inset: 28%;
}
.contact-actions > p {
  color: #ffffffa1;
  max-width: 620px;
  margin: 0 0 28px;
  line-height: 1.72;
}
.contact-phone {
  flex-direction: column;
  gap: 7px;
  margin-top: 30px;
  display: flex;
}
.contact-phone span {
  color: #ffffff80;
  font-size: 0.7rem;
}
.contact-phone strong {
  font-size: clamp(1.25rem, 2vw, 2rem);
}
.site-footer {
  color: #fff;
  border-top: 1px solid var(--line-light);
  background: #041519;
  grid-template-columns: 1fr auto;
  gap: 50px 80px;
  padding: 65px clamp(24px, 4.4vw, 72px) 30px;
  display: grid;
}
.footer-brand .brand-plate {
  width: 300px;
}
.footer-brand p {
  color: #ffffff7a;
  max-width: 510px;
  margin: 20px 0 0;
  font-size: 0.82rem;
}
.site-footer > nav:not(.footer-legal) {
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 15px 35px;
  font-size: 0.82rem;
  display: grid;
}
.footer-legal {
  border-top: 1px solid var(--line-light);
  color: #ffffff6b;
  flex-wrap: wrap;
  grid-column: 1/-1;
  gap: 24px;
  padding-top: 28px;
  font-size: 0.7rem;
  display: flex;
}
.footer-legal span {
  margin-left: auto;
}
.subpage-hero {
  isolation: isolate;
  color: #fff;
  background: var(--ink-deep);
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  align-items: center;
  gap: clamp(60px, 9vw, 150px);
  min-height: 790px;
  padding: 190px clamp(24px, 7vw, 120px) 105px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.subpage-hero:before {
  content: "";
  z-index: -1;
  opacity: 0.14;
  background-image:
    linear-gradient(#ffffff21 1px, #0000 1px),
    linear-gradient(90deg, #ffffff21 1px, #0000 1px);
  background-size: 82px 82px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(105deg, #000, #0000 78%);
  mask-image: linear-gradient(105deg, #000, #0000 78%);
}
.subpage-hero-copy {
  z-index: 2;
  max-width: 940px;
  position: relative;
}
.subpage-hero h1,
.contact-page h1 {
  letter-spacing: -0.07em;
  margin: 0;
  font-size: clamp(4.2rem, 6.6vw, 8rem);
  line-height: 0.88;
}
.subpage-hero h1 em,
.contact-page h1 em {
  color: var(--blue-pale);
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-weight: 400;
  display: block;
}
.subpage-hero-copy > p:last-child {
  color: #ffffffb3;
  max-width: 760px;
  margin: 38px 0 0;
  font-size: 1.12rem;
  line-height: 1.72;
}
.solution-map {
  aspect-ratio: 1;
  border: 1px solid #9de0e747;
  border-radius: 50%;
  width: min(100%, 650px);
  margin: auto;
  position: relative;
  box-shadow:
    0 0 0 70px #9de0e706,
    0 0 0 140px #9de0e704;
}
.solution-map:before,
.solution-map:after {
  content: "";
  border: 1px dashed #efc36f61;
  border-radius: 50%;
  position: absolute;
  inset: 18%;
}
.solution-map:after {
  background: #008ca829;
  border-style: solid;
  inset: 36%;
}
.solution-map-core {
  z-index: 2;
  text-align: center;
  place-content: center;
  display: grid;
  position: absolute;
  inset: 35%;
}
.solution-map-core span {
  color: var(--warm);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.58rem;
}
.solution-map-core strong {
  margin-top: 12px;
  font-size: clamp(0.9rem, 1.5vw, 1.35rem);
  line-height: 1.15;
}
.map-item {
  z-index: 3;
  min-width: 135px;
  min-height: 55px;
  color: var(--ink);
  background: #fff;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 750;
  display: grid;
  position: absolute;
  box-shadow: 0 16px 35px #0000003d;
}
.map-a {
  top: -2%;
  left: 38%;
}
.map-b {
  top: 43%;
  right: -5%;
}
.map-c {
  bottom: -2%;
  left: 39%;
}
.map-d {
  top: 43%;
  left: -5%;
}
.field-list {
  background: var(--cream);
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(70px, 10vw, 160px);
  padding: 140px clamp(24px, 7vw, 120px);
  display: grid;
}
.field-intro {
  align-self: start;
  position: sticky;
  top: 150px;
}
.field-intro h2 {
  letter-spacing: -0.06em;
  margin: 0;
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 0.92;
}
.field-intro h2 em {
  color: var(--blue-dark);
  font-family: Georgia, serif;
  font-weight: 400;
}
.field-row {
  border-top: 1px solid var(--line);
  grid-template-columns: 60px 1fr 50px;
  gap: 28px;
  min-height: 245px;
  padding: 38px 0;
  display: grid;
}
.field-row:last-child {
  border-bottom: 1px solid var(--line);
}
.field-row > span {
  font-family: var(--font-geist-mono), monospace;
  color: var(--blue-dark);
  font-size: 0.7rem;
}
.field-row h3 {
  letter-spacing: -0.05em;
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 3.2rem);
}
.field-row p {
  color: #102e32ad;
  max-width: 780px;
  margin: 20px 0;
  line-height: 1.72;
}
.field-row small {
  font-family: var(--font-geist-mono), monospace;
  color: var(--blue-dark);
  font-size: 0.62rem;
}
.field-row > a {
  border: 1px solid var(--line);
  align-self: start;
  place-items: center;
  width: 46px;
  height: 46px;
  transition: background 0.18s;
  display: grid;
}
.field-row > a:hover {
  background: var(--blue-pale);
}
.architecture-section {
  color: #fff;
  background: linear-gradient(135deg, var(--ink-deep), #0b3d45);
  padding: 135px clamp(24px, 7vw, 120px);
}
.architecture-section > div:first-child {
  grid-template-columns: 0.45fr 1fr;
  align-items: end;
  gap: 80px;
  max-width: 1450px;
  margin: 0 auto 70px;
  display: grid;
}
.architecture-section h2 {
  letter-spacing: -0.06em;
  margin: 0;
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 0.92;
}
.architecture-stack {
  border: 1px solid var(--line-light);
  grid-template-columns: repeat(5, 1fr);
  max-width: 1450px;
  margin: auto;
  display: grid;
}
.architecture-stack span {
  border-right: 1px solid var(--line-light);
  background: linear-gradient(#0000, #008ca812);
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  padding: 25px;
  display: flex;
}
.architecture-stack span:last-child {
  border: 0;
}
.architecture-stack b {
  font-size: 1.15rem;
}
.architecture-stack small {
  color: #ffffff7a;
  margin-top: 10px;
  font-size: 0.66rem;
}
.page-contact {
  color: #fff;
  background: var(--blue);
  grid-template-columns: 0.35fr 1fr auto;
  align-items: end;
  gap: clamp(35px, 6vw, 100px);
  padding: 110px clamp(24px, 7vw, 120px);
  display: grid;
}
.page-contact h2 {
  letter-spacing: -0.055em;
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.8rem, 4.6vw, 5.4rem);
  line-height: 0.94;
}
.page-contact div p {
  color: #ffffffb8;
  max-width: 720px;
  margin: 25px 0 0;
  line-height: 1.7;
}
.page-contact .eyebrow {
  color: #ffffffbf;
  align-self: start;
}
.projects-hero {
  background:
    radial-gradient(circle at 75% 35%, #008ca847, transparent 35%),
    var(--ink-deep);
}
.project-ledger {
  border: 1px solid #ffffff2e;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  gap: 18px;
  min-height: 540px;
  padding: 45px;
  display: grid;
  position: relative;
  transform: rotate(1deg);
}
.project-ledger:before {
  content: "PROJEKT";
  color: #9de0e714;
  letter-spacing: -0.08em;
  font-size: 9rem;
  font-weight: 850;
  position: absolute;
  top: -58px;
  right: -12px;
}
.project-ledger span {
  background: #ffffff0f;
  border: 1px solid #ffffff21;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 150px;
  padding: 25px;
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
  display: flex;
  position: relative;
}
.project-ledger small {
  color: var(--warm);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  font-style: normal;
  position: absolute;
  top: 20px;
  left: 20px;
}
.project-feature {
  color: #fff;
  background: var(--blue);
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(60px, 9vw, 150px);
  min-height: 860px;
  padding: 130px clamp(24px, 7vw, 120px);
  display: grid;
  overflow: hidden;
}
.project-feature-copy {
  z-index: 2;
  position: relative;
}
.project-feature h2 {
  letter-spacing: -0.065em;
  margin: 0;
  font-size: clamp(3.3rem, 5.4vw, 6.7rem);
  line-height: 0.91;
}
.project-feature-copy > p:not(.section-index) {
  color: #ffffffc7;
  max-width: 820px;
  margin: 35px 0;
  line-height: 1.78;
}
.project-tags {
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 36px;
  display: flex;
}
.project-tags span {
  border: 1px solid #ffffff59;
  padding: 9px 12px;
  font-size: 0.66rem;
}
.dbx-system {
  aspect-ratio: 1;
  border: 1px solid #ffffff57;
  border-radius: 50%;
  width: min(100%, 690px);
  margin: auto;
  position: relative;
}
.dbx-system:before,
.dbx-system:after {
  content: "";
  border: 1px solid #ffffff38;
  border-radius: 50%;
  position: absolute;
  inset: 18%;
}
.dbx-system:after {
  background: #071d212e;
  inset: 36%;
}
.dbx-system > strong {
  z-index: 3;
  letter-spacing: -0.1em;
  place-items: center;
  font-size: clamp(3rem, 6vw, 7rem);
  display: grid;
  position: absolute;
  inset: 36%;
}
.dbx-system > span {
  z-index: 4;
  min-width: 125px;
  min-height: 48px;
  color: var(--ink);
  background: #fff;
  place-items: center;
  padding: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  display: grid;
  position: absolute;
  box-shadow: 0 15px 30px #0000002e;
}
.dbx-system > span:first-of-type {
  top: 1%;
  left: 40%;
}
.dbx-system > span:nth-of-type(2) {
  top: 24%;
  right: -1%;
}
.dbx-system > span:nth-of-type(3) {
  bottom: 22%;
  right: 0;
}
.dbx-system > span:nth-of-type(4) {
  bottom: 1%;
  left: 39%;
}
.dbx-system > span:nth-of-type(5) {
  bottom: 23%;
  left: -1%;
}
.dbx-system > span:nth-of-type(6) {
  top: 24%;
  left: -1%;
}
.project-grid-section {
  background: var(--cream);
  padding: 140px clamp(24px, 7vw, 120px);
}
.project-grid-section .section-heading {
  margin-bottom: 70px;
}
.project-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.project-card {
  border: 1px solid var(--line);
  background: var(--paper);
  flex-direction: column;
  min-height: 610px;
  padding: 38px;
  display: flex;
  box-shadow: 0 20px 50px #102e320f;
}
.project-card > p:first-child {
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.07em;
  justify-content: space-between;
  gap: 15px;
  font-size: 0.55rem;
  display: flex;
}
.project-card > p:first-child span {
  color: var(--blue-dark);
}
.project-card > p:first-child small {
  color: #102e3273;
}
.project-card h3 {
  letter-spacing: -0.055em;
  margin: 70px 0 25px;
  font-size: clamp(2rem, 2.7vw, 3.3rem);
  line-height: 1;
}
.project-card > p:nth-of-type(2) {
  color: #102e32ab;
  line-height: 1.72;
}
.mini-ui,
.bridge-visual,
.flow-visual {
  background: var(--ink);
  color: #fff;
  min-height: 145px;
  margin-top: auto;
  padding: 20px;
}
.mini-ui {
  gap: 6px;
  display: grid;
}
.mini-ui span {
  background: #ffffff12;
  padding: 10px;
  font-size: 0.65rem;
}
.mini-ui b {
  float: right;
  color: var(--blue-pale);
}
.bridge-visual,
.flow-visual {
  justify-content: space-between;
  align-items: center;
  gap: 9px;
  display: flex;
}
.bridge-visual span,
.bridge-visual b,
.flow-visual span {
  background: #ffffff17;
  padding: 13px 10px;
  font-size: 0.62rem;
}
.bridge-visual b {
  color: var(--ink);
  background: var(--warm);
}
.flow-visual i {
  background: var(--blue-pale);
  flex: 1;
  height: 1px;
}
.work-hero {
  background: linear-gradient(140deg, var(--ink-deep), #0b3f48);
}
.work-thread {
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-height: 560px;
  padding-left: 90px;
  display: flex;
  position: relative;
}
.work-thread:before {
  content: "";
  background: linear-gradient(var(--warm), var(--blue-pale), var(--blue));
  width: 2px;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 38px;
}
.work-thread span {
  background: #ffffff0e;
  border: 1px solid #ffffff24;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: 700;
  display: flex;
  position: relative;
}
.work-thread span:before {
  content: "";
  background: var(--warm);
  width: 15px;
  height: 15px;
  box-shadow:
    0 0 0 8px var(--ink-deep),
    0 0 0 9px #ffffff47;
  border-radius: 50%;
  position: absolute;
  left: -58px;
}
.work-thread span:nth-child(2):before,
.work-thread span:nth-child(3):before {
  background: var(--blue-pale);
}
.work-thread span:nth-child(4):before,
.work-thread span:nth-child(5):before {
  background: var(--blue);
}
.work-thread small {
  color: var(--blue-pale);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
}
.work-steps {
  background: var(--cream);
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(70px, 10vw, 160px);
  padding: 140px clamp(24px, 7vw, 120px);
  display: grid;
}
.work-sticky {
  align-self: start;
  position: sticky;
  top: 150px;
}
.work-sticky h2 {
  letter-spacing: -0.06em;
  margin: 0;
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 0.93;
}
.work-sticky > p:not(.section-index) {
  color: #102e32ab;
  max-width: 620px;
  margin: 35px 0;
  line-height: 1.75;
}
.work-steps ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.work-steps li {
  border-top: 1px solid var(--line);
  grid-template-columns: 70px 1fr;
  gap: 30px;
  min-height: 220px;
  padding: 38px 0;
  display: grid;
}
.work-steps li:last-child {
  border-bottom: 1px solid var(--line);
}
.work-steps li > span {
  color: var(--blue-dark);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.7rem;
}
.work-steps h3 {
  letter-spacing: -0.05em;
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 3.5rem);
}
.work-steps li p {
  color: #102e32ad;
  max-width: 780px;
  margin: 0;
  line-height: 1.72;
}
.work-principles {
  color: #fff;
  background: var(--ink);
  padding: 120px clamp(24px, 7vw, 120px);
}
.work-principles > div {
  border: 1px solid var(--line-light);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.work-principles article {
  border-right: 1px solid var(--line-light);
  flex-direction: column;
  min-height: 270px;
  padding: 35px;
  display: flex;
}
.work-principles article:last-child {
  border: 0;
}
.work-principles span {
  color: var(--warm);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
}
.work-principles h3 {
  margin: auto 0 15px;
  font-size: 1.55rem;
}
.work-principles p {
  color: #ffffff91;
  margin: 0;
  line-height: 1.6;
}
.about-hero {
  background:
    radial-gradient(circle at 78% 35%, #008ca852, transparent 32%),
    var(--ink-deep);
}
.origin-card {
  min-height: 520px;
  color: var(--ink);
  background: var(--blue-pale);
  flex-direction: column;
  justify-content: flex-end;
  padding: 55px;
  display: flex;
  position: relative;
  transform: rotate(1.5deg);
  box-shadow: 28px 28px #008ca838;
}
.origin-card:before {
  content: "J";
  color: #102e3212;
  font-size: 25rem;
  font-weight: 850;
  line-height: 1;
  position: absolute;
  top: -55px;
  right: -12px;
}
.origin-card > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.72rem;
  position: absolute;
  top: 40px;
  left: 45px;
}
.origin-card strong {
  letter-spacing: -0.06em;
  max-width: 470px;
  font-size: clamp(2.5rem, 4vw, 5rem);
  line-height: 0.93;
  position: relative;
}
.origin-card small {
  font-family: var(--font-geist-mono), monospace;
  margin-top: 30px;
}
.about-story {
  background: var(--cream);
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(70px, 10vw, 160px);
  padding: 145px clamp(24px, 7vw, 120px);
  display: grid;
}
.about-story h2 {
  letter-spacing: -0.06em;
  margin: 0;
  font-size: clamp(3.2rem, 5vw, 6rem);
}
.about-lead {
  letter-spacing: -0.04em;
  margin: 0 0 32px;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 1.2;
}
.about-story > div:last-child > p:nth-child(2) {
  color: #102e32ad;
  max-width: 850px;
  line-height: 1.8;
}
.about-story blockquote {
  max-width: 800px;
  color: var(--ink);
  background: var(--warm);
  margin: 55px 0 0;
  padding: 30px 35px;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
  transform: rotate(-1deg);
}
.spreewald-panel {
  color: #fff;
  background: linear-gradient(145deg, var(--ink-deep), #0b4c57);
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
  min-height: 760px;
  padding: 120px clamp(24px, 7vw, 120px);
  display: grid;
}
.spreewald-map {
  border: 1px solid #ffffff2e;
  min-height: 510px;
  position: relative;
  overflow: hidden;
}
.spreewald-map svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.spreewald-map path {
  fill: none;
  stroke: #9de0e761;
  stroke-width: 2px;
}
.spreewald-map path:nth-child(2) {
  stroke: #efc36f6b;
  stroke-dasharray: 8 10;
}
.spreewald-map circle {
  fill: var(--warm);
  stroke: var(--ink-deep);
  stroke-width: 5px;
}
.spreewald-map span {
  color: var(--ink);
  font-family: var(--font-geist-mono), monospace;
  text-transform: uppercase;
  background: #fff;
  padding: 9px 13px;
  font-size: 0.64rem;
  position: absolute;
}
.map-vetschau {
  top: 69%;
  left: 23%;
}
.map-luebben {
  top: 28%;
  right: 18%;
}
.spreewald-panel h2 {
  letter-spacing: -0.06em;
  margin: 0;
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 0.93;
}
.spreewald-panel > div:last-child > p:not(.eyebrow) {
  color: #ffffffa6;
  max-width: 760px;
  margin: 35px 0;
  line-height: 1.78;
}
.contact-page {
  color: #fff;
  background:
    radial-gradient(circle at 78% 35%, #008ca840, transparent 32%),
    var(--ink-deep);
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(70px, 10vw, 160px);
  min-height: 900px;
  padding: 190px clamp(24px, 7vw, 120px) 110px;
  display: grid;
}
.contact-page-copy > p:not(.eyebrow) {
  color: #ffffffad;
  max-width: 780px;
  margin: 38px 0;
  font-size: 1.08rem;
  line-height: 1.75;
}
.contact-direct {
  border-top: 1px solid var(--line-light);
  display: grid;
}
.contact-direct a {
  border-bottom: 1px solid var(--line-light);
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 100px;
  padding: 22px 0;
  display: grid;
}
.contact-direct small {
  color: #ffffff75;
  grid-column: 1;
}
.contact-direct strong {
  grid-column: 1;
  font-size: clamp(1.15rem, 2vw, 1.85rem);
}
.contact-direct .arrow {
  grid-area: 1/2/3;
}
.conversation-card {
  color: var(--ink);
  background: var(--cream);
  padding: clamp(35px, 5vw, 70px);
  box-shadow: 30px 30px #008ca82e;
}
.conversation-card h2 {
  letter-spacing: -0.06em;
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: 0.96;
}
.conversation-card ol {
  border-top: 1px solid var(--line);
  margin: 45px 0;
  padding: 0;
  list-style: none;
}
.conversation-card li {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 21px 0;
  display: grid;
}
.conversation-card li > span {
  color: var(--blue-dark);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
}
.conversation-card li p {
  color: #102e32a8;
  margin: 0;
  line-height: 1.5;
}
.conversation-card li strong {
  color: var(--ink);
  margin-bottom: 5px;
  display: block;
}
.location-strip {
  background: var(--blue);
  color: #fff;
  grid-template-columns: 0.45fr 0.45fr 1.1fr;
  gap: 40px;
  padding: 75px clamp(24px, 7vw, 120px);
  display: grid;
}
.location-strip article {
  border-right: 1px solid #ffffff4d;
  padding-right: 30px;
}
.location-strip span {
  color: var(--blue-pale);
  font-family: var(--font-geist-mono), monospace;
  text-transform: uppercase;
  font-size: 0.62rem;
}
.location-strip article p {
  color: #ffffffb8;
  line-height: 1.65;
}
.location-strip > p {
  letter-spacing: -0.04em;
  justify-self: end;
  margin: 0;
  font-size: clamp(1.4rem, 2.3vw, 2.8rem);
  line-height: 1.15;
}
.location-strip em {
  color: var(--blue-pale);
  font-family: Georgia, serif;
  font-weight: 400;
}
.home-projects {
  background: linear-gradient(155deg, #d9eef0 0%, var(--cream) 62%);
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(65px, 9vw, 145px);
  padding: 145px clamp(24px, 7vw, 120px);
  display: grid;
}
.home-projects-intro {
  align-self: start;
  position: sticky;
  top: 150px;
}
.home-projects-intro h2 {
  letter-spacing: -0.063em;
  margin: 0;
  font-size: clamp(3rem, 5.2vw, 6.3rem);
  line-height: 0.92;
}
.home-projects-intro > p:not(.section-index) {
  color: #102e32ad;
  max-width: 660px;
  margin: 32px 0 38px;
  line-height: 1.75;
}
.home-project-grid {
  grid-template-columns: repeat(6, 1fr);
  align-content: start;
  gap: 16px;
  display: grid;
}
.home-project-card {
  background: var(--paper);
  border: 1px solid #102e321f;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1fr auto;
  gap: 9px;
  min-height: 400px;
  padding: 22px;
  transition:
    transform 0.22s,
    box-shadow 0.22s;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 50px #102e3214;
}
.home-project-card:hover {
  transform: translateY(-7px) rotate(-0.25deg);
  box-shadow: 0 32px 70px #102e3224;
}
.home-project-card img {
  object-fit: contain;
  background: #fff;
  grid-column: 1/-1;
  width: 100%;
  height: 250px;
  margin-bottom: 12px;
}
.home-project-card > span {
  color: var(--blue-dark);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  align-self: start;
  font-size: 0.58rem;
  font-weight: 750;
}
.home-project-card > strong {
  letter-spacing: -0.035em;
  grid-column: 1;
  max-width: 430px;
  font-size: clamp(1.25rem, 1.7vw, 1.8rem);
  line-height: 1.08;
}
.home-project-card > .arrow {
  grid-area: 3/2;
  align-self: end;
}
.home-project-rvs {
  grid-column: 1/-1;
  min-height: 540px;
  padding: 30px;
}
.home-project-rvs img {
  height: 355px;
}
.home-project-suew,
.home-project-brebit,
.home-project-kaev {
  grid-column: span 2;
}
.home-project-suew {
  transform: rotate(-0.6deg);
}
.home-project-brebit {
  transform: translateY(18px);
}
.home-project-kaev {
  transform: rotate(0.6deg);
}
.company-links {
  flex-wrap: wrap;
  gap: 20px 34px;
  display: flex;
}
.field-example {
  border-left: 3px solid var(--warm);
  padding-left: 18px;
  font-size: 0.83rem;
  color: var(--blue-dark) !important;
  margin-top: -5px !important;
  line-height: 1.55 !important;
}
.solution-proof {
  color: #fff;
  background:
    radial-gradient(circle at 72% 36%, #19b9cf33, transparent 36%),
    var(--ink-deep);
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: clamp(70px, 9vw, 145px);
  min-height: 820px;
  padding: 125px clamp(24px, 7vw, 120px);
  display: grid;
}
.solution-proof-copy h2 {
  letter-spacing: -0.062em;
  margin: 0;
  font-size: clamp(3rem, 5.2vw, 6.2rem);
  line-height: 0.92;
}
.solution-proof-copy > p:not(.section-index) {
  color: #ffffffad;
  max-width: 760px;
  margin: 34px 0 40px;
  line-height: 1.75;
}
.solution-proof-board {
  gap: 13px;
  display: grid;
}
.solution-proof-board article {
  background: #ffffff0e;
  border: 1px solid #ffffff29;
  grid-template-columns: 1fr auto 1.15fr auto 1fr;
  align-items: center;
  gap: 13px;
  min-height: 130px;
  padding: 28px 28px 24px 70px;
  transition:
    transform 0.18s,
    background 0.18s;
  display: grid;
  position: relative;
  box-shadow: 0 18px 40px #0000001f;
}
.solution-proof-board article:hover {
  background: #9de0e71a;
  transform: translate(-8px);
}
.solution-proof-board span {
  color: var(--warm);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.6rem;
  position: absolute;
  top: 22px;
  left: 23px;
}
.solution-proof-board strong,
.solution-proof-board b {
  text-align: center;
  background: #ffffff14;
  padding: 13px 10px;
  font-size: 0.73rem;
}
.solution-proof-board b {
  color: var(--ink);
  background: var(--blue-pale);
}
.solution-proof-board i {
  color: var(--warm);
  font-style: normal;
}
.solution-proof-board small {
  color: #fff6;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.52rem;
  position: absolute;
  bottom: 12px;
  right: 20px;
}
.projects-hero-real {
  background:
    radial-gradient(circle at 78% 36%, #19b9cf4d, transparent 31%),
    radial-gradient(circle at 12% 86%, #efc36f1a, transparent 28%),
    var(--ink-deep);
  min-height: 900px;
}
.project-collage {
  min-height: 590px;
  position: relative;
}
.project-collage:before {
  content: "ECHTE ARBEIT";
  color: #9de0e717;
  letter-spacing: -0.08em;
  white-space: nowrap;
  font-size: clamp(4rem, 7vw, 8.5rem);
  font-weight: 850;
  position: absolute;
  top: 4%;
  right: -2%;
}
.project-collage-image {
  z-index: 2;
  background: #fff;
  margin: 0;
  padding: 22px 22px 50px;
  position: absolute;
  top: 65px;
  left: 2%;
  right: 9%;
  transform: rotate(-1.4deg);
  box-shadow: 0 38px 80px #00000052;
}
.project-collage-image img {
  object-fit: contain;
  width: 100%;
  height: 385px;
}
.project-collage-image figcaption {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 0.9rem;
  font-style: italic;
  position: absolute;
  bottom: 19px;
  left: 28px;
}
.collage-note {
  z-index: 4;
  color: var(--ink);
  background: var(--warm);
  flex-direction: column;
  gap: 6px;
  padding: 17px 20px;
  font-weight: 820;
  display: flex;
  position: absolute;
  transform: rotate(2deg);
  box-shadow: 0 16px 35px #00000040;
}
.collage-note small {
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.52rem;
  font-weight: 650;
}
.collage-note-a {
  top: 32px;
  left: -4%;
}
.collage-note-b {
  color: #fff;
  background: var(--blue);
  bottom: 22px;
  right: -2%;
  transform: rotate(-2deg);
}
.collage-heart {
  z-index: 5;
  width: 62px;
  height: 62px;
  color: var(--ink);
  background: var(--blue-pale);
  border-radius: 50%;
  place-items: center;
  font-size: 1.55rem;
  display: grid;
  position: absolute;
  top: 34%;
  right: 1%;
  transform: rotate(8deg);
  box-shadow: 0 14px 30px #0000003d;
}
.project-manifesto {
  background: var(--warm);
  grid-template-columns: 0.32fr 1.68fr;
  gap: clamp(45px, 7vw, 110px);
  padding: 130px clamp(24px, 7vw, 120px);
  display: grid;
}
.project-manifesto .section-index {
  color: var(--ink);
}
.project-manifesto h2 {
  letter-spacing: -0.06em;
  max-width: 1450px;
  margin: 0;
  font-size: clamp(3.2rem, 5.3vw, 6.3rem);
  line-height: 0.98;
}
.project-manifesto div > p {
  color: #102e32b8;
  max-width: 900px;
  margin: 40px 0 0;
  font-size: 1.08rem;
  line-height: 1.8;
}
.real-projects {
  background: var(--cream);
}
.real-project {
  --project-accent: var(--blue-pale);
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.92fr);
  align-items: center;
  gap: clamp(65px, 9vw, 150px);
  min-height: 830px;
  padding: 130px clamp(24px, 7vw, 120px);
  scroll-margin-top: 104px;
  display: grid;
}
.real-project:nth-child(2n) {
  background: var(--paper);
  grid-template-columns: minmax(430px, 0.92fr) minmax(0, 1fr);
}
.real-project:nth-child(2n) .real-project-copy {
  grid-column: 2;
}
.real-project:nth-child(2n) .real-project-image {
  grid-area: 1/1;
  transform: rotate(-1.1deg);
}
.real-project-lime {
  --project-accent: #cce777;
}
.real-project-green {
  --project-accent: #a8c91a;
}
.real-project-gold {
  --project-accent: #f4bd2c;
}
.real-project-coral {
  --project-accent: #f47a61;
}
.real-project-leaf {
  --project-accent: #76b83f;
}
.real-project-race {
  --project-accent: #df2b36;
}
.project-number {
  color: var(--blue-dark);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 35px;
  font-size: 0.62rem;
  font-weight: 730;
}
.project-customer {
  color: #102e328c;
  align-items: center;
  gap: 16px;
  margin: 0 0 25px;
  font-size: 0.74rem;
  display: flex;
}
.project-customer span {
  color: var(--ink);
  background: var(--project-accent);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.06em;
  padding: 9px 12px;
  font-weight: 800;
}
.real-project h2 {
  letter-spacing: -0.064em;
  max-width: 900px;
  margin: 0;
  font-size: clamp(3.1rem, 5vw, 6.2rem);
  line-height: 0.91;
}
.project-description {
  color: #102e32b3;
  max-width: 850px;
  margin: 35px 0 42px;
  font-size: 1.03rem;
  line-height: 1.78;
}
.project-flow {
  border: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.project-flow li {
  border-right: 1px solid var(--line);
  align-items: flex-end;
  min-height: 115px;
  padding: 43px 15px 15px;
  font-size: 0.71rem;
  font-weight: 720;
  display: flex;
  position: relative;
}
.project-flow li:last-child {
  background: var(--project-accent);
  border: 0;
}
@supports (color: color-mix(in lab, red, red)) {
  .project-flow li:last-child {
    background: color-mix(in srgb, var(--project-accent) 28%, transparent);
  }
}
.project-flow span {
  color: var(--blue-dark);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.52rem;
  position: absolute;
  top: 13px;
  left: 14px;
}
.real-project-image {
  background: var(--project-accent);
  margin: 0;
  padding: 32px 30px 65px;
  position: relative;
  transform: rotate(1.1deg);
  box-shadow: 28px 30px #102e321a;
}
.real-project-image:before {
  content: "PROJEKT";
  color: #102e3240;
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  font-size: 0.52rem;
  position: absolute;
  top: 30px;
  left: -34px;
}
.real-project-image img {
  object-fit: contain;
  background: #fff;
  width: 100%;
  height: 450px;
}
.real-project-image figcaption {
  color: #102e329e;
  font-size: 0.62rem;
  line-height: 1.4;
  position: absolute;
  bottom: 19px;
  left: 32px;
  right: 32px;
}
.image-tape {
  z-index: 2;
  background: #ffffffad;
  width: 115px;
  height: 38px;
  position: absolute;
  top: -16px;
  left: 42%;
  transform: rotate(-3deg);
  box-shadow: 0 2px 4px #0000000f;
}
.product-stories {
  background: linear-gradient(150deg, #d7edef, var(--cream) 70%);
  padding: 145px clamp(24px, 7vw, 120px);
}
.product-stories .section-heading {
  margin-bottom: 80px;
}
.product-story-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}
.product-story-card {
  background: var(--paper);
  border: 1px solid var(--line);
  flex-direction: column;
  min-height: 750px;
  transition: transform 0.22s;
  display: flex;
  box-shadow: 0 25px 55px #102e3214;
}
.product-story-card figure {
  border-bottom: 1px solid var(--line);
  background: #fff;
  height: 340px;
  margin: 0;
  padding: 25px;
}
.product-story-card figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-story-card > div {
  flex-direction: column;
  flex: 1;
  padding: 35px;
  display: flex;
}
.product-story-card > div > p:first-child {
  color: var(--blue-dark);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  font-size: 0.58rem;
  font-weight: 720;
}
.product-story-card h3 {
  letter-spacing: -0.06em;
  margin: 12px 0 38px;
  font-size: clamp(2.2rem, 3vw, 3.8rem);
}
.product-story-card h4 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}
.product-story-card h4 + p {
  color: #102e32ab;
  margin: 20px 0 30px;
  line-height: 1.7;
}
.product-story-card .text-link {
  width: fit-content;
  margin-top: auto;
}
.project-takeaway {
  color: #fff;
  background: var(--blue);
  grid-template-columns: 0.35fr 1fr auto;
  align-items: end;
  gap: clamp(40px, 7vw, 110px);
  padding: 130px clamp(24px, 7vw, 120px);
  display: grid;
}
.project-takeaway > p {
  color: #ffffffad;
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  align-self: start;
  margin: 0;
  font-size: 0.68rem;
}
.project-takeaway h2 {
  letter-spacing: -0.06em;
  margin: 0;
  font-size: clamp(3rem, 5.2vw, 6.3rem);
  line-height: 0.94;
}
.project-takeaway em {
  color: var(--blue-pale);
  font-family: Georgia, serif;
  font-weight: 400;
}
.origin-card {
  justify-content: center;
}
.origin-card > span {
  letter-spacing: 0.1em;
}
.origin-card strong {
  max-width: 650px;
}
.origin-timeline {
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 44px;
  display: grid;
  position: relative;
}
.origin-timeline small {
  font-family: var(--font-geist-sans), Arial, sans-serif;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  line-height: 1.35;
  display: flex;
}
.origin-timeline b {
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.62rem;
}
.origin-timeline i {
  background: #102e3259;
  width: 30px;
  height: 1px;
}
@media (width<=1280px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    justify-self: end;
    display: block;
  }
  .mobile-menu summary {
    cursor: pointer;
    border: 1px solid #ffffff59;
    align-content: center;
    gap: 7px;
    width: 46px;
    height: 46px;
    padding: 12px;
    list-style: none;
    display: grid;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    background: #fff;
    height: 2px;
    display: block;
  }
  .mobile-menu nav {
    border-bottom: 1px solid var(--line-light);
    background: #071d21fc;
    padding: 12px 20px 25px;
    display: grid;
    position: fixed;
    top: 104px;
    left: 0;
    right: 0;
  }
  .mobile-menu nav a {
    border-bottom: 1px solid var(--line-light);
    padding: 15px 3px;
    font-weight: 650;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 165px;
  }
  .hero-copy {
    max-width: 1050px;
  }
  .hero-story {
    width: min(100%, 850px);
  }
  .hero:after {
    right: 36px;
  }
  .belief-section,
  .section-heading {
    grid-template-columns: 0.25fr 1fr;
  }
  .offer {
    grid-template-columns: 0.25fr 1fr 0.75fr;
  }
  .solution-story {
    grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
  }
  .process-visual {
    padding-inline: 25px;
  }
  .process-lane {
    width: clamp(105px, 9vw, 145px);
    padding-inline: 13px;
  }
  .process-visual > i {
    padding-inline: 6px;
  }
  .people-visual {
    padding-inline: 45px;
  }
  .data-core {
    width: 210px;
  }
  .situations-section {
    grid-template-columns: 1fr;
  }
  .situations-intro {
    max-width: 900px;
  }
  .situations-board {
    width: min(100%, 900px);
  }
  .craft-layers {
    grid-template-columns: repeat(3, 1fr);
  }
  .craft-layers article:nth-child(4),
  .craft-layers article:nth-child(5) {
    min-height: 180px;
  }
  .company-section {
    grid-template-columns: minmax(390px, 0.85fr) 1fr;
  }
  .company-title {
    min-height: 680px;
  }
  .subpage-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .solution-map {
    width: min(100%, 620px);
  }
  .project-ledger,
  .work-thread,
  .origin-card {
    width: min(100%, 760px);
  }
  .project-grid {
    grid-template-columns: 1fr 1fr;
  }
  .project-card:last-child {
    grid-column: 1/-1;
    min-height: 520px;
  }
}
@media (width<=940px) {
  html {
    scroll-padding-top: 78px;
  }
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 82px;
    padding-inline: 20px;
  }
  .site-header:before {
    width: 330px;
  }
  .brand {
    min-height: 82px;
  }
  .brand-stage {
    inset: 0 -35px 0 -20px;
  }
  .brand-plate {
    width: 245px;
  }
  .header-cta {
    display: none;
  }
  .mobile-menu {
    justify-self: end;
    display: block;
  }
  .mobile-menu summary {
    cursor: pointer;
    border: 1px solid #ffffff59;
    align-content: center;
    gap: 7px;
    width: 46px;
    height: 46px;
    padding: 12px;
    list-style: none;
    display: grid;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    background: #fff;
    height: 2px;
    display: block;
  }
  .mobile-menu nav {
    border-bottom: 1px solid var(--line-light);
    background: #071d21fc;
    padding: 12px 20px 25px;
    display: grid;
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
  }
  .mobile-menu nav a {
    border-bottom: 1px solid var(--line-light);
    padding: 15px 3px;
    font-weight: 650;
  }
  .hero {
    min-height: 0;
    padding: 140px 24px 95px;
  }
  .hero h1 {
    font-size: clamp(4rem, 12vw, 6.6rem);
  }
  .hero-story {
    width: min(100%, 820px);
  }
  .hero:after,
  .hero-footnote {
    display: none;
  }
  .belief-section,
  .section-heading,
  .process-section,
  .craft-copy,
  .reference-section,
  .company-section,
  .contact-section {
    grid-template-columns: 1fr;
  }
  .belief-sketch {
    top: -95px;
    right: 20px;
    transform: scale(0.85) rotate(4deg);
  }
  .principle-ribbon {
    gap: 18px;
    padding-inline: 34px;
  }
  .belief-section > div > p {
    margin-left: 0;
  }
  .offer {
    grid-template-columns: 70px 1fr;
  }
  .offer-detail {
    grid-column: 2;
  }
  .offer-key i {
    display: none;
  }
  .solution-story {
    grid-template-columns: 1fr;
  }
  .solution-copy {
    min-height: 480px;
  }
  .solution-people .solution-copy {
    order: 0;
  }
  .process-visual,
  .people-visual,
  .data-visual {
    min-height: 590px;
  }
  .process-lane {
    width: clamp(115px, 18vw, 155px);
  }
  .people-visual {
    padding-inline: 70px;
  }
  .data-core {
    width: 230px;
  }
  .process-intro,
  .company-title h2 {
    position: static;
  }
  .process-list li:nth-child(2n) {
    margin-left: 0;
  }
  .craft-copy .eyebrow {
    margin-bottom: -20px;
  }
  .reference-orbit {
    max-width: 650px;
  }
  .company-facts {
    max-width: 760px;
  }
  .company-title {
    min-height: 650px;
  }
  .company-copy {
    padding: 35px 18px 0;
  }
  .contact-note {
    display: none;
  }
  .field-list,
  .work-steps,
  .about-story,
  .architecture-section > div:first-child,
  .project-feature,
  .spreewald-panel,
  .contact-page {
    grid-template-columns: 1fr;
  }
  .field-intro,
  .work-sticky {
    position: static;
  }
  .architecture-stack {
    grid-template-columns: 1fr 1fr;
  }
  .architecture-stack span {
    border-bottom: 1px solid var(--line-light);
    min-height: 170px;
  }
  .page-contact {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .page-contact .button {
    width: fit-content;
  }
  .project-feature {
    min-height: 0;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-card,
  .project-card:last-child {
    grid-column: auto;
    min-height: 520px;
  }
  .work-principles > div {
    grid-template-columns: 1fr;
  }
  .work-principles article {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
    min-height: 210px;
  }
  .location-strip {
    grid-template-columns: 1fr 1fr;
  }
  .location-strip > p {
    grid-column: 1/-1;
    justify-self: start;
  }
}
@media (width<=640px) {
  .site-header:before {
    width: 270px;
  }
  .brand-stage {
    inset: 0 -22px 0 -20px;
  }
  .brand-stage b {
    display: none;
  }
  .brand-plate {
    width: 205px;
    padding: 0;
  }
  .hero {
    padding-inline: 20px;
  }
  .hero h1 {
    font-size: clamp(3.25rem, 15vw, 5rem);
  }
  .hero-lead {
    font-size: 1rem;
  }
  .hero-actions {
    align-items: flex-start;
  }
  .button {
    width: 100%;
  }
  .hero-story {
    min-height: 545px;
  }
  .hero-orbit {
    width: 440px;
    height: 440px;
    top: 35px;
    right: -165px;
  }
  .hero-app-window {
    width: 100%;
    top: 38px;
  }
  .app-shell {
    grid-template-columns: 38px 1fr;
    min-height: 382px;
  }
  .app-shell aside {
    gap: 18px;
  }
  .app-shell aside b {
    width: 23px;
    height: 23px;
  }
  .app-workspace {
    padding: 19px 13px;
  }
  .app-greeting strong {
    font-size: 1rem;
  }
  .app-kpis {
    gap: 5px;
  }
  .app-kpis span {
    flex-direction: column;
    align-items: flex-start;
    min-height: 58px;
    padding: 8px;
  }
  .app-kpis b {
    align-self: flex-end;
    font-size: 1.1rem;
  }
  .app-board {
    gap: 5px;
  }
  .app-board > div {
    min-height: 183px;
    padding-inline: 5px;
  }
  .app-board p {
    padding: 7px 5px;
    font-size: 0.47rem;
  }
  .hero-phone {
    border-width: 5px;
    width: 132px;
    min-height: 250px;
    padding: 17px 10px 11px;
    bottom: 12px;
    right: -4px;
  }
  .hero-phone > span {
    margin-bottom: 15px;
  }
  .hero-phone strong {
    font-size: 0.7rem;
  }
  .hero-phone p {
    padding: 7px 5px;
    font-size: 0.46rem;
  }
  .hero-phone button {
    min-height: 28px;
    font-size: 0.43rem;
  }
  .hero-data-note {
    width: 175px;
    min-height: 58px;
    padding: 9px 11px;
    bottom: 13px;
    left: -5px;
  }
  .hero-data-note span {
    width: 32px;
    height: 32px;
  }
  .hero-data-note b {
    font-size: 0.55rem;
  }
  .hero-made-note {
    display: none;
  }
  .story-card {
    width: 78%;
    min-height: 130px;
  }
  .story-card-one {
    left: 0;
  }
  .story-card-two {
    top: 225px;
    right: 0;
  }
  .story-card-three {
    bottom: 40px;
    left: 3%;
  }
  .story-path {
    opacity: 0.65;
  }
  .belief-section,
  .offers-section,
  .situations-section,
  .process-section,
  .craft-section,
  .reference-section,
  .company-section,
  .contact-section {
    padding: 86px 20px;
  }
  .belief-section {
    padding-bottom: 118px;
  }
  .belief-sketch {
    transform-origin: 100%;
    margin: 42px 0 -25px auto;
    position: relative;
    top: auto;
    right: auto;
    transform: scale(0.8) rotate(4deg);
  }
  .belief-sketch i,
  .belief-sketch small {
    display: none;
  }
  .principle-ribbon {
    text-align: center;
    clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
    grid-template-columns: 1fr 1fr;
    gap: 9px 18px;
    min-height: 150px;
    margin: -34px 0 -44px;
    padding: 39px 22px;
    display: grid;
  }
  .principle-ribbon i {
    display: none;
  }
  .belief-section,
  .section-heading {
    gap: 25px;
  }
  .belief-section h2,
  .section-heading h2,
  .process-intro h2,
  .craft-copy h2,
  .reference-copy h2,
  .company-title h2,
  .contact-section h2,
  .situations-intro h2 {
    font-size: clamp(2.65rem, 12.5vw, 4rem);
  }
  .offers-section .section-heading {
    margin-bottom: 45px;
  }
  .offer {
    grid-template-columns: 42px 1fr;
    gap: 15px;
    min-height: 0;
    padding: 32px 0;
  }
  .offer:hover {
    background: 0 0;
    margin-inline: 0;
    padding-inline: 0;
  }
  .offer-copy > p {
    margin-bottom: 14px;
  }
  .offer-detail {
    padding-top: 10px;
  }
  .solution-stories {
    gap: 18px;
  }
  .solution-copy {
    min-height: 0;
    padding: 45px 25px;
  }
  .solution-copy > p:first-child {
    align-items: flex-start;
    margin-bottom: 26px;
    line-height: 1.45;
  }
  .solution-copy h3 {
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }
  .solution-copy > p:nth-of-type(2) {
    margin: 25px 0;
  }
  .process-visual {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 8px;
    min-height: 670px;
    padding: 40px 25px 105px;
  }
  .process-lane {
    width: 100%;
    min-height: 105px;
    padding: 16px;
  }
  .process-lane.active {
    transform: translate(8px);
  }
  .process-lane b {
    margin-top: 19px;
  }
  .process-visual > i {
    text-align: center;
    padding: 0;
    transform: rotate(90deg);
  }
  .process-status {
    font-size: 0.58rem;
    bottom: 25px;
    left: 25px;
    right: 25px;
  }
  .people-visual {
    min-height: 520px;
    padding: 45px 20px;
  }
  .portal-card {
    min-height: 390px;
    padding: 22px 18px;
  }
  .portal-top {
    align-items: flex-start;
    gap: 10px;
  }
  .portal-top span {
    font-size: 0.5rem;
  }
  .portal-news {
    grid-template-columns: 33% 1fr;
    gap: 13px;
    min-height: 160px;
    padding: 14px;
  }
  .portal-news b {
    font-size: 0.8rem;
  }
  .portal-links {
    grid-template-columns: 1fr 1fr;
  }
  .portal-links span:last-child {
    display: none;
  }
  .people-phone {
    border-width: 5px;
    width: 142px;
    min-height: 268px;
    padding: 18px 10px 11px;
    bottom: 14px;
    right: 8px;
  }
  .people-phone > span {
    margin-bottom: 14px;
  }
  .people-phone > b {
    font-size: 0.76rem;
  }
  .people-phone p {
    padding: 7px 5px;
    font-size: 0.47rem;
  }
  .data-visual {
    grid-template-columns: 1fr;
    align-content: space-between;
    justify-items: center;
    min-height: 690px;
    padding: 35px 22px;
  }
  .data-sources {
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    width: 100%;
    padding: 0;
  }
  .data-sources span {
    width: 100%;
    min-height: 40px;
    font-size: 0.52rem;
  }
  .data-lines {
    opacity: 0.55;
    inset: 13% 13% 18%;
    transform: rotate(90deg);
  }
  .data-core {
    width: 205px;
  }
  .data-result {
    width: 100%;
    margin: 0;
  }
  .situations-board {
    gap: 14px;
    min-height: 0;
    display: grid;
  }
  .situations-board:before,
  .situations-board:after,
  .board-center {
    display: none;
  }
  .situation {
    width: 100%;
    min-height: 190px;
    position: static;
    transform: none;
  }
  .workshop-note {
    margin-top: 38px;
    padding: 18px;
  }
  .process-list:before {
    top: 54px;
    bottom: 54px;
    left: 31px;
  }
  .process-list li {
    grid-template-columns: 45px 1fr;
    gap: 15px;
    min-height: 0;
    padding: 28px 22px 28px 18px;
  }
  .process-list li > span {
    background: var(--paper);
  }
  .craft-copy {
    gap: 30px;
  }
  .craft-copy .eyebrow {
    margin-bottom: 0;
  }
  .craft-layers {
    grid-template-columns: 1fr;
  }
  .craft-layers article,
  .craft-layers article:nth-child(4),
  .craft-layers article:nth-child(5) {
    min-height: 170px;
  }
  .reference-story p {
    grid-template-columns: 35px 1fr;
  }
  .reference-story p strong {
    grid-column: 2;
  }
  .reference-story p {
    display: grid;
  }
  .reference-orbit {
    margin-top: 35px;
  }
  .orbit-item {
    min-width: 92px;
    min-height: 40px;
    padding: 7px 9px;
    font-size: 0.63rem;
  }
  .orbit-a {
    left: 36%;
  }
  .orbit-b,
  .orbit-c {
    right: -2%;
  }
  .orbit-d {
    left: 32%;
  }
  .orbit-e,
  .orbit-f {
    left: -2%;
  }
  .orbit-core strong {
    font-size: 0.82rem;
  }
  .orbit-core small {
    font-size: 0.6rem;
  }
  .company-facts {
    grid-template-columns: 1fr;
  }
  .company-section {
    gap: 30px;
  }
  .company-title {
    min-height: 560px;
    padding: 40px 25px;
  }
  .company-title:before {
    font-size: 23rem;
    right: -45px;
  }
  .spreewald-story {
    height: 265px;
  }
  .place-vetschau {
    top: 58%;
    left: 11%;
  }
  .place-luebben {
    top: 24%;
    right: 7%;
  }
  .company-copy {
    padding: 15px 4px 0;
  }
  .company-facts span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 110px;
  }
  .company-facts span:last-child {
    border-bottom: 0;
  }
  .site-footer {
    grid-template-columns: 1fr;
    padding: 54px 20px 28px;
  }
  .site-footer > nav:not(.footer-legal) {
    grid-template-columns: 1fr;
  }
  .footer-legal {
    flex-direction: column;
    grid-column: auto;
  }
  .footer-legal span {
    margin-left: 0;
  }
  .contact-orbit {
    opacity: 0.75;
    width: 390px;
    height: 390px;
    top: -115px;
    right: -245px;
  }
  .subpage-hero {
    gap: 65px;
    padding: 145px 20px 80px;
  }
  .subpage-hero h1,
  .contact-page h1 {
    font-size: clamp(3.25rem, 15vw, 5rem);
  }
  .subpage-hero-copy > p:last-child {
    font-size: 1rem;
  }
  .solution-map {
    width: 92%;
  }
  .map-item {
    min-width: 92px;
    min-height: 42px;
    font-size: 0.62rem;
  }
  .map-a {
    left: 32%;
  }
  .map-c {
    left: 33%;
  }
  .field-list,
  .architecture-section,
  .project-grid-section,
  .work-steps,
  .work-principles,
  .about-story,
  .spreewald-panel {
    gap: 55px;
    padding: 86px 20px;
  }
  .field-row {
    grid-template-columns: 35px 1fr;
    gap: 15px;
  }
  .field-row > a {
    grid-column: 2;
  }
  .architecture-section > div:first-child {
    gap: 30px;
    margin-bottom: 45px;
  }
  .architecture-stack {
    grid-template-columns: 1fr;
  }
  .architecture-stack span {
    border-right: 0;
    min-height: 145px;
  }
  .page-contact {
    padding: 80px 20px;
  }
  .page-contact .button {
    width: 100%;
  }
  .project-ledger {
    min-height: 430px;
    padding: 18px;
  }
  .project-ledger:before {
    font-size: 5.6rem;
    top: -30px;
  }
  .project-ledger span {
    min-height: 130px;
    padding: 17px;
    font-size: 0.95rem;
  }
  .project-feature {
    gap: 55px;
    padding: 86px 20px;
  }
  .dbx-system > span {
    min-width: 82px;
    min-height: 36px;
    font-size: 0.56rem;
  }
  .dbx-system > strong {
    font-size: 3rem;
  }
  .project-grid-section .section-heading {
    margin-bottom: 45px;
  }
  .project-card,
  .project-card:last-child {
    min-height: 520px;
    padding: 28px;
  }
  .project-card h3 {
    margin-top: 50px;
  }
  .work-thread {
    min-height: 480px;
    padding-left: 52px;
  }
  .work-thread:before {
    left: 19px;
  }
  .work-thread span {
    gap: 16px;
    min-height: 72px;
    padding: 15px;
    font-size: 0.95rem;
  }
  .work-thread span:before {
    width: 13px;
    height: 13px;
    left: -40px;
  }
  .work-steps li {
    grid-template-columns: 38px 1fr;
    gap: 15px;
  }
  .work-principles article {
    padding: 28px;
  }
  .origin-card {
    min-height: 420px;
    padding: 35px;
  }
  .origin-card:before {
    font-size: 18rem;
  }
  .origin-card > span {
    top: 28px;
    left: 30px;
  }
  .about-story blockquote {
    margin-top: 40px;
    padding: 24px;
    font-size: 1.05rem;
  }
  .spreewald-map {
    min-height: 360px;
  }
  .map-vetschau {
    top: 67%;
    left: 15%;
  }
  .map-luebben {
    top: 26%;
    right: 9%;
  }
  .contact-page {
    gap: 60px;
    min-height: 0;
    padding: 145px 20px 85px;
  }
  .conversation-card {
    padding: 32px 24px;
    box-shadow: 14px 14px #008ca82e;
  }
  .location-strip {
    grid-template-columns: 1fr;
    padding: 65px 20px;
  }
  .location-strip article {
    border-bottom: 1px solid #ffffff4d;
    border-right: 0;
  }
  .location-strip > p {
    grid-column: auto;
  }
}
@media (width<=1280px) {
  .home-projects {
    grid-template-columns: 1fr;
  }
  .home-projects-intro {
    max-width: 950px;
    position: static;
  }
  .home-project-grid {
    max-width: 1100px;
  }
  .solution-proof {
    grid-template-columns: 1fr;
  }
  .solution-proof-copy {
    max-width: 950px;
  }
  .solution-proof-board {
    width: 100%;
    max-width: 980px;
  }
  .project-manifesto {
    grid-template-columns: 0.25fr 1fr;
  }
  .real-project,
  .real-project:nth-child(2n) {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .real-project:nth-child(2n) .real-project-copy,
  .real-project:nth-child(2n) .real-project-image {
    grid-area: auto;
  }
  .real-project:nth-child(2n) .real-project-image {
    order: 2;
  }
  .real-project-copy {
    max-width: 1100px;
  }
  .real-project-image {
    justify-self: center;
    width: min(100%, 900px);
  }
  .product-story-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-story-card:last-child {
    grid-column: 1/-1;
    min-height: 650px;
  }
  .project-takeaway {
    grid-template-columns: 0.25fr 1fr;
  }
  .project-takeaway .button {
    grid-column: 2;
    width: fit-content;
  }
}
@media (width<=940px) {
  .home-project-rvs {
    min-height: 460px;
  }
  .home-project-rvs img {
    height: 285px;
  }
  .home-project-suew,
  .home-project-brebit,
  .home-project-kaev {
    grid-column: span 3;
  }
  .home-project-kaev {
    transform: none;
  }
  .project-manifesto {
    grid-template-columns: 1fr;
  }
  .project-manifesto .section-index {
    margin-bottom: 0;
  }
  .product-story-grid {
    grid-template-columns: 1fr;
  }
  .product-story-card:last-child {
    grid-column: auto;
  }
  .project-takeaway {
    grid-template-columns: 1fr;
  }
  .project-takeaway .button {
    grid-column: auto;
  }
  .project-collage {
    width: min(100%, 820px);
  }
  .origin-card {
    width: min(100%, 850px);
  }
}
@media (width<=640px) {
  .home-projects,
  .project-manifesto,
  .real-project,
  .product-stories,
  .project-takeaway,
  .solution-proof {
    padding: 86px 20px;
  }
  .home-project-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    display: grid;
  }
  .home-project-card,
  .home-project-rvs,
  .home-project-suew,
  .home-project-brebit,
  .home-project-kaev {
    grid-column: auto;
    min-height: 380px;
    padding: 18px;
    transform: none;
  }
  .home-project-card img,
  .home-project-rvs img {
    height: 235px;
  }
  .home-project-card > strong {
    font-size: 1.25rem;
  }
  .projects-hero-real {
    padding-bottom: 70px;
  }
  .project-collage {
    min-height: 430px;
  }
  .project-collage:before {
    font-size: 4.2rem;
    top: 0;
  }
  .project-collage-image {
    padding: 12px 12px 43px;
    top: 45px;
    left: 0;
    right: 0;
  }
  .project-collage-image img {
    height: 270px;
  }
  .project-collage-image figcaption {
    font-size: 0.7rem;
    bottom: 12px;
    left: 16px;
    right: 16px;
  }
  .collage-note {
    padding: 11px 13px;
    font-size: 0.72rem;
  }
  .collage-note-a {
    top: 27px;
    left: -3px;
  }
  .collage-note-b {
    bottom: 0;
    right: -3px;
  }
  .collage-heart {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
    top: 39%;
    right: 4px;
  }
  .project-manifesto h2,
  .real-project h2,
  .product-stories .section-heading h2,
  .project-takeaway h2,
  .solution-proof-copy h2 {
    font-size: clamp(2.7rem, 12vw, 4.1rem);
  }
  .real-project {
    gap: 55px;
    min-height: 0;
    scroll-margin-top: 82px;
  }
  .project-number {
    margin-bottom: 25px;
  }
  .project-customer {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }
  .project-description {
    margin: 28px 0 32px;
  }
  .project-flow {
    grid-template-columns: 1fr 1fr;
  }
  .project-flow li {
    min-height: 100px;
  }
  .project-flow li:nth-child(2) {
    border-right: 0;
  }
  .project-flow li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .real-project-image {
    padding: 17px 15px 58px;
    box-shadow: 12px 14px #102e321a;
    transform: none !important;
  }
  .real-project-image:before {
    display: none;
  }
  .real-project-image img {
    height: 290px;
  }
  .real-project-image figcaption {
    font-size: 0.57rem;
    bottom: 13px;
    left: 17px;
    right: 17px;
  }
  .image-tape {
    width: 82px;
    height: 28px;
    top: -12px;
    left: 39%;
  }
  .product-stories .section-heading {
    margin-bottom: 45px;
  }
  .product-story-card {
    min-height: 0;
  }
  .product-story-card figure {
    height: 285px;
    padding: 17px;
  }
  .product-story-card > div {
    padding: 28px 23px;
  }
  .product-story-card h3 {
    margin-bottom: 25px;
  }
  .project-takeaway {
    gap: 34px;
  }
  .project-takeaway .button {
    width: 100%;
  }
  .solution-proof {
    gap: 55px;
  }
  .solution-proof-board article {
    grid-template-columns: 1fr auto 1fr;
    min-height: 175px;
    padding: 48px 16px 27px;
  }
  .solution-proof-board article strong:last-of-type {
    grid-column: 3;
  }
  .solution-proof-board article b {
    grid-area: 2/1 / auto/-1;
  }
  .solution-proof-board article i:nth-of-type(2) {
    display: none;
  }
  .solution-proof-board span {
    top: 15px;
    left: 16px;
  }
  .field-example {
    font-size: 0.76rem;
  }
  .origin-card {
    padding: 35px 25px;
  }
  .origin-card strong {
    font-size: clamp(2.35rem, 10.5vw, 3.5rem);
  }
  .origin-timeline {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .origin-timeline i {
    width: 1px;
    height: 18px;
    margin-left: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
:root {
  --ink: #0d2527;
  --ink-deep: #08282b;
  --blue: #14779e;
  --blue-dark: #116f91;
  --blue-pale: #8edbd3;
  --blue-bright: #2ba89e;
  --cream: #f4f0e8;
  --paper: #fbf9f4;
  --warm: #f08a1c;
  --warm-soft: #ffd6a4;
  --coral: #ef6f61;
  --line: #0d25272b;
}
body {
  background:
    radial-gradient(circle at 8% 22%, #f08a1c0b, transparent 24rem),
    var(--paper);
}
.eyebrow,
.section-index {
  color: var(--blue-dark);
  align-items: center;
  gap: 11px;
  display: flex;
}
.eyebrow:before,
.section-index:before {
  content: "";
  background: currentColor;
  border-radius: 999px;
  flex: none;
  width: 30px;
  height: 2px;
}
.button {
  border-radius: 12px;
  box-shadow: 0 10px 26px #0d25271a;
}
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue-bright));
}
.button-primary:hover {
  color: var(--ink);
  background: var(--warm);
}
.button-dark {
  background: linear-gradient(135deg, var(--ink), #17484b);
}
.button-light {
  border: 1px solid #0d252714;
}
.site-header {
  background: #08282bf4;
  border-bottom-color: #ffffff26;
  grid-template-columns: 1.15fr auto 1fr;
  min-height: 96px;
}
.site-header:before {
  clip-path: polygon(0 0, 94% 0, 82% 100%, 0 100%);
  background:
    radial-gradient(circle at 16% 48%, #f08a1c3d, #0000 5px),
    linear-gradient(90deg, #14779e4d, #2ba89e14 72%, #0000);
  width: clamp(380px, 34vw, 660px);
}
.brand {
  min-height: 96px;
  padding-bottom: 10px;
}
.brand-stage {
  border-right-color: #ffffff1f;
  inset: 0 -56px 0 -72px;
}
.brand-stage:before {
  opacity: 0.11;
  background-size: 24px 24px;
}
.brand-stage i:first-child {
  background: var(--warm);
}
.brand-stage i:nth-child(2) {
  background: var(--blue-pale);
}
.brand-plate {
  width: clamp(285px, 19vw, 352px);
}
.brand-promise {
  color: #ffffff94;
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.52rem;
  font-weight: 700;
  position: absolute;
  bottom: 16px;
  left: 15.2%;
}
.desktop-nav {
  font-size: 0.88rem;
}
.desktop-nav a:after {
  background: var(--warm);
}
.header-cta {
  border-radius: 10px;
}
.header-cta:hover {
  color: var(--ink);
  border-color: var(--warm);
  background: var(--warm);
}
.hero {
  background:
    radial-gradient(circle at 74% 28%, #2ba89e38, transparent 29%),
    radial-gradient(circle at 9% 84%, #f08a1c21, transparent 27%),
    var(--ink-deep);
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  min-height: 920px;
}
.hero:before {
  opacity: 0.18;
  background-size: 72px 72px;
}
.hero:after {
  color: #08282bbd;
  background: var(--warm);
}
.hero .eyebrow {
  color: var(--blue-pale);
}
.hero h1 {
  max-width: 850px;
  font-size: clamp(4.15rem, 6.45vw, 7.55rem);
}
.hero h1 em {
  color: var(--warm);
}
.hero-lead {
  color: #ffffffc2;
  max-width: 690px;
}
.hero-project-collage {
  min-height: 625px;
}
.hero-project-collage .hero-orbit {
  border-color: #8edbd345;
  width: 590px;
  height: 590px;
  top: 3px;
  right: -54px;
  box-shadow:
    0 0 0 66px #8edbd306,
    0 0 0 132px #8edbd304;
}
.hero-project-collage .hero-orbit:before {
  border-color: #f08a1c85;
}
.hero-project-collage .story-note {
  color: var(--warm-soft);
  font-size: 1.22rem;
  top: 4px;
  left: 3%;
}
.hero-project-collage .story-note:after {
  border-color: var(--warm-soft);
}
.hero-project {
  z-index: 2;
  color: var(--ink);
  background: #fff;
  border: 1px solid #ffffffb3;
  border-radius: 22px;
  margin: 0;
  padding: 10px 10px 0;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 32px 80px #0000004d;
}
.hero-project img {
  object-fit: contain;
  background: #fff;
  border-radius: 14px;
  width: 100%;
  height: 100%;
}
.hero-project figcaption {
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 14px 8px 15px;
  display: flex;
}
.hero-project figcaption small {
  color: var(--blue-dark);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.08em;
  font-weight: 780;
}
.hero-project figcaption strong {
  text-align: right;
  font-size: 0.78rem;
}
.hero-project-main {
  width: 83%;
  top: 47px;
  left: 1%;
  transform: rotate(-1.2deg);
}
.hero-project-main img {
  height: 330px;
}
.hero-project-side {
  width: 53%;
  padding: 8px 8px 0;
  bottom: 19px;
  right: -1%;
  transform: rotate(2.2deg);
}
.hero-project-side img {
  height: 190px;
}
.hero-project-side figcaption {
  padding: 10px 5px 11px;
}
.hero-project-side figcaption strong {
  font-size: 0.67rem;
}
.hero-process-note {
  z-index: 5;
  min-height: 76px;
  color: var(--ink);
  background: var(--warm);
  font-family: var(--font-geist-mono), monospace;
  border-radius: 14px;
  align-items: center;
  gap: 10px;
  padding: 17px 22px;
  font-size: 0.63rem;
  display: flex;
  position: absolute;
  bottom: 62px;
  left: -18px;
  transform: rotate(-2deg);
  box-shadow: 0 18px 40px #00000040;
}
.hero-process-note i {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-style: normal;
}
.hero-process-note strong {
  font-size: 0.72rem;
}
.hero-passion-stamp {
  z-index: 6;
  color: #fff;
  background: var(--blue);
  border: 7px solid var(--ink-deep);
  width: 118px;
  height: 118px;
  box-shadow:
    0 0 0 1px var(--blue-pale),
    0 18px 32px #00000038;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  justify-items: center;
  display: grid;
  position: absolute;
  top: 18px;
  right: 4%;
  transform: rotate(7deg);
}
.hero-passion-stamp b {
  color: var(--warm);
  font-size: 1.2rem;
  line-height: 1;
}
.hero-passion-stamp span {
  margin-top: 6px;
  font-family: Georgia, serif;
  font-size: 0.73rem;
  font-style: italic;
  line-height: 1.15;
}
.hero-project-collage .hero-data-note {
  background: var(--blue-pale);
  width: 194px;
  bottom: 2px;
  left: auto;
  right: 46%;
  transform: rotate(1.5deg);
}
.belief-section {
  background:
    radial-gradient(circle at 88% 10%, #f08a1c1f, transparent 18rem),
    var(--cream);
}
.belief-section h2 em,
.process-intro h2 em,
.company-title h2 em {
  color: var(--blue-dark);
}
.belief-sketch:before,
.belief-sketch:after,
.belief-sketch i {
  border-color: var(--warm);
  background-color: #0000;
}
.belief-sketch i,
.principle-ribbon {
  background: var(--warm);
}
.offers-section {
  background: var(--paper);
}
.solution-stories {
  gap: 34px;
}
.solution-story {
  border-radius: 28px;
  box-shadow: 0 28px 75px #0d25271a;
}
.solution-story:first-child {
  background: #fff5e9;
}
.solution-story:nth-child(2) {
  background: #edf7f4;
}
.solution-story:nth-child(3) {
  border-color: #ffffff1a;
}
.solution-copy {
  position: relative;
}
.solution-copy:before {
  content: "";
  background: var(--warm);
  border-radius: 99px;
  width: 62px;
  height: 8px;
  position: absolute;
  top: 28px;
  left: clamp(38px, 5vw, 78px);
  transform: rotate(-3deg);
}
.home-projects {
  background:
    radial-gradient(circle at 12% 20%, #f08a1c29, transparent 23rem),
    linear-gradient(145deg, #dcefed 0%, var(--cream) 64%);
}
.home-projects-intro h2 em {
  color: var(--blue-dark);
  font-family: Georgia, serif;
}
.home-project-card {
  border-radius: 24px;
  box-shadow: 0 22px 55px #0d252717;
}
.home-project-card:before {
  content: "";
  z-index: 2;
  background: #ffffffb8;
  width: 80px;
  height: 25px;
  position: absolute;
  top: -9px;
  left: 46%;
  transform: rotate(-2deg);
  box-shadow: 0 2px 4px #0000000f;
}
.home-project-rvs {
  background: #fff9ef;
}
.home-project-suew {
  background: #f6dfaa;
}
.home-project-brebit {
  background: #dceeca;
}
.home-project-kaev {
  background: #d9ece9;
}
.home-project-card img {
  border-radius: 15px;
}
.situations-section {
  background: linear-gradient(145deg, var(--ink-deep), #113d41);
}
.situation {
  background: #fff1;
  border-radius: 18px;
  box-shadow: 0 18px 45px #0000001f;
}
.board-center {
  background: var(--warm);
}
.process-section {
  background-color: var(--cream);
  background-size: 64px 64px;
}
.workshop-note {
  background: var(--warm-soft);
  border-radius: 14px;
}
.process-list li {
  border-radius: 20px;
  box-shadow: 0 18px 48px #0d252712;
}
.process-list li > span i {
  background: var(--warm);
}
.craft-section,
.architecture-section {
  background: linear-gradient(145deg, var(--ink-deep), #10464b);
}
.craft-layers {
  border-radius: 22px;
  overflow: hidden;
}
.craft-layers article:hover {
  background: #f08a1c1f;
}
.reference-section {
  background: linear-gradient(135deg, var(--blue-dark), #198a9a 62%, #2ba89e);
}
.reference-orbit {
  border-color: #ffffff73;
}
.orbit-item {
  border-radius: 10px;
}
.company-section {
  background: linear-gradient(90deg, var(--paper), #f2eee3);
}
.company-title {
  background: linear-gradient(145deg, var(--ink-deep), #116d75);
  border-radius: 30px;
}
.company-title:after {
  content: "Software ist unser Ursprung.";
  z-index: 3;
  color: var(--ink);
  background: var(--warm);
  border-radius: 10px;
  padding: 12px 16px;
  font-family: Georgia, serif;
  font-size: 0.82rem;
  font-style: italic;
  position: absolute;
  top: 36%;
  right: 30px;
  transform: rotate(3deg);
  box-shadow: 0 16px 32px #0003;
}
.contact-section,
.page-contact {
  background: linear-gradient(135deg, var(--blue-dark), #19919a);
}
.contact-section .eyebrow,
.page-contact .eyebrow {
  color: #fff;
}
.page-contact {
  position: relative;
  overflow: hidden;
}
.page-contact:after {
  content: "♥";
  color: #ffffff17;
  font-size: 19rem;
  line-height: 1;
  position: absolute;
  bottom: -5rem;
  right: 4vw;
}
.site-footer {
  background: #051b1e;
}
.site-footer nav a:hover {
  color: var(--warm);
}
.subpage-hero {
  background:
    radial-gradient(circle at 76% 30%, #2ba89e3b, transparent 28%),
    radial-gradient(circle at 8% 83%, #f08a1c1f, transparent 24%),
    var(--ink-deep);
}
.subpage-hero h1 em,
.contact-page h1 em {
  color: var(--warm);
}
.subpage-hero .eyebrow,
.contact-page .eyebrow {
  color: var(--blue-pale);
}
.solution-map,
.project-collage-image,
.project-ledger,
.work-thread,
.origin-card {
  border-radius: 26px;
}
.field-list {
  background: var(--cream);
}
.field-row {
  border-radius: 20px;
  transition:
    transform 0.18s,
    background 0.18s,
    box-shadow 0.18s;
}
.field-row:hover {
  background: #fff;
  padding-inline: 24px;
  transform: rotate(-0.2deg);
  box-shadow: 0 18px 44px #0d252712;
}
.architecture-stack {
  border-radius: 22px;
  overflow: hidden;
}
.architecture-stack span:hover {
  background: #f08a1c1f;
}
.project-manifesto {
  background: var(--warm);
}
.real-project {
  background: var(--cream);
}
.real-project:nth-child(2n) {
  background: var(--paper);
}
.project-customer span,
.real-project-image {
  border-radius: 18px;
}
.real-project-image img {
  border-radius: 11px;
}
.project-flow {
  border-radius: 16px;
  overflow: hidden;
}
.product-story-card {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 58px #0d252714;
}
.project-takeaway {
  background: linear-gradient(135deg, var(--blue-dark), #198a9a);
}
.work-steps,
.about-story {
  background: var(--cream);
}
.work-steps li,
.work-principles article {
  border-radius: 18px;
}
.origin-card {
  background: var(--warm);
  box-shadow: 26px 28px #14779e38;
}
.spreewald-panel {
  background: linear-gradient(145deg, var(--ink-deep), #10464b);
}
.spreewald-map {
  border-radius: 28px;
  overflow: hidden;
}
.contact-page {
  background:
    radial-gradient(circle at 78% 34%, #2ba89e45, transparent 30%),
    radial-gradient(circle at 8% 85%, #f08a1c1f, transparent 25%),
    var(--ink-deep);
}
.conversation-card {
  background: var(--cream);
  border-radius: 28px;
  box-shadow: 28px 30px #f08a1c47;
}
.location-strip {
  background: linear-gradient(135deg, var(--blue-dark), #19919a);
}
@media (width<=1280px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-project-collage {
    width: min(100%, 900px);
  }
}
@media (width<=940px) {
  .site-header {
    min-height: 82px;
  }
  .brand {
    min-height: 82px;
    padding-bottom: 8px;
  }
  .brand-promise {
    bottom: 10px;
  }
  .hero {
    padding-top: 150px;
  }
  .company-title:after {
    right: 18px;
  }
}
@media (width<=640px) {
  .brand-plate {
    width: 216px;
  }
  .brand-promise {
    display: none;
  }
  .hero-project-collage {
    min-height: 540px;
  }
  .hero-project-collage .hero-orbit {
    width: 440px;
    height: 440px;
    right: -185px;
  }
  .hero-project-main {
    width: 100%;
    padding: 7px 7px 0;
    top: 45px;
    left: 0;
  }
  .hero-project-main img {
    height: 245px;
  }
  .hero-project figcaption {
    padding: 10px 5px 11px;
  }
  .hero-project-side {
    width: 62%;
    bottom: 38px;
    right: 0;
  }
  .hero-project-side img {
    height: 124px;
  }
  .hero-project-side figcaption strong {
    display: none;
  }
  .hero-process-note {
    gap: 6px;
    min-height: 58px;
    padding: 12px 14px;
    font-size: 0.52rem;
    bottom: 17px;
    left: 0;
  }
  .hero-passion-stamp {
    border-width: 5px;
    width: 88px;
    height: 88px;
    top: 8px;
    right: -3px;
  }
  .hero-passion-stamp span {
    font-size: 0.59rem;
  }
  .hero-project-collage .hero-data-note {
    width: 146px;
    min-height: 55px;
    bottom: 89px;
    right: 39%;
  }
  .hero-project-collage .story-note {
    font-size: 0.9rem;
  }
  .solution-story {
    border-radius: 20px;
  }
  .home-project-card {
    border-radius: 18px;
  }
  .company-title {
    border-radius: 22px;
  }
  .company-title:after {
    font-size: 0.68rem;
    top: 42%;
    right: 12px;
  }
  .field-row:hover {
    box-shadow: none;
    background: 0 0;
    padding-inline: 0;
    transform: none;
  }
  .conversation-card {
    box-shadow: 14px 16px #f08a1c40;
  }
}
.solution-story:first-child:after {
  content: "ABLAUF";
}
.solution-story:nth-child(2):after {
  content: "MENSCH";
}
.solution-story:nth-child(3):after {
  content: "DATEN";
}
.solution-copy > p:first-child {
  padding-left: 32px;
  position: relative;
}
.solution-copy > p:first-child:before {
  content: "";
  background: var(--warm);
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
.process-lane b {
  margin-top: 58px;
}
.process-lane.active b {
  margin-top: 40px;
}
.situation:before {
  content: "";
  background: var(--warm);
  border-radius: 3px;
  width: 42px;
  height: 3px;
  margin-bottom: 34px;
  display: block;
}
.situation h3 {
  margin: 0 0 12px;
}
.process-list article {
  background: #fbf8f1ed;
  border: 1px solid #102e3224;
  border-radius: 20px;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 28px;
  min-height: 205px;
  margin-bottom: 17px;
  padding: 34px 38px 34px 26px;
  display: grid;
  position: relative;
  box-shadow: 0 18px 48px #0d252712;
}
.process-list article:nth-child(2n) {
  margin-left: 30px;
}
.process-list article > span {
  z-index: 2;
  background: var(--paper);
  width: 27px;
  height: 55px;
  position: relative;
}
.process-list article > span i {
  border: 7px solid var(--paper);
  background: var(--warm);
  border-radius: 50%;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 8px;
  left: 0;
  box-shadow: 0 0 0 1px #102e322b;
}
.process-list article:nth-child(2) > span i {
  background: var(--blue-pale);
}
.process-list article:nth-child(3) > span i {
  background: var(--blue);
}
.process-list article:nth-child(4) > span i {
  background: var(--ink);
}
.process-list article h3 {
  letter-spacing: -0.045em;
  margin: 0 0 15px;
  font-size: clamp(1.75rem, 2.5vw, 3rem);
}
.process-list article p {
  color: #102e32ad;
  max-width: 670px;
  margin: 0;
  line-height: 1.7;
}
.craft-layers article:before {
  content: "";
  background: var(--warm);
  border-radius: 3px;
  width: 36px;
  height: 3px;
}
.craft-layers article:nth-child(2n):before {
  background: var(--blue-pale);
}
.reference-story p {
  grid-template-columns: minmax(150px, 180px) 1fr;
}
.field-row {
  grid-template-columns: minmax(0, 1fr) 50px;
}
.solution-proof-board article {
  padding-left: 28px;
}
.project-type {
  color: var(--blue-dark);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 35px;
  font-size: 0.62rem;
  font-weight: 730;
}
.project-flow > span {
  min-height: 115px;
  color: var(--ink);
  border-right: 1px solid var(--line);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  align-items: flex-end;
  padding: 22px 34px 20px 16px;
  font-size: 0.71rem;
  font-weight: 720;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}
.project-flow > span:after {
  content: "→";
  color: var(--blue-dark);
  font-size: 1rem;
  position: absolute;
  top: 18px;
  right: 10px;
}
.project-flow > span:last-child {
  background: var(--project-accent);
  border: 0;
}
@supports (color: color-mix(in lab, red, red)) {
  .project-flow > span:last-child {
    background: color-mix(in srgb, var(--project-accent) 28%, transparent);
  }
}
.project-flow > span:last-child:after {
  content: "✓";
}
.work-thread span {
  padding-left: 28px;
}
.work-step-list {
  margin: 0;
}
.work-step-list article {
  border-top: 1px solid var(--line);
  min-height: 220px;
  padding: 38px 0 38px 62px;
  position: relative;
}
.work-step-list article:before {
  content: "";
  background: var(--warm);
  border-radius: 3px;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 48px;
  left: 0;
}
.work-step-list article:last-child {
  border-bottom: 1px solid var(--line);
}
.work-step-list h3 {
  letter-spacing: -0.05em;
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 3.5rem);
}
.work-step-list p {
  color: #102e32ad;
  max-width: 780px;
  margin: 0;
  line-height: 1.72;
}
.work-principles article:before {
  content: "";
  background: var(--warm);
  border-radius: 3px;
  width: 42px;
  height: 3px;
}
.conversation-points {
  border-top: 1px solid var(--line);
  margin: 45px 0;
}
.conversation-points article {
  border-bottom: 1px solid var(--line);
  padding: 21px 0 21px 30px;
  position: relative;
}
.conversation-points article:before {
  content: "";
  border: 3px solid var(--warm);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 28px;
  left: 0;
}
.conversation-points strong {
  color: var(--ink);
  margin-bottom: 5px;
  display: block;
}
.conversation-points p {
  color: #102e32a8;
  margin: 0;
  line-height: 1.5;
}
@media (width<=940px) {
  .process-list article:nth-child(2n) {
    margin-left: 0;
  }
}
@media (width<=640px) {
  .solution-story:after {
    font-size: 5.5rem;
    top: -8px;
  }
  .process-lane b,
  .process-lane.active b {
    margin-top: 18px;
  }
  .process-list article {
    grid-template-columns: 30px 1fr;
    gap: 14px;
    min-height: 0;
    padding: 26px 22px 26px 16px;
  }
  .process-list article > span {
    width: 22px;
    height: 42px;
  }
  .process-list article > span i {
    border-width: 6px;
    width: 22px;
    height: 22px;
  }
  .field-row {
    grid-template-columns: 1fr 42px;
    gap: 18px;
  }
  .reference-story p {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .project-flow > span {
    min-height: 96px;
    padding: 18px 28px 16px 13px;
  }
  .project-flow > span:nth-child(2) {
    border-right: 0;
  }
  .project-flow > span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .work-step-list article {
    min-height: 0;
    padding: 30px 0 30px 42px;
  }
  .work-step-list article:before {
    width: 24px;
    top: 40px;
  }
}
.desktop-nav a[aria-current="page"] {
  color: var(--blue-pale);
}
.desktop-nav a[aria-current="page"]:after {
  background: var(--warm);
  right: 0;
}
.header-cta {
  position: relative;
}
.header-cta[aria-current="page"] {
  border-color: var(--blue-pale);
}
.header-cta[aria-current="page"]:after {
  content: "";
  background: var(--warm);
  height: 2px;
  position: absolute;
  bottom: 6px;
  left: 18px;
  right: 18px;
}
.mobile-menu nav a[aria-current="page"] {
  color: var(--blue-pale);
  border-bottom-color: var(--warm);
}
.product-story-list {
  gap: 34px;
  display: grid;
}
.product-story-card {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 30px;
  grid-template-columns: minmax(0, 1.25fr) minmax(390px, 0.75fr);
  align-items: stretch;
  min-height: 690px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 28px 70px #0d25271a;
}
.product-story-card:hover {
  transform: translateY(-4px);
}
.product-story-card:nth-child(2n) {
  grid-template-columns: minmax(390px, 0.75fr) minmax(0, 1.25fr);
}
.product-story-card:nth-child(2n) .product-visual {
  grid-area: 1/2;
}
.product-story-card:nth-child(2n) .product-story-copy {
  grid-area: 1/1;
}
.product-story-card .product-story-copy {
  background:
    radial-gradient(circle at 100% 0, #f08a1c21, transparent 14rem),
    var(--paper);
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 4.7vw, 76px);
  display: flex;
}
.product-story-card .product-story-copy > p:first-child {
  color: var(--blue-dark);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  font-size: 0.6rem;
  font-weight: 760;
}
.product-story-card .product-story-copy h3 {
  letter-spacing: -0.068em;
  margin: 15px 0 46px;
  font-size: clamp(2.8rem, 4.2vw, 5.8rem);
  line-height: 0.9;
}
.product-story-verband .product-story-copy h3 {
  font-size: clamp(2.6rem, 3.35vw, 4.6rem);
}
.product-story-card .product-story-copy h4 {
  letter-spacing: -0.025em;
  margin: 0;
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  line-height: 1.16;
}
.product-story-card .product-story-copy h4 + p {
  color: #102e32ad;
  margin: 25px 0 38px;
  line-height: 1.75;
}
.product-story-card .product-story-copy .text-link {
  width: fit-content;
  margin-top: 0;
}
.product-story-card .product-visual {
  background:
    radial-gradient(circle at 78% 23%, #19b9cf47, transparent 29%),
    linear-gradient(145deg, var(--ink-deep), #10454b);
  border: 0;
  border-right: 1px solid #ffffff1f;
  min-width: 0;
  height: auto;
  min-height: 690px;
  margin: 0;
  padding: 44px 0 36px;
  position: relative;
  overflow: hidden;
}
.product-story-card:nth-child(2n) .product-visual {
  border-left: 1px solid #ffffff1f;
  border-right: 0;
}
.product-visual:before {
  content: "";
  opacity: 0.12;
  pointer-events: none;
  background-image:
    linear-gradient(#ffffff2e 1px, #0000 1px),
    linear-gradient(90deg, #ffffff2e 1px, #0000 1px);
  background-size: 54px 54px;
  position: absolute;
  inset: 0;
}
.product-visual figcaption {
  z-index: 4;
  color: #ffffff94;
  font-size: 0.59rem;
  line-height: 1.4;
  position: absolute;
  bottom: 13px;
  left: 28px;
  right: 28px;
}
.product-browser-bar {
  z-index: 5;
  color: #102e3285;
  background: #edf1f1;
  border-radius: 14px 14px 0 0;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  display: flex;
  position: absolute;
  top: 30px;
  left: clamp(24px, 4vw, 56px);
  right: clamp(24px, 4vw, 56px);
  box-shadow: 0 22px 55px #0000003d;
}
.product-browser-bar span {
  background: #f08a1c;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.product-browser-bar span:nth-child(2) {
  background: #efc36f;
}
.product-browser-bar span:nth-child(3) {
  background: #38b2a2;
}
.product-browser-bar b {
  letter-spacing: 0.03em;
  margin-left: 8px;
  font-size: 0.52rem;
  font-weight: 650;
}
.product-visual-dispoboxx {
  align-items: center;
  padding: 68px clamp(24px, 4vw, 56px) 42px;
  display: flex;
}
.product-story-card .product-visual-dispoboxx img {
  z-index: 2;
  object-fit: contain;
  background: #fff;
  border-radius: 0 0 15px 15px;
  width: 100%;
  height: auto;
  max-height: 535px;
  position: relative;
  box-shadow: 0 30px 70px #0000004d;
}
.product-ui {
  padding: 68px clamp(24px, 3.2vw, 48px) 42px;
}
.mock-app {
  z-index: 2;
  height: 555px;
  color: var(--ink);
  background: #f7f9f9;
  border-radius: 0 0 15px 15px;
  grid-template-columns: 155px minmax(0, 1fr);
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 70px #0000004d;
}
.mock-sidebar {
  background: #fff;
  border-right: 1px solid #dfe7e8;
  flex-direction: column;
  min-width: 0;
  padding: 26px 17px 18px;
  display: flex;
}
.mock-sidebar strong {
  letter-spacing: -0.03em;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  display: flex;
}
.mock-sidebar strong i {
  border: 3px solid var(--blue);
  border-radius: 5px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 8px -5px 0 -4px #35bca8;
}
.mock-sidebar nav {
  gap: 7px;
  margin-top: 34px;
  display: grid;
}
.mock-sidebar nav span,
.mock-sidebar nav b {
  border-radius: 7px;
  min-height: 31px;
  padding: 9px 9px 8px;
  font-size: 0.56rem;
  font-weight: 580;
}
.mock-sidebar nav b {
  color: #08788d;
  background: #e2f3f4;
}
.mock-sidebar > small {
  color: #2f8c62;
  border-top: 1px solid #e1e7e8;
  margin-top: auto;
  padding-top: 14px;
  font-size: 0.5rem;
}
.mock-workspace {
  flex-direction: column;
  min-width: 0;
  padding: 24px;
  display: flex;
}
.mock-workspace > header {
  align-items: center;
  gap: 12px;
  min-height: 48px;
  display: flex;
}
.mock-workspace > header div {
  margin-right: auto;
}
.mock-workspace > header small {
  color: #708184;
  font-size: 0.5rem;
}
.mock-workspace h5 {
  letter-spacing: -0.04em;
  margin: 4px 0 0;
  font-size: 1.08rem;
}
.mock-workspace > header .mock-button,
.owner-panel .mock-button {
  color: #fff;
  background: var(--blue-dark);
  min-height: 31px;
  font: inherit;
  border: 0;
  border-radius: 7px;
  place-items: center;
  padding: 0 13px;
  font-size: 0.51rem;
  font-weight: 700;
  display: grid;
}
.mock-workspace > header > i {
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
  place-items: center;
  width: 31px;
  height: 31px;
  font-size: 0.48rem;
  font-style: normal;
  display: grid;
}
.booking-kpis,
.verband-kpis {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0 16px;
  display: grid;
}
.booking-kpis span,
.verband-kpis span {
  background: #fff;
  border: 1px solid #dfe7e8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 64px;
  padding: 12px;
  display: flex;
}
.booking-kpis small,
.verband-kpis small {
  color: #708184;
  font-size: 0.48rem;
}
.booking-kpis b,
.verband-kpis b {
  letter-spacing: -0.05em;
  font-size: 1.12rem;
}
.booking-calendar {
  background: #fff;
  border: 1px solid #dfe7e8;
  border-radius: 9px;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.calendar-head,
.calendar-row {
  grid-template-columns: 118px repeat(6, 1fr);
  display: grid;
  position: relative;
}
.calendar-head {
  color: #6d7f81;
  background: #f0f4f4;
  border-bottom: 1px solid #dfe7e8;
  align-items: center;
  min-height: 42px;
  font-size: 0.45rem;
}
.calendar-head span,
.calendar-head b {
  padding-left: 10px;
}
.calendar-head b {
  font-weight: 650;
}
.calendar-row {
  background-image: linear-gradient(90deg, #0000 calc(100% - 1px), #e8eeee 1px);
  background-position: 118px 0;
  background-size: calc(16.6667% - 19.6667px) 100%;
  border-bottom: 1px solid #e6ecec;
  min-height: 62px;
}
.calendar-row > span {
  border-right: 1px solid #dfe7e8;
  padding: 18px 9px;
  font-size: 0.49rem;
  font-weight: 650;
}
.booking {
  z-index: 2;
  white-space: nowrap;
  border-radius: 6px;
  min-height: 34px;
  padding: 11px 10px 0;
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 730;
  position: absolute;
  top: 13px;
  overflow: hidden;
}
.booking-a {
  color: #086274;
  background: #c9eef0;
  width: 38%;
  left: 30%;
}
.booking-b {
  color: #7c5512;
  background: #f9deb0;
  width: 30%;
  left: 48%;
}
.booking-c {
  color: #346a4a;
  background: #d1ebdc;
  width: 29%;
  left: 22%;
}
.booking-d {
  color: #804133;
  background: #f7d5cc;
  width: 23%;
  left: 70%;
}
.booking-bottom {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 13px;
  display: grid;
}
.booking-bottom span {
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  gap: 6px;
  min-height: 48px;
  padding: 10px 12px;
  display: flex;
}
.booking-bottom small {
  color: #708184;
  font-size: 0.44rem;
}
.booking-bottom b {
  font-size: 0.52rem;
}
.product-ui-verband {
  background:
    radial-gradient(circle at 22% 17%, #62bc8e52, #0000 28%),
    linear-gradient(145deg, #092d31, #165047);
}
.product-ui-verband .mock-sidebar strong i {
  border-color: #299f7b;
  box-shadow: 8px -5px 0 -4px #85cda8;
}
.product-ui-verband .mock-sidebar nav b {
  color: #176b54;
  background: #e1f1e8;
}
.product-ui-verband .mock-workspace > header .mock-button {
  background: #247e65;
}
.verband-main {
  flex: 1;
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.75fr);
  gap: 13px;
  min-height: 0;
  display: grid;
}
.parcel-map {
  background-color: #dae7d8;
  background-image:
    linear-gradient(#1e5e4b17 1px, #0000 1px),
    linear-gradient(90deg, #1e5e4b17 1px, #0000 1px);
  background-size: 26px 26px;
  border: 1px solid #cbd9d0;
  border-radius: 10px;
  min-height: 276px;
  position: relative;
  overflow: hidden;
}
.parcel-map:before {
  content: "";
  opacity: 0.55;
  background:
    radial-gradient(circle at 14% 25%, #9bc59e 0 3px, #0000 4px) 0 0/36px 36px,
    radial-gradient(circle at 78% 74%, #91bc93 0 4px, #0000 5px) 0 0/44px 44px,
    radial-gradient(circle at 63% 28%, #9bc59e 0 3px, #0000 4px) 0 0/52px 52px;
  position: absolute;
  inset: 0;
}
.parcel {
  z-index: 2;
  background: #2c976f85;
  border: 2px solid #ffffffdb;
  display: block;
  position: absolute;
  box-shadow: inset 0 0 0 1px #18684b52;
}
.parcel-a {
  clip-path: polygon(7% 7%, 100% 0, 91% 100%, 0 82%);
  width: 30%;
  height: 31%;
  top: 13%;
  left: 12%;
}
.parcel-b {
  clip-path: polygon(0 0, 92% 9%, 100% 93%, 8% 100%);
  background: #4fae7a9e;
  width: 31%;
  height: 38%;
  top: 10%;
  left: 41%;
}
.parcel-c {
  clip-path: polygon(0 5%, 88% 0, 100% 91%, 12% 100%);
  background: #c2ae4b75;
  width: 29%;
  height: 35%;
  top: 45%;
  left: 18%;
}
.parcel-d {
  clip-path: polygon(4% 8%, 100% 0, 89% 100%, 0 88%);
  width: 36%;
  height: 33%;
  top: 49%;
  left: 48%;
}
.parcel-e {
  clip-path: polygon(5% 0, 100% 12%, 84% 100%, 0 78%);
  background: #74b8748c;
  width: 22%;
  height: 31%;
  top: 14%;
  right: 4%;
}
.map-water {
  z-index: 3;
  border-top: 7px solid #2f91b1ad;
  border-radius: 50%;
  height: 14px;
  position: absolute;
  top: 42%;
  left: -5%;
  right: -6%;
  transform: rotate(-7deg);
}
.parcel-map b,
.parcel-map small {
  z-index: 4;
  color: #fff;
  background: #092d31d1;
  border-radius: 6px;
  padding: 7px 10px;
  position: absolute;
  left: 15px;
}
.parcel-map b {
  font-size: 0.52rem;
  bottom: 36px;
}
.parcel-map small {
  font-size: 0.43rem;
  bottom: 11px;
}
.owner-panel {
  background: #fff;
  border: 1px solid #dfe7e8;
  border-radius: 10px;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
  display: flex;
}
.owner-panel > small {
  color: #5d7b72;
  font-size: 0.45rem;
}
.owner-panel h6 {
  margin: 5px 0 13px;
  font-size: 0.75rem;
}
.owner-panel p {
  border-top: 1px solid #e6ece9;
  grid-template-columns: 1fr auto;
  gap: 4px;
  margin: 0;
  padding: 10px 0;
  font-size: 0.45rem;
  display: grid;
}
.owner-panel p span {
  font-weight: 700;
}
.owner-panel p b {
  color: #6f817c;
  font-weight: 500;
}
.owner-panel p em {
  color: #247e65;
  grid-column: 2;
  font-style: normal;
  font-weight: 750;
}
.owner-panel .mock-button {
  background: #247e65;
  margin-top: auto;
}
.import-status {
  color: #527069;
  background: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-top: 13px;
  padding: 0 15px;
  font-size: 0.43rem;
  display: flex;
}
.import-status i {
  background: #95b8ad;
  width: 24px;
  height: 1px;
}
.import-status b {
  color: #247e65;
}
@media (width<=1280px) {
  .product-story-card,
  .product-story-card:nth-child(2n) {
    grid-template-columns: 1fr;
  }
  .product-story-card:nth-child(2n) .product-visual,
  .product-story-card:nth-child(2n) .product-story-copy {
    grid-area: auto;
  }
  .product-story-card:nth-child(2n) .product-visual {
    order: 1;
  }
  .product-story-card:nth-child(2n) .product-story-copy {
    order: 2;
  }
  .product-story-card .product-visual {
    border: 0;
    border-bottom: 1px solid #ffffff1f;
    min-height: 650px;
  }
  .product-story-card .product-story-copy {
    min-height: 430px;
  }
}
@media (width<=700px) {
  .product-story-card {
    border-radius: 22px;
    min-height: 0;
  }
  .product-story-card .product-visual {
    height: 460px;
    min-height: 0;
    padding: 55px 13px 32px;
  }
  .product-browser-bar {
    min-height: 37px;
    top: 18px;
    left: 13px;
    right: 13px;
  }
  .product-visual-dispoboxx {
    height: 330px !important;
    padding-inline: 13px !important;
  }
  .product-story-card .product-visual-dispoboxx img {
    max-height: 230px;
  }
  .mock-app {
    border-radius: 0 0 10px 10px;
    grid-template-columns: 74px minmax(0, 1fr);
    height: 376px;
  }
  .mock-sidebar {
    padding: 15px 7px 10px;
  }
  .mock-sidebar strong {
    gap: 4px;
    font-size: 0.43rem;
  }
  .mock-sidebar strong i {
    border-width: 2px;
    width: 14px;
    height: 14px;
  }
  .mock-sidebar nav {
    gap: 3px;
    margin-top: 19px;
  }
  .mock-sidebar nav span,
  .mock-sidebar nav b {
    min-height: 23px;
    padding: 7px 5px;
    font-size: 0.36rem;
  }
  .mock-sidebar > small {
    font-size: 0.32rem;
  }
  .mock-workspace {
    padding: 12px 9px;
  }
  .mock-workspace > header {
    min-height: 34px;
  }
  .mock-workspace h5 {
    font-size: 0.7rem;
  }
  .mock-workspace > header small {
    font-size: 0.33rem;
  }
  .mock-workspace > header .mock-button {
    min-height: 24px;
    padding: 0 7px;
    font-size: 0.32rem;
  }
  .mock-workspace > header > i {
    width: 24px;
    height: 24px;
    font-size: 0.32rem;
  }
  .booking-kpis,
  .verband-kpis {
    gap: 5px;
    margin: 10px 0 8px;
  }
  .booking-kpis span,
  .verband-kpis span {
    min-height: 45px;
    padding: 7px;
  }
  .booking-kpis small,
  .verband-kpis small {
    font-size: 0.31rem;
  }
  .booking-kpis b,
  .verband-kpis b {
    font-size: 0.72rem;
  }
  .calendar-head,
  .calendar-row {
    grid-template-columns: 72px repeat(6, 1fr);
  }
  .calendar-head {
    min-height: 30px;
    font-size: 0.28rem;
  }
  .calendar-row {
    background-position: 72px 0;
    background-size: calc(16.6667% - 12px) 100%;
    min-height: 42px;
  }
  .calendar-row > span {
    padding: 12px 4px;
    font-size: 0.3rem;
  }
  .booking {
    min-height: 25px;
    padding: 8px 5px 0;
    font-size: 0.27rem;
    top: 8px;
  }
  .booking-bottom {
    gap: 5px;
    margin-top: 7px;
  }
  .booking-bottom span {
    gap: 3px;
    min-height: 36px;
    padding: 7px;
  }
  .booking-bottom small {
    font-size: 0.28rem;
  }
  .booking-bottom b {
    font-size: 0.31rem;
  }
  .verband-main {
    grid-template-columns: 1fr 0.82fr;
    gap: 6px;
  }
  .parcel-map {
    min-height: 190px;
  }
  .parcel-map b,
  .parcel-map small {
    padding: 4px 5px;
    font-size: 0.28rem;
    left: 7px;
  }
  .parcel-map b {
    bottom: 25px;
  }
  .parcel-map small {
    bottom: 7px;
  }
  .owner-panel {
    padding: 9px 7px;
  }
  .owner-panel > small,
  .owner-panel p {
    font-size: 0.28rem;
  }
  .owner-panel h6 {
    margin: 4px 0 8px;
    font-size: 0.44rem;
  }
  .owner-panel p {
    padding: 6px 0;
  }
  .owner-panel .mock-button {
    min-height: 22px;
    padding: 0 5px;
    font-size: 0.28rem;
  }
  .import-status {
    gap: 4px;
    min-height: 31px;
    margin-top: 7px;
    padding: 0 5px;
    font-size: 0.27rem;
  }
  .import-status i {
    width: 9px;
  }
  .product-visual figcaption {
    font-size: 0.47rem;
    bottom: 9px;
    left: 14px;
    right: 14px;
  }
  .product-story-card .product-story-copy {
    min-height: 0;
    padding: 34px 24px 40px;
  }
  .product-story-card .product-story-copy h3 {
    margin-bottom: 28px;
  }
}
.contact-page {
  grid-template-columns: minmax(0, 0.82fr) minmax(570px, 1.18fr);
  align-items: start;
}
.contact-page-copy {
  padding-top: 34px;
}
.contact-page-copy .contact-direct {
  max-width: 720px;
  margin-top: 46px;
}
.project-form-card {
  color: var(--ink);
  background: var(--cream);
  border-radius: 28px;
  padding: clamp(38px, 4vw, 62px);
  position: relative;
  box-shadow: 28px 30px #f08a1c47;
}
.project-form-card .section-index {
  color: var(--blue-dark);
}
.project-form-card h2 {
  letter-spacing: -0.06em;
  max-width: 720px;
  margin: 0 0 42px;
  font-size: clamp(2.45rem, 3.8vw, 4.8rem);
  line-height: 0.95;
}
.project-form-grid {
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
  display: grid;
}
.project-form label {
  gap: 9px;
  display: grid;
}
.project-form label > span {
  font-size: 0.72rem;
  font-weight: 760;
}
.project-form abbr {
  color: var(--blue-dark);
  text-decoration: none;
}
.project-form input,
.project-form select,
.project-form textarea {
  width: 100%;
  min-height: 52px;
  color: var(--ink);
  font: inherit;
  background: #fff;
  border: 1px solid #102e3238;
  border-radius: 9px;
  padding: 13px 15px;
  font-size: 0.9rem;
}
.project-form textarea {
  resize: vertical;
  min-height: 155px;
}
.project-form input:focus-visible,
.project-form select:focus-visible,
.project-form textarea:focus-visible {
  outline-offset: 2px;
  border-color: var(--blue-dark);
  outline: 3px solid #008ca847;
}
.project-form [aria-invalid="true"] {
  border-color: #b6352d;
}
.project-form-wide {
  grid-column: 1/-1;
}
.project-form-trap {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -10000px;
  overflow: hidden;
}
.project-form-privacy {
  color: #102e329e;
  margin: 22px 0 0;
  font-size: 0.7rem;
  line-height: 1.6;
}
.project-form-privacy a {
  color: var(--blue-dark);
  text-underline-offset: 3px;
  text-decoration: underline;
}
.project-form-submit {
  align-items: center;
  gap: 22px;
  margin-top: 24px;
  display: flex;
}
.project-form-submit > p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
}
.project-form-submit > p.is-success {
  color: #246b43;
}
.project-form-submit > p.is-error,
.project-form-noscript {
  color: #92332d;
}
.project-form button:disabled {
  opacity: 0.58;
  cursor: wait;
  transform: none;
}
.project-form-noscript {
  margin: 18px 0 0;
  font-size: 0.75rem;
}
.site-footer {
  color: #fff;
  background: #051b1e;
  padding: 0;
  display: block;
}
.footer-group {
  border-bottom: 1px solid var(--line-light);
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(55px, 8vw, 145px);
  padding: 72px clamp(24px, 4.4vw, 72px) 64px;
  display: grid;
}
.footer-group-logo {
  align-items: center;
  gap: 17px;
  width: fit-content;
  display: flex;
}
.footer-group-logo svg {
  color: #fff;
  flex: none;
  width: 74px;
  height: 74px;
}
.footer-group-logo svg circle:last-child {
  fill: var(--warm);
}
.footer-group-logo span {
  gap: 5px;
  display: grid;
}
.footer-group-logo strong {
  letter-spacing: -0.045em;
  font-size: clamp(1.45rem, 2vw, 2rem);
}
.footer-group-logo small {
  color: #ffffff7a;
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 0.55rem;
}
.footer-group-copy > p {
  color: var(--warm);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 0.62rem;
  font-weight: 720;
}
.footer-group-copy h2 {
  letter-spacing: -0.058em;
  margin: 0;
  font-size: clamp(2.2rem, 3.5vw, 4.4rem);
  line-height: 0.94;
}
.footer-group-copy > span {
  color: #ffffff8f;
  max-width: 760px;
  margin-top: 20px;
  line-height: 1.65;
  display: block;
}
.site-footer > nav.footer-brands {
  font-size: inherit;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  display: grid;
}
.footer-brand-card {
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  flex-direction: column;
  min-height: 285px;
  padding: 30px 28px 26px;
  transition:
    background 0.18s,
    transform 0.18s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.footer-brand-card:last-child {
  border-right: 0;
}
.footer-brand-card:hover {
  color: #fff;
  background: #ffffff0e;
  transform: translateY(-4px);
}
.footer-brand-card.is-current {
  box-shadow: inset 0 3px 0 var(--warm);
  background: linear-gradient(155deg, #008ca838, #9de0e70d);
}
.footer-brand-action {
  color: var(--warm);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.56rem;
  font-weight: 720;
}
.footer-brand-visual {
  align-items: center;
  height: 80px;
  margin: 26px 0 22px;
  display: flex;
}
.footer-brand-visual img {
  object-fit: contain;
  object-position: left center;
  width: 58px;
  height: 58px;
}
.group-brand-media .footer-brand-visual img {
  filter: brightness(0) invert();
}
.group-brand-regional .footer-brand-visual img {
  width: 148px;
  height: 58px;
}
.footer-brand-card > strong {
  font-size: 1.05rem;
}
.footer-brand-card > small {
  color: #ffffff7a;
  max-width: 245px;
  margin-top: 10px;
  font-size: 0.69rem;
  line-height: 1.5;
}
.footer-brand-card > .arrow {
  color: var(--blue-pale);
  position: absolute;
  bottom: 27px;
  right: 25px;
}
.site-footer > .footer-legal {
  grid-column: auto;
  padding: 27px clamp(24px, 4.4vw, 72px) 30px;
}
.legal-main {
  color: var(--ink);
  background: var(--cream);
}
.legal-hero {
  color: #fff;
  background:
    radial-gradient(circle at 82% 30%, #2ba89e3d, transparent 32%),
    var(--ink-deep);
  padding: 185px clamp(24px, 7vw, 120px) 86px;
}
.legal-hero-inner {
  max-width: 1120px;
}
.legal-hero h1 {
  letter-spacing: -0.07em;
  margin: 18px 0 0;
  font-size: clamp(4.2rem, 7.2vw, 8.2rem);
  line-height: 0.88;
}
.legal-lead {
  color: #ffffffad;
  max-width: 760px;
  margin: 30px 0 0;
  font-size: 1.04rem;
  line-height: 1.7;
}
.legal-back {
  width: fit-content;
  color: var(--blue-pale);
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  font-size: 0.78rem;
  font-weight: 700;
  display: inline-flex;
}
.legal-back .arrow {
  transform: rotate(225deg);
}
.legal-body {
  grid-template-columns: minmax(210px, 0.33fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(55px, 8vw, 140px);
  padding: 84px clamp(24px, 7vw, 120px) 120px;
  display: grid;
}
.legal-toc {
  border-top: 1px solid var(--line);
  align-content: start;
  display: grid;
  position: sticky;
  top: 132px;
}
.legal-toc strong,
.legal-toc a {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}
.legal-toc strong {
  color: var(--blue-dark);
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.61rem;
}
.legal-toc a {
  color: #102e32b3;
  font-size: 0.78rem;
}
.legal-toc a:hover {
  color: var(--blue-dark);
}
.legal-content {
  max-width: 930px;
}
.legal-section {
  border-bottom: 1px solid var(--line);
  margin-bottom: 54px;
  padding: 0 0 54px;
  scroll-margin-top: 130px;
}
.legal-section:last-child {
  margin-bottom: 0;
}
.legal-section h2 {
  letter-spacing: -0.05em;
  max-width: 790px;
  margin: 0 0 24px;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 1;
}
.legal-section p,
.legal-section address {
  color: #102e32b8;
  max-width: 820px;
  margin: 0 0 18px;
  font-size: 0.98rem;
  line-height: 1.75;
}
.legal-section address {
  font-style: normal;
}
.legal-section a {
  color: var(--blue-dark);
  text-underline-offset: 3px;
  text-decoration: underline;
}
.legal-section strong {
  color: var(--ink);
}
.legal-card,
.legal-note {
  background: #fff;
  border: 1px solid #0d252714;
  border-radius: 16px;
  margin: 24px 0;
  padding: 26px 28px;
  box-shadow: 0 14px 36px #0d252712;
}
.legal-card address,
.legal-note p {
  margin: 0;
}
@media (width<=1250px) {
  .site-footer > nav.footer-brands {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-brand-card:nth-child(3) {
    border-right: 0;
  }
  .footer-brand-card:nth-child(4),
  .footer-brand-card:nth-child(5) {
    min-height: 245px;
  }
}
@media (width<=940px) {
  .contact-page {
    grid-template-columns: 1fr;
  }
  .contact-page-copy {
    padding-top: 0;
  }
  .footer-group {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .legal-body {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .legal-toc {
    position: static;
  }
}
@media (width<=760px) {
  .project-form-card {
    border-radius: 22px;
    padding: 32px 22px;
    box-shadow: 12px 14px #f08a1c40;
  }
  .project-form-card h2 {
    margin-bottom: 32px;
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }
  .project-form-grid {
    grid-template-columns: 1fr;
  }
  .project-form-wide {
    grid-column: auto;
  }
  .project-form-submit {
    flex-direction: column;
    align-items: stretch;
  }
  .project-form-submit .button {
    width: 100%;
  }
  .footer-group {
    padding: 58px 20px 52px;
  }
  .footer-group-logo svg {
    width: 62px;
    height: 62px;
  }
  .site-footer > nav.footer-brands {
    grid-template-columns: 1fr;
  }
  .footer-brand-card,
  .footer-brand-card:nth-child(4),
  .footer-brand-card:nth-child(5) {
    border-right: 0;
    min-height: 220px;
  }
  .footer-brand-visual {
    height: 56px;
    margin: 20px 0 16px;
  }
  .footer-brand-card > .arrow {
    bottom: 24px;
  }
  .site-footer > .footer-legal {
    padding-inline: 20px;
  }
  .legal-hero {
    padding: 145px 20px 70px;
  }
  .legal-hero h1 {
    font-size: clamp(3.5rem, 17vw, 5.5rem);
  }
  .legal-body {
    padding: 62px 20px 85px;
  }
  .legal-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .legal-card,
  .legal-note {
    padding: 22px 20px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
.error-page {
  min-height: 78vh;
  padding: 190px clamp(24px, 7vw, 120px) 120px;
  display: grid;
  align-content: center;
  color: #fff;
  background:
    radial-gradient(
      circle at 78% 32%,
      rgba(25, 185, 207, 0.28),
      transparent 32%
    ),
    var(--ink-deep);
}
.error-page p {
  margin: 0 0 22px;
  color: var(--warm);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.error-page h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(4rem, 8vw, 9rem);
  line-height: 0.88;
  letter-spacing: -0.07em;
}
.error-page h1 em {
  display: block;
  color: var(--blue-pale);
  font-family: Georgia, serif;
  font-weight: 400;
}
.error-page > span {
  max-width: 720px;
  margin: 34px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Compact Jegasoft SHI affiliation */
.footer-affiliation {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto auto;
  align-items: center;
  gap: clamp(28px, 4vw, 66px);
  padding: 34px clamp(24px, 4.4vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #08252a;
}
.footer-affiliation-copy {
  display: grid;
  gap: 7px;
}
.footer-affiliation-copy > span {
  color: var(--warm);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  font-weight: 720;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.footer-affiliation-copy > strong {
  max-width: 660px;
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  letter-spacing: -0.025em;
  line-height: 1.35;
}
.footer-affiliation-brand {
  display: flex;
  align-items: center;
  width: max-content;
}
.footer-affiliation-logo {
  display: block;
  width: clamp(270px, 24vw, 320px);
  max-width: 100%;
  height: auto;
}
.footer-affiliation-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid rgba(157, 224, 231, 0.34);
  color: var(--blue-pale);
  font-size: 0.76rem;
  font-weight: 720;
  white-space: nowrap;
  transition:
    color 0.18s,
    border-color 0.18s,
    background 0.18s;
}
.footer-affiliation-link:hover,
.footer-affiliation-link:focus-visible {
  color: var(--ink-deep);
  border-color: var(--warm);
  background: var(--warm);
}
@media (width<=900px) {
  .footer-affiliation {
    grid-template-columns: 1fr auto;
  }
  .footer-affiliation-link {
    grid-column: 1/-1;
    width: fit-content;
  }
}
@media (width<=620px) {
  .footer-affiliation {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 20px;
  }
  .footer-affiliation-brand {
    width: 100%;
  }
  .footer-affiliation-logo {
    width: min(300px, 100%);
  }
  .footer-affiliation-link {
    grid-column: auto;
    width: 100%;
    justify-content: space-between;
  }
}

/* Final responsive QA corrections, 2026-08-09 */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
main,
main > section,
main > section > * {
  min-width: 0;
}
.real-project-image img {
  height: auto;
  object-fit: contain;
}
@media (width<=940px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    padding-inline: 20px;
  }
  .brand {
    width: 100%;
    min-width: 0;
    min-height: 82px;
    padding-bottom: 8px;
  }
  .brand-plate {
    width: min(245px, calc(100vw - 122px));
    min-width: 0;
  }
  .brand-stage {
    inset: 0 -28px 0 -20px;
  }
  .mobile-menu {
    grid-column: 2;
    justify-self: end;
    margin-left: auto;
  }
  .about-story > div,
  .spreewald-panel > div,
  .page-contact > div {
    min-width: 0;
  }
}
@media (width<=640px) {
  .site-header {
    gap: 12px;
  }
  .brand-plate {
    width: min(205px, calc(100vw - 110px));
  }
  .brand-stage {
    inset: 0 -18px 0 -20px;
  }
  .real-project-image {
    padding: 16px 14px 56px;
  }
  .real-project-image img {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .about-story h2,
  .spreewald-panel h2,
  .page-contact h2 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
    hyphens: auto;
    overflow-wrap: anywhere;
  }
  .about-story blockquote {
    max-width: 100%;
    transform: none;
  }
  .spreewald-panel .button {
    max-width: 100%;
    white-space: normal;
  }
}
@media (width<=360px) {
  .site-header {
    padding-inline: 16px;
  }
  .brand-plate {
    width: min(190px, calc(100vw - 98px));
  }
  .mobile-menu summary {
    width: 44px;
    height: 44px;
  }
}
