/* FlexiPage — INODEQ-inspiriertes Kundentemplate
   Puristisch, technisch, viel Weissraum, keine Bootstrap-Kartenoptik.
*/

:root {
  --fp-primary: #1a1a1a;
  --fp-bg: #ffffff;
  --fp-ink: #151515;
  --fp-ink-soft: #5f646b;
  --fp-line: #dedede;
  --fp-line-soft: #eeeeee;
  --fp-paper: #ffffff;
  --fp-warm: #f7f5f0;
  --fp-progress: 0%;
  --fp-display: "Cormorant Garamond", Georgia, serif;
  --fp-sans: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
  --fp-mono: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

body {
  background: var(--fp-bg);
  color: var(--fp-ink);
}

.fp-template-inodeq {
  min-height: 100vh;
  background: var(--fp-bg);
  color: var(--fp-ink);
  font-family: var(--fp-sans);
  letter-spacing: -0.01em;
}

.fp-template-inodeq * {
  box-sizing: border-box;
}

.fp-wrap {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.fp-wrap--narrow {
  width: min(100% - 40px, 880px);
}

.fp-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  mix-blend-mode: difference;
  color: #fff;
  pointer-events: none;
}

.fp-site-header__inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fp-wordmark,
.fp-nav-link {
  pointer-events: auto;
  color: inherit;
  text-decoration: none;
}

.fp-wordmark {
  font-family: var(--fp-mono);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
}

.fp-wordmark img {
  max-height: 42px;
  max-width: 210px;
  object-fit: contain;
  filter: invert(1) grayscale(1);
}

.fp-wordmark sup {
  font-size: 9px;
  letter-spacing: 0;
  margin-left: 2px;
}

.fp-nav-link {
  font-size: 13px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

.fp-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
}

.fp-hero__media {
  position: absolute;
  inset: 0;
}

.fp-hero__sketch {
  width: 100%;
  height: 100%;
  display: block;
}

.fp-sketch-lines {
  stroke: #171717;
  fill: none;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fp-sketch-lines .fp-sketch-dim {
  stroke: #b8b8b8;
  stroke-dasharray: 5 6;
}

.fp-sketch-title text {
  font-family: var(--fp-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  fill: #969696;
}

.fp-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.76) 28%, rgba(255,255,255,0.18) 70%, rgba(255,255,255,0.80) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.96) 100%);
}

.fp-hero__inner {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 110px 0 76px;
}

.fp-hero__content {
  max-width: 760px;
}

.fp-eyebrow {
  margin: 0 0 22px;
  font-family: var(--fp-mono);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fp-ink-soft);
}

.fp-eyebrow span {
  margin: 0 8px;
}

.fp-statement {
  font-family: var(--fp-display);
  font-weight: 300;
  font-size: clamp(58px, 8.6vw, 130px);
  line-height: 0.88;
  letter-spacing: -0.055em;
  margin: 0;
  max-width: 920px;
}

.fp-hero__lead {
  margin: 30px 0 0;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.72;
  color: var(--fp-ink-soft);
}

.fp-hero__sub {
  margin: 42px 0 0;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--fp-ink);
  font-family: var(--fp-mono);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.fp-hero__sub span {
  width: 44px;
  height: 1px;
  background: var(--fp-ink);
  opacity: 0.35;
}

.fp-stepper-section,
.fp-items,
.fp-docs,
.fp-concierge,
.fp-tracking,
.fp-facts {
  padding: 96px 0;
  border-top: 1px solid var(--fp-line-soft);
}

.fp-section-head {
  max-width: 720px;
  margin-bottom: 48px;
}

.fp-section-title {
  font-family: var(--fp-display);
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.96;
  font-weight: 300;
  letter-spacing: -0.04em;
  margin: 0;
}

.fp-section-sub {
  margin: 20px 0 0;
  color: var(--fp-ink-soft);
  max-width: 640px;
  line-height: 1.7;
}

.fp-stepper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding-top: 22px;
}

.fp-stepper__line,
.fp-stepper__line-fill {
  position: absolute;
  top: 33px;
  left: calc(100% / 12);
  height: 1px;
}

.fp-stepper__line {
  right: calc(100% / 12);
  background: var(--fp-line);
}

.fp-stepper__line-fill {
  width: calc((100% - (100% / 6)) * var(--fp-progress) / 100);
  max-width: calc(100% - (100% / 6));
  background: var(--fp-ink);
  transition: width 0.8s ease;
}

.fp-stepper__vline,
.fp-stepper__vline-fill {
  display: none;
}

.fp-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fp-step__dot {
  width: 22px;
  height: 22px;
  border: 1px solid var(--fp-line);
  border-radius: 50%;
  background: #fff;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

.fp-step--done .fp-step__dot,
.fp-step--current .fp-step__dot {
  border-color: var(--fp-ink);
}

.fp-step--done .fp-step__dot::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--fp-ink);
}

.fp-step--current .fp-step__dot::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid var(--fp-ink);
  border-radius: 50%;
}

.fp-step__name {
  font-size: 15px;
  line-height: 1.35;
}

.fp-step__date {
  margin-top: 7px;
  min-height: 17px;
  font-family: var(--fp-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fp-ink-soft);
}

.fp-step--future {
  color: #a4a4a4;
}

.fp-leadtime {
  background: var(--fp-warm);
}

.fp-leadtime__inner {
  max-width: 680px;
  padding: 90px 0;
}

.fp-leadtime__statement {
  font-family: var(--fp-display);
  font-weight: 300;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  margin: 0 0 28px;
}

.fp-leadtime__body {
  max-width: 620px;
  color: var(--fp-ink-soft);
  line-height: 1.75;
  font-size: 17px;
}

.fp-item-list {
  border-top: 1px solid var(--fp-line);
}

.fp-item {
  border-bottom: 1px solid var(--fp-line-soft);
}

.fp-item--child {
  background: #fafafa;
}

.fp-item__button {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 100px 140px 28px;
  gap: 22px;
  align-items: center;
  padding: 18px 0;
  text-align: left;
  cursor: pointer;
}

.fp-item--child .fp-item__button {
  padding-left: 46px;
}

.fp-item__visual {
  width: 54px;
  height: 54px;
  border: 1px solid var(--fp-line);
  background: #f4f4f4;
  display: block;
  overflow: hidden;
}

.fp-item__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fp-item__main {
  min-width: 0;
  display: block;
}

.fp-item__title {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 17px;
  line-height: 1.3;
}

.fp-pill {
  border: 1px solid var(--fp-line);
  padding: 2px 6px;
  border-radius: 999px;
  font-family: var(--fp-mono);
  font-size: 10px;
  text-transform: uppercase;
  color: var(--fp-ink-soft);
  letter-spacing: 0.07em;
}

.fp-item__meta,
.fp-item__desc {
  display: block;
  margin-top: 4px;
  color: var(--fp-ink-soft);
  font-size: 13px;
  line-height: 1.4;
}

.fp-item__desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fp-item__qty,
.fp-item__price {
  font-family: var(--fp-mono);
  font-size: 13px;
  color: var(--fp-ink-soft);
  text-align: right;
}

.fp-item__arrow {
  text-align: right;
  font-size: 20px;
  color: var(--fp-ink-soft);
}

.fp-facts {
  background: #fff;
}

.fp-facts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.fp-fact p:not(.fp-eyebrow) {
  color: var(--fp-ink);
  line-height: 1.72;
  font-size: 16px;
  margin: 0;
}

.fp-doc-groups {
  display: grid;
  gap: 44px;
}

.fp-doc-group__title {
  margin: 0 0 8px;
  font-family: var(--fp-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fp-ink-soft);
}

.fp-doc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--fp-line);
}

.fp-doc {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--fp-line-soft);
  background: transparent;
  color: inherit;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 180px 28px;
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.fp-doc:hover .fp-doc__title,
.fp-doc:focus-visible .fp-doc__title {
  text-decoration: underline;
}

.fp-doc--disabled {
  cursor: default;
  color: #a0a0a0;
}

.fp-doc__icon {
  font-family: var(--fp-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--fp-ink-soft);
}

.fp-doc__title {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fp-doc__meta {
  font-family: var(--fp-mono);
  font-size: 11px;
  color: var(--fp-ink-soft);
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.fp-doc__arrow {
  font-size: 20px;
  text-align: right;
  color: var(--fp-ink-soft);
}

.fp-quiet-list {
  border-top: 1px solid var(--fp-line);
}

.fp-quiet-row {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--fp-line-soft);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 0;
  text-align: left;
  color: inherit;
}

.fp-quiet-row--button {
  cursor: pointer;
}

.fp-quiet-title {
  font-size: 16px;
}

.fp-quiet-meta {
  margin-top: 5px;
  color: var(--fp-ink-soft);
  font-family: var(--fp-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.fp-text-button {
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--fp-ink);
  padding: 0 0 3px;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.fp-concierge {
  background: #fff;
}

.fp-concierge__inner {
  border-top: 1px solid var(--fp-line);
  padding-top: 38px;
}

.fp-concierge__row {
  display: flex;
  gap: 32px;
  align-items: center;
}

.fp-concierge__avatar {
  width: 104px;
  height: 104px;
  flex: 0 0 104px;
  object-fit: cover;
  background: #f2f2f2;
  border: 1px solid var(--fp-line);
}

.fp-concierge__avatar--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fp-display);
  font-size: 46px;
  color: var(--fp-ink-soft);
}

.fp-concierge__name {
  font-family: var(--fp-display);
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
  margin: 0;
}

.fp-concierge__role,
.fp-concierge__line {
  color: var(--fp-ink-soft);
  margin: 8px 0 0;
}

.fp-concierge__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.fp-concierge__actions a {
  color: var(--fp-ink);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

.fp-site-footer {
  border-top: 1px solid var(--fp-line-soft);
  padding: 34px 0;
  color: var(--fp-ink-soft);
  font-family: var(--fp-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fp-site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.fp-empty {
  color: var(--fp-ink-soft);
  margin: 0;
}

.fp-detail-modal .modal-content {
  border: 0;
  border-radius: 0;
}

.fp-detail-modal .modal-header {
  border-bottom: 1px solid var(--fp-line-soft);
  padding: 24px 28px;
}

.fp-detail-modal .modal-title {
  font-family: var(--fp-display);
  font-weight: 300;
  font-size: 34px;
}

.fp-detail-modal .modal-body {
  padding: 28px;
}

.fp-article-image,
.fp-article-placeholder {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  background: #f4f4f4;
  border: 1px solid var(--fp-line);
}

.fp-article-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fp-ink-soft);
}

.fp-detail-list dt {
  color: var(--fp-ink-soft);
  font-weight: 400;
}

.fp-detail-list dd {
  margin-bottom: 12px;
}

.fp-description {
  color: var(--fp-ink-soft);
  line-height: 1.7;
}

.fp-iframe-modal-dialog {
  max-width: min(1280px, calc(100vw - 28px));
  width: min(1280px, calc(100vw - 28px));
}

.fp-iframe-modal-content {
  height: min(92vh, 980px);
  min-height: 680px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.fp-document-modal-header {
  min-height: 72px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--fp-line);
  background: #fff;
}

.fp-document-modal-kicker {
  font-family: var(--fp-mono);
  font-size: 11px;
  color: var(--fp-ink-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fp-document-modal-title {
  max-width: min(760px, 58vw);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--fp-display);
  font-size: 28px;
  font-weight: 300;
}

.fp-document-modal-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fp-document-modal-body {
  padding: 0;
  background: #f4f4f4;
  overflow: hidden;
}

.fp-iframe-modal-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 610px;
  border: 0;
  background: #f4f4f4;
}

.fp-external-notice {
  height: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-external-notice.d-none {
  display: none !important;
}

.min-w-0 {
  min-width: 0;
}

@media (max-width: 900px) {
  .fp-site-header {
    mix-blend-mode: normal;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(10px);
    color: var(--fp-ink);
    border-bottom: 1px solid var(--fp-line-soft);
  }

  .fp-wordmark img {
    filter: none;
  }

  .fp-hero {
    min-height: 760px;
  }

  .fp-hero__inner {
    min-height: 760px;
    padding-bottom: 56px;
  }

  .fp-statement {
    font-size: 60px;
  }

  .fp-stepper {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
  }

  .fp-stepper__line,
  .fp-stepper__line-fill {
    display: none;
  }

  .fp-stepper__vline {
    display: block;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 11px;
    width: 1px;
    background: var(--fp-line);
  }

  .fp-stepper__vline-fill {
    display: block;
    position: absolute;
    top: 12px;
    left: 11px;
    width: 1px;
    height: calc((100% - 24px) * var(--fp-progress) / 100);
    background: var(--fp-ink);
  }

  .fp-step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 0 0 32px;
    gap: 22px;
  }

  .fp-step:last-child {
    padding-bottom: 0;
  }

  .fp-step__dot {
    flex: 0 0 22px;
    margin-bottom: 0;
  }

  .fp-step__text {
    padding-top: 1px;
  }

  .fp-item__button {
    grid-template-columns: 52px minmax(0, 1fr) 28px;
    gap: 16px;
  }

  .fp-item__qty,
  .fp-item__price {
    grid-column: 2 / 3;
    text-align: left;
  }

  .fp-item__price {
    margin-top: -8px;
  }

  .fp-item__arrow {
    grid-column: 3;
    grid-row: 1;
  }

  .fp-doc {
    grid-template-columns: 30px minmax(0, 1fr) 28px;
    gap: 16px;
  }

  .fp-doc__meta {
    grid-column: 2 / 3;
    grid-row: 2;
    text-align: left;
  }

  .fp-doc__arrow {
    grid-column: 3;
    grid-row: 1;
  }

  .fp-facts__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 560px) {
  .fp-wrap,
  .fp-wrap--narrow {
    width: min(100% - 28px, 1180px);
  }

  .fp-site-header__inner {
    height: 62px;
  }

  .fp-nav-link {
    display: none;
  }

  .fp-hero {
    min-height: 690px;
  }

  .fp-hero__inner {
    min-height: 690px;
    padding: 96px 0 42px;
  }

  .fp-hero__veil {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.68) 0%, rgba(255,255,255,0.88) 45%, rgba(255,255,255,0.98) 100%);
  }

  .fp-statement {
    font-size: 48px;
    line-height: 0.94;
  }

  .fp-hero__lead {
    font-size: 16px;
  }

  .fp-hero__sub {
    display: block;
    line-height: 1.6;
  }

  .fp-hero__sub span {
    display: block;
    margin: 10px 0;
    width: 30px;
  }

  .fp-stepper-section,
  .fp-items,
  .fp-docs,
  .fp-concierge,
  .fp-tracking,
  .fp-facts {
    padding: 64px 0;
  }

  .fp-section-head {
    margin-bottom: 34px;
  }

  .fp-section-title {
    font-size: 36px;
  }

  .fp-leadtime__inner {
    padding: 64px 0;
  }

  .fp-leadtime__statement {
    font-size: 46px;
  }

  .fp-concierge__row {
    align-items: flex-start;
    gap: 20px;
  }

  .fp-concierge__avatar {
    width: 76px;
    height: 76px;
    flex-basis: 76px;
  }

  .fp-concierge__name {
    font-size: 28px;
  }

  .fp-concierge__actions {
    flex-direction: column;
    gap: 10px;
  }

  .fp-site-footer__inner {
    flex-direction: column;
  }

  .fp-iframe-modal-dialog {
    width: calc(100vw - 12px);
    max-width: calc(100vw - 12px);
    margin: 6px auto;
  }

  .fp-iframe-modal-content {
    height: calc(100vh - 12px);
    min-height: 0;
  }

  .fp-document-modal-title {
    max-width: 52vw;
    font-size: 22px;
  }

  .fp-document-modal-external {
    display: none;
  }

  .fp-iframe-modal-frame {
    min-height: 0;
  }
}

.fp-template-inodeq .fp-hero__configuration-visual {
  position: absolute;
  z-index: 1;
  right: clamp(70px, 8vw, 150px);
  top: clamp(180px, 23vw, 330px);
  width: min(42vw, 680px);
  max-height: 430px;
  pointer-events: none;
  opacity: 0.94;
}

.fp-template-inodeq .fp-hero__configuration-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 28px 55px rgba(15, 23, 42, 0.16));
}

@media (max-width: 820px) {
  .fp-template-inodeq .fp-hero__configuration-visual {
    right: 20px;
    top: 145px;
    width: min(58vw, 420px);
    opacity: 0.55;
  }
}

@media (max-width: 520px) {
  .fp-template-inodeq .fp-hero__configuration-visual {
    right: -55px;
    top: 155px;
    width: 78vw;
    opacity: 0.35;
  }
}

.fp-template-inodeq .fp-hero__project-image {
  position: absolute;
  z-index: 0;
  right: clamp(52px, 7vw, 132px);
  top: 50%;
  width: min(48vw, 760px);
  transform: translateY(-46%);
  pointer-events: none;
}

.fp-template-inodeq .fp-hero__project-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 34px 70px rgba(15, 23, 42, 0.18));
}

.fp-template-inodeq .fp-hero__config-link {
  margin: 28px 0 0;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fp-template-inodeq .fp-hero__config-link a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

.fp-template-inodeq .fp-hero__config-link a:hover {
  color: var(--fp-primary);
}

.fp-template-inodeq .fp-hero__content {
  z-index: 2;
}

@media (max-width: 820px) {
  .fp-template-inodeq .fp-hero__project-image {
    right: -8vw;
    top: 35%;
    width: 68vw;
    opacity: 0.42;
    transform: translateY(-50%);
  }
}

@media (max-width: 520px) {
  .fp-template-inodeq .fp-hero__project-image {
    right: -24vw;
    top: 34%;
    width: 96vw;
    opacity: 0.28;
  }
}
