/**
 * @Author: R. Kuntze, M.Sc. (Industrial Management) :: Mediadesign Vogel
 * @Date:   2026-09-15 10:01:23
 * @Last Modified by:   R. Kuntze, M.Sc. (Industrial Management) :: Mediadesign Vogel
 * @Last Modified time: 2026-09-15 13:31:03
 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../public/assets/fonts/poppins-300.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../public/assets/fonts/poppins-400.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../public/assets/fonts/poppins-500.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../public/assets/fonts/poppins-600.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  font-family:
    "Poppins",
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: #1c1c1c;
  color: #f6f3ed;
  scroll-behavior: smooth;
  --charcoal: #1c1c1c;
  --charcoal-deep: #121212;
  --charcoal-soft: #242321;
  --gold: #b49062;
  --gold-dark: #9f7d50;
  --ivory: #f6f3ed;
  --muted: #aaa49b;
  --brand-orange: #f06422;
}

* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-width: 320px;
}
body {
  background: var(--charcoal);
  color: var(--ivory);
  font-weight: 300;
}
a {
  color: inherit;
}
button,
a {
  font: inherit;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  padding: 0 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #f8f4ee;
  background: linear-gradient(
    180deg,
    rgba(18, 18, 18, 0.92),
    rgba(18, 18, 18, 0.46) 62%,
    transparent
  );
  border-bottom: 1px solid rgba(180, 144, 98, 0.16);
}

.wordmark {
  display: flex;
  align-items: center;
  width: 190px;
  height: 49px;
  text-decoration: none;
}
.wordmark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.site-header nav a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.site-header nav a:hover {
  color: var(--gold);
}
.header-cta {
  color: #ffffff;
  background: var(--gold);
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.scroll-story {
  position: relative;
  height: 360vh;
  background: #0b0b0b;
}
.story-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
  background: #0b0b0b;
}
.story-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: #0b0b0b;
  transform: scale(1.012);
}
.story-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(6, 7, 8, 0.86) 0%,
      rgba(6, 7, 8, 0.58) 37%,
      rgba(6, 7, 8, 0.05) 68%,
      rgba(6, 7, 8, 0.16) 100%
    ),
    linear-gradient(0deg, rgba(4, 4, 4, 0.45), transparent 50%);
  /* MDV: Add cursor pointer to indicate clickability */
  cursor: pointer;
}
.education-story,
.industry-story,
.travel-story,
.ai-tour-story,
.video-story {
  border-top: 1px solid rgba(180, 144, 98, 0.2);
  border-bottom: 1px solid rgba(180, 144, 98, 0.2);
}
.education-story .story-shade {
  background:
    linear-gradient(
      90deg,
      rgba(16, 17, 18, 0.88) 0%,
      rgba(16, 17, 18, 0.58) 39%,
      rgba(16, 17, 18, 0.09) 70%,
      rgba(16, 17, 18, 0.2) 100%
    ),
    linear-gradient(0deg, rgba(18, 18, 18, 0.55), transparent 52%);
}
.industry-story .story-shade {
  background:
    linear-gradient(
      90deg,
      rgba(16, 17, 18, 0.9) 0%,
      rgba(16, 17, 18, 0.56) 39%,
      rgba(16, 17, 18, 0.08) 70%,
      rgba(16, 17, 18, 0.2) 100%
    ),
    linear-gradient(0deg, rgba(18, 18, 18, 0.5), transparent 52%);
}
.travel-story .story-shade {
  background:
    linear-gradient(
      90deg,
      rgba(15, 14, 12, 0.9) 0%,
      rgba(15, 14, 12, 0.56) 38%,
      rgba(15, 14, 12, 0.06) 69%,
      rgba(15, 14, 12, 0.16) 100%
    ),
    linear-gradient(0deg, rgba(18, 16, 13, 0.5), transparent 52%);
}
.ai-tour-story .story-shade {
  background:
    linear-gradient(
      90deg,
      rgba(13, 15, 16, 0.9) 0%,
      rgba(13, 15, 16, 0.53) 39%,
      rgba(13, 15, 16, 0.05) 70%,
      rgba(13, 15, 16, 0.12) 100%
    ),
    linear-gradient(0deg, rgba(15, 15, 15, 0.46), transparent 54%);
}
.ai-tour-story .story-video {
  object-position: right center;
}
.video-story .story-shade {
  background:
    linear-gradient(
      270deg,
      rgba(12, 13, 14, 0.9) 0%,
      rgba(12, 13, 14, 0.57) 39%,
      rgba(12, 13, 14, 0.07) 70%,
      rgba(12, 13, 14, 0.18) 100%
    ),
    linear-gradient(0deg, rgba(15, 15, 15, 0.48), transparent 54%);
}
.story-copy {
  position: absolute;
  z-index: 2;
  left: 5vw;
  top: 50%;
  width: min(520px, 46vw);
  transform: translateY(-50%);
  color: #ffffff;
}
.story-kicker,
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 500;
}
.story-copy h1 {
  margin: 0;
  font-size: clamp(48px, 6.4vw, 90px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 300;
  text-wrap: balance;
}
.story-description {
  max-width: 480px;
  min-height: 58px;
  margin: 24px 0 29px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.52;
}
.story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.scroll-story .story-description,
.scroll-story .story-actions {
  display: none;
}
.primary-action,
.replay-action {
  border-radius: 999px;
  padding: 14px 21px;
  text-decoration: none;
  cursor: pointer;
}
.primary-action {
  color: #ffffff;
  background: var(--gold);
  border: 0;
  font-weight: 500;
}
.primary-action span {
  margin-left: 12px;
}
.replay-action {
  color: #ffffff;
  background: rgba(12, 12, 12, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.43);
  backdrop-filter: blur(8px);
}

.scroll-hint {
  position: absolute;
  left: 5vw;
  bottom: 38px;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 10px;
}
.scroll-hint span {
  margin-left: 8px;
  color: var(--gold);
}

@media (min-width: 761px) {
  .industry-story .story-copy,
  .video-story .story-copy {
    left: auto;
    right: 5vw;
  }
  .industry-story .scroll-hint,
  .video-story .scroll-hint {
    left: auto;
    right: 5vw;
  }
  .industry-story .story-shade {
    background:
      linear-gradient(
        270deg,
        rgba(16, 17, 18, 0.9) 0%,
        rgba(16, 17, 18, 0.56) 39%,
        rgba(16, 17, 18, 0.08) 70%,
        rgba(16, 17, 18, 0.2) 100%
      ),
      linear-gradient(0deg, rgba(18, 18, 18, 0.5), transparent 52%);
  }
}

.story-summary {
  padding: clamp(76px, 9vw, 128px) 6vw;
  display: grid;
  grid-template-columns: 64px minmax(0, 1.1fr) minmax(320px, 0.72fr);
  align-items: start;
  gap: 4vw;
  background: var(--charcoal);
  border-bottom: 1px solid rgba(180, 144, 98, 0.18);
}
.story-summary-soft {
  background: var(--charcoal-deep);
}
.summary-index {
  padding-top: 5px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.16em;
}
.summary-heading h2 {
  max-width: 720px;
  margin: 14px 0 0;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 300;
}
.summary-body {
  max-width: 520px;
  padding-top: 34px;
}
.summary-body p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.summary-body a {
  display: inline-block;
  margin-top: 28px;
  color: var(--gold);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
.summary-body a:hover {
  color: var(--ivory);
}

.production {
  padding: 92px 6vw;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 7vw;
  color: #f8f4ee;
  background: #101010;
}
.production h2 {
  max-width: 650px;
  margin: 14px 0 0;
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.052em;
}
.production-title > p:last-child {
  max-width: 620px;
  margin: 26px 0 0;
  color: #aaa49d;
  font-size: 16px;
  line-height: 1.6;
}
.services {
  border-top: 1px solid #3c3936;
}
.services > div {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid #3c3936;
}
.services strong {
  font-size: 16px;
}
.services span {
  color: #aaa49d;
  font-size: 13px;
  line-height: 1.45;
}

.references {
  padding: 104px 6vw;
  color: #f7f2eb;
  background: #151515;
  /* MDV: Hide references section for now */
  display: none;
}
.references-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 56px;
}
.references-heading h2 {
  margin: 0;
  font-size: clamp(40px, 5.8vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-align: right;
}
.reference-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.reference-grid article {
  position: relative;
  min-height: 390px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.reference-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background: radial-gradient(circle at 78% 18%, #ffffff 0 2%, transparent 37%);
}
.reference-grid article > * {
  position: relative;
  z-index: 1;
}
.reference-education,
.reference-travel,
.reference-health {
  color: var(--ivory);
  background: #1d1c1a;
  border: 1px solid rgba(180, 144, 98, 0.22);
  border-radius: 16px;
}
.reference-top {
  position: absolute !important;
  top: 24px;
  left: 26px;
  right: 26px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.75;
}
.reference-grid h3 {
  margin: 0 0 15px;
  font-size: clamp(26px, 2.7vw, 39px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.reference-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.58;
  opacity: 0.82;
}
.text-link {
  display: inline-block;
  margin-top: 34px;
  color: var(--gold);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.about {
  padding: 112px 6vw;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  background: var(--charcoal);
}
.about-facts {
  border-top: 1px solid rgba(180, 144, 98, 0.3);
}
.about-facts > div {
  padding: 25px 0;
  border-bottom: 1px solid rgba(180, 144, 98, 0.3);
}
.about-facts strong {
  display: block;
  margin-bottom: 5px;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.045em;
}
.about-facts span {
  color: var(--muted);
  font-size: 13px;
}
.about-copy h2 {
  margin: 14px 0 24px;
  font-size: clamp(40px, 5.2vw, 69px);
  line-height: 1;
  letter-spacing: -0.057em;
}
.about-copy > p:not(.section-kicker) {
  max-width: 720px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}
.closing {
  padding: 120px 6vw;
  text-align: center;
  background: var(--charcoal-deep);
  border-top: 1px solid rgba(180, 144, 98, 0.2);
}
.closing h2 {
  margin: 18px 0 34px;
  font-size: clamp(47px, 7vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.062em;
}
.closing a {
  display: inline-block;
  color: #ffffff;
  background: var(--gold);
  border-radius: 999px;
  padding: 16px 24px;
  text-decoration: none;
  font-weight: 500;
}

.site-footer {
  padding: 42px 6vw;
  display: grid;
  grid-template-columns: 160px 1fr auto auto;
  align-items: center;
  gap: 28px;
  color: #b9b3ac;
  background: #0d0d0d;
  font-size: 11px;
}
.site-footer img {
  width: 185px;
  height: 48px;
  object-fit: contain;
}
.site-footer p {
  margin: 0;
  text-align: center;
}
.site-footer nav {
  display: flex;
  gap: 18px;
}
.site-footer a {
  color: #b9b3ac;
  text-decoration: none;
}
.site-footer > span {
  color: #706b66;
}

@media (max-width: 760px) {
  .site-header {
    height: 64px;
    padding: 0 18px;
  }
  .wordmark {
    width: 160px;
    height: 42px;
  }
  .site-header nav {
    display: none;
  }
  .header-cta {
    padding: 9px 13px;
  }
  .scroll-story {
    height: 280svh;
  }
  .story-stage {
    height: 100svh;
    min-height: 620px;
  }
  .story-video {
    inset: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
  }
  .story-shade {
    background: linear-gradient(
      180deg,
      rgba(5, 6, 7, 0.67) 0%,
      rgba(5, 6, 7, 0.25) 42%,
      rgba(5, 6, 7, 0.08) 63%,
      rgba(5, 6, 7, 0.72) 100%
    );
  }
  .education-story .story-shade {
    background: linear-gradient(
      180deg,
      rgba(18, 18, 18, 0.72) 0%,
      rgba(18, 18, 18, 0.18) 40%,
      rgba(18, 18, 18, 0.08) 62%,
      rgba(18, 18, 18, 0.78) 100%
    );
  }
  .industry-story .story-shade {
    background: linear-gradient(
      180deg,
      rgba(18, 18, 18, 0.75) 0%,
      rgba(18, 18, 18, 0.18) 40%,
      rgba(18, 18, 18, 0.08) 62%,
      rgba(18, 18, 18, 0.8) 100%
    );
  }
  .travel-story .story-shade {
    background: linear-gradient(
      180deg,
      rgba(18, 16, 13, 0.74) 0%,
      rgba(18, 16, 13, 0.16) 40%,
      rgba(18, 16, 13, 0.07) 62%,
      rgba(18, 16, 13, 0.8) 100%
    );
  }
  .ai-tour-story .story-shade {
    background: linear-gradient(
      180deg,
      rgba(15, 15, 15, 0.76) 0%,
      rgba(15, 15, 15, 0.16) 40%,
      rgba(15, 15, 15, 0.06) 62%,
      rgba(15, 15, 15, 0.82) 100%
    );
  }
  .video-story .story-shade {
    background: linear-gradient(
      180deg,
      rgba(15, 15, 15, 0.74) 0%,
      rgba(15, 15, 15, 0.17) 40%,
      rgba(15, 15, 15, 0.07) 62%,
      rgba(15, 15, 15, 0.8) 100%
    );
  }
  .ai-tour-story .story-video {
    object-position: center center;
  }
  .story-copy {
    left: 20px;
    top: 100px;
    bottom: auto;
    width: calc(100% - 40px);
    transform: none;
  }
  .story-kicker {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .story-copy h1 {
    font-size: clamp(36px, 11.5vw, 46px);
    line-height: 0.96;
  }
  .story-description {
    max-width: 34ch;
    min-height: 0;
    margin: 12px 0 15px;
    font-size: 14px;
    line-height: 1.42;
  }
  .primary-action,
  .replay-action {
    padding: 11px 15px;
    font-size: 13px;
  }
  .replay-action {
    display: none;
  }
  .scroll-hint {
    display: none;
  }
  .story-summary {
    padding: 68px 24px 72px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .summary-index {
    padding: 0;
  }
  .summary-heading h2 {
    font-size: clamp(37px, 11vw, 52px);
  }
  .summary-body {
    padding-top: 0;
  }
  .summary-body p {
    font-size: 15px;
    line-height: 1.7;
  }
  .production {
    padding: 70px 24px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .services > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .references-heading {
    display: block;
  }
  .references-heading h2 {
    margin-top: 13px;
    text-align: left;
  }
  .references {
    padding: 75px 24px;
  }
  .reference-grid {
    grid-template-columns: 1fr;
  }
  .reference-grid article {
    min-height: 340px;
  }
  .about {
    padding: 72px 24px;
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .closing {
    padding: 78px 24px;
  }
  .site-footer {
    padding: 38px 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .site-footer p {
    text-align: center;
  }
  .site-footer nav {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}

/* Cookie-Einwilligung */
.cookie-consent {
  position: fixed;
  z-index: 1000;
  left: 22px;
  right: 22px;
  bottom: 22px;
  max-width: 1180px;
  margin: auto;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  color: var(--ivory);
  background: rgba(20, 20, 20, 0.96);
  border: 1px solid rgba(180, 144, 98, 0.48);
  border-radius: 18px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px);
}
.cookie-consent[hidden] {
  display: none;
}
.cookie-consent strong {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 500;
}
.cookie-consent p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.cookie-consent p a {
  color: var(--gold);
  text-decoration: none;
}
.cookie-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}
.cookie-actions button {
  padding: 11px 16px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
}
.cookie-essential {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
}
.cookie-accept {
  color: #fff;
  background: var(--gold);
  border: 1px solid var(--gold);
}
.cookie-settings-link {
  color: #b9b3ac;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
}
.closing .closing-back-to-top {
  margin: 25px auto 0;
  padding: 0;
  display: flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.13em;
}
.closing .closing-back-to-top:hover {
  color: #fff;
}
.closing .closing-back-to-top span {
  color: var(--gold);
  font-size: 15px;
}
@media (max-width: 760px) {
  .cookie-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 19px;
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cookie-actions button {
    width: 100%;
  }
}

/* Themen-Unterseiten */
.subpage .site-header {
  position: fixed;
  background: rgba(13, 13, 13, 0.9);
  backdrop-filter: blur(14px);
}
.subpage-hero {
  position: relative;
  min-height: 88vh;
  padding: 150px 6vw 90px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.subpage-hero img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subpage-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(9, 9, 9, 0.92),
      rgba(9, 9, 9, 0.53) 47%,
      rgba(9, 9, 9, 0.16)
    ),
    linear-gradient(0deg, rgba(9, 9, 9, 0.72), transparent 58%);
}
.subpage-hero-copy {
  max-width: 820px;
}
.subpage-hero h1 {
  margin: 12px 0 24px;
  font-size: clamp(50px, 7vw, 102px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 300;
}
.subpage-hero p:not(.section-kicker) {
  max-width: 670px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.6;
}
.subpage-content {
  padding: 105px 6vw;
  background: var(--charcoal);
}
.subpage-intro {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8vw;
  margin-bottom: 90px;
}
.subpage-intro h2 {
  margin: 14px 0 0;
  font-size: clamp(39px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 300;
}
.subpage-intro-copy {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.subpage-intro-copy p:first-child {
  margin-top: 0;
}
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(180, 144, 98, 0.3);
  border-left: 1px solid rgba(180, 144, 98, 0.3);
}
.solution-grid article {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid rgba(180, 144, 98, 0.3);
  border-bottom: 1px solid rgba(180, 144, 98, 0.3);
}
.solution-grid span {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.14em;
}
.solution-grid h3 {
  margin: 45px 0 15px;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.035em;
}
.solution-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.subpage-cta {
  padding: 100px 6vw;
  text-align: center;
  background: var(--charcoal-deep);
  border-top: 1px solid rgba(180, 144, 98, 0.2);
}
.subpage-cta h2 {
  margin: 14px 0 32px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
  letter-spacing: -0.058em;
  font-weight: 300;
}
.back-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--muted);
  text-decoration: none;
  font-size: 12px;
}
.reference-page-hero {
  min-height: 64vh;
  padding: 160px 6vw 85px;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(
      circle at 78% 23%,
      rgba(180, 144, 98, 0.2),
      transparent 33%
    ),
    linear-gradient(135deg, #242321, #101010 68%);
  border-bottom: 1px solid rgba(180, 144, 98, 0.26);
}
.reference-page-hero h1 {
  max-width: 950px;
  margin: 12px 0 23px;
  font-size: clamp(52px, 7.4vw, 105px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 300;
}
.reference-page-hero p:not(.section-kicker) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.reference-catalog {
  padding: 86px 6vw 115px;
  background: var(--charcoal);
}
.reference-catalog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}
.reference-catalog-head h2 {
  margin: 12px 0 0;
  font-size: clamp(36px, 4.8vw, 63px);
  line-height: 1;
  letter-spacing: -0.052em;
  font-weight: 300;
}
.reference-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.reference-filters button {
  padding: 10px 16px;
  color: var(--muted);
  background: transparent;
  border: 1px solid rgba(180, 144, 98, 0.32);
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
}
.reference-filters button[aria-pressed="true"],
.reference-filters button:hover {
  color: #fff;
  background: var(--gold);
  border-color: var(--gold);
}
.project-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.project-card {
  min-height: 285px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(180, 144, 98, 0.13), transparent 55%),
    var(--charcoal-soft);
  border: 1px solid rgba(180, 144, 98, 0.22);
  border-radius: 18px;
}
.project-thumb {
  width: calc(100% + 50px);
  max-width: none;
  aspect-ratio: 706 / 360;
  margin: -25px -25px 25px;
  display: block;
  object-fit: cover;
  border-radius: 17px 17px 0 0;
}
.project-thumb[data-tour-ready="true"] {
  cursor: pointer;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}
.project-card:hover .project-thumb[data-tour-ready="true"] {
  transform: scale(1.025);
  filter: brightness(1.08);
}
.project-card[hidden] {
  display: none;
}
.project-card .project-type {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.project-card h3 {
  margin: auto 0 13px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 300;
}
.project-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.project-tour-link {
  margin-top: 22px;
  color: var(--gold);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
}
.project-tour-link:hover {
  color: #fff;
}
.tour-lightbox {
  width: min(96vw, 1500px);
  height: min(92vh, 940px);
  max-width: none;
  max-height: none;
  padding: 0;
  color: var(--ivory);
  background: #0b0b0b;
  border: 1px solid rgba(180, 144, 98, 0.48);
  border-radius: 18px;
  overflow: hidden;
}
.tour-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(8px);
}
.tour-lightbox[open] {
  display: grid;
  grid-template-rows: auto 1fr;
}
.tour-lightbox-bar {
  min-height: 72px;
  padding: 13px 18px 13px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #151515;
  border-bottom: 1px solid rgba(180, 144, 98, 0.28);
}
.tour-lightbox-bar span {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tour-lightbox-bar strong {
  font-size: 16px;
  font-weight: 400;
}
.tour-lightbox-close {
  padding: 10px 15px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  cursor: pointer;
}
.tour-frame-slot {
  min-height: 0;
  background: #000;
}
.tour-frame-slot iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}
.catalog-note {
  max-width: 760px;
  margin: 45px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.legal-hero {
  min-height: 50vh;
  padding: 155px 6vw 72px;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(
      circle at 78% 22%,
      rgba(180, 144, 98, 0.18),
      transparent 34%
    ),
    linear-gradient(135deg, #242321, #101010 68%);
  border-bottom: 1px solid rgba(180, 144, 98, 0.25);
}
.legal-hero h1 {
  margin: 12px 0 0;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 300;
}
.legal-content {
  padding: 100px 6vw 120px;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 9vw;
  background: var(--charcoal);
}
.legal-aside {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.legal-aside a {
  color: var(--gold);
  text-decoration: none;
}
.legal-panel {
  max-width: 800px;
  padding: 42px;
  background: var(--charcoal-soft);
  border: 1px solid rgba(180, 144, 98, 0.28);
  border-radius: 18px;
}
.legal-panel h2 {
  margin: 0 0 30px;
  font-size: clamp(31px, 3.8vw, 49px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 300;
}
.legal-panel h3 {
  margin: 38px 0 12px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.legal-panel p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.legal-panel strong {
  color: var(--ivory);
  font-weight: 500;
}
.legal-panel a {
  color: var(--gold);
  text-decoration: none;
}
.legal-panel-long {
  max-width: 980px;
}
.legal-panel-long h2 {
  margin-bottom: 36px;
}
.legal-panel-long h4 {
  margin: 42px 0 14px;
  color: var(--gold);
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.legal-panel-long p {
  margin-bottom: 19px;
}
.legal-panel-long ul,
.legal-panel-long ol {
  margin: 0 0 24px;
  padding-left: 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}
.legal-panel-long li {
  margin-bottom: 7px;
}
.legal-panel-long b,
.legal-panel-long strong {
  color: var(--ivory);
  font-weight: 500;
}
.legal-panel-long hr {
  margin: 40px 0;
  border: 0;
  border-top: 1px solid rgba(180, 144, 98, 0.28);
}

/* Kontakt-Unterseite */
.contact-hero {
  min-height: 68vh;
  padding: 160px 6vw 92px;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(
      circle at 78% 22%,
      rgba(180, 144, 98, 0.22),
      transparent 34%
    ),
    linear-gradient(135deg, #242321, #101010 68%);
  border-bottom: 1px solid rgba(180, 144, 98, 0.26);
}
.contact-hero > div {
  max-width: 1050px;
}
.contact-hero h1 {
  margin: 14px 0 25px;
  font-size: clamp(54px, 7.6vw, 108px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 300;
}
.contact-hero p:not(.section-kicker) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.7;
}
.contact-section {
  padding: 105px 6vw 120px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
  background: var(--charcoal);
}
.contact-details h2 {
  margin: 13px 0 24px;
  font-size: clamp(42px, 5vw, 67px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 300;
}
.contact-details > p:not(.section-kicker) {
  max-width: 470px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.contact-details address {
  margin-top: 48px;
  display: grid;
  gap: 13px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  font-style: normal;
}
.contact-details address strong {
  color: var(--ivory);
  font-size: 18px;
  font-weight: 500;
}
.contact-details address a {
  width: max-content;
  color: var(--gold);
  text-decoration: none;
}
.contact-form-panel {
  padding: clamp(27px, 4vw, 54px);
  background: var(--charcoal-soft);
  border: 1px solid rgba(180, 144, 98, 0.3);
  border-radius: 20px;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px;
}
.contact-form label {
  display: grid;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.025em;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ivory);
  background: #171717;
  border: 1px solid rgba(180, 144, 98, 0.34);
  border-radius: 9px;
  font: inherit;
  font-size: 15px;
  outline: none;
}
.contact-form textarea {
  resize: vertical;
  min-height: 165px;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(180, 144, 98, 0.12);
}
.contact-form-wide {
  grid-column: 1 / -1;
}
.contact-consent {
  margin-top: 24px;
  grid-template-columns: 18px 1fr !important;
  align-items: start;
  line-height: 1.65;
}
.contact-consent input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--gold);
}
.contact-consent a {
  color: var(--gold);
  text-decoration: none;
}
.contact-submit-row {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.contact-submit-row .primary-action {
  flex: none;
  font-family: inherit;
  font-size: 13px;
}
.contact-submit-row p {
  max-width: 300px;
  margin: 0;
  color: #817b74;
  font-size: 10px;
  line-height: 1.55;
  text-align: right;
}

/* MDV: Form Status Messages */
.contact-form-status {
  margin: 22px 0 0;
  font-size: 13px;
  line-height: 1.5;
}
.contact-form-status.is-success {
  color: #9bc58f;
}
.contact-form-status.is-error {
  color: #e49a8f;
}

@media (max-width: 760px) {
  .subpage .site-header nav {
    display: none;
  }
  .subpage-hero {
    min-height: 82svh;
    padding: 118px 24px 58px;
  }
  .subpage-hero img {
    object-position: center;
  }
  .subpage-content {
    padding: 72px 24px;
  }
  .subpage-intro {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 55px;
  }
  .solution-grid {
    grid-template-columns: 1fr;
  }
  .solution-grid article {
    min-height: 220px;
  }
  .subpage-cta {
    padding: 72px 24px;
  }
  .reference-page-hero {
    min-height: 58svh;
    padding: 125px 24px 55px;
  }
  .reference-catalog {
    padding: 68px 24px;
  }
  .reference-catalog-head {
    display: block;
  }
  .reference-filters {
    justify-content: flex-start;
    margin-top: 28px;
  }
  .project-catalog-grid {
    grid-template-columns: 1fr;
  }
  .project-card {
    min-height: 245px;
  }
  .legal-hero {
    min-height: 42svh;
    padding: 120px 24px 52px;
  }
  .legal-content {
    padding: 68px 24px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .legal-panel {
    padding: 25px;
  }
  .tour-lightbox {
    width: 100vw;
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }
  .tour-lightbox-bar {
    min-height: 64px;
    padding: 10px 12px 10px 16px;
  }
  .tour-lightbox-bar strong {
    font-size: 13px;
  }
  .contact-hero {
    min-height: 58svh;
    padding: 125px 24px 58px;
  }
  .contact-section {
    padding: 68px 24px 75px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contact-details address {
    margin-top: 34px;
  }
  .contact-form-panel {
    padding: 24px 19px;
    border-radius: 16px;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .contact-form-wide {
    grid-column: auto;
  }
  .contact-submit-row {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-submit-row .primary-action {
    width: 100%;
  }
  .contact-submit-row p {
    text-align: left;
  }
}

.mobile-nav-toggle {
  display: none;
}

@media (max-width: 760px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
  .site-header {
    z-index: 80;
  }
  .site-header .header-cta {
    display: none;
  }
  .mobile-nav-toggle {
    position: relative;
    z-index: 82;
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 5px;
    color: #fff;
    background: rgba(12, 12, 12, 0.58);
    border: 1px solid rgba(180, 144, 98, 0.52);
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(12px);
  }
  .mobile-nav-toggle span {
    width: 18px;
    height: 1.5px;
    display: block;
    background: currentColor;
    border-radius: 2px;
    transition:
      transform 0.25s ease,
      opacity 0.2s ease;
  }
  .mobile-nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }
  .mobile-nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .mobile-nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }
  .mobile-nav-toggle:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
  }
  .site-header > nav,
  .subpage .site-header > nav {
    position: fixed;
    z-index: 81;
    top: 64px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100dvh - 64px);
    padding: 25px 24px max(32px, env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    background: linear-gradient(
      180deg,
      rgba(18, 18, 18, 0.99),
      rgba(28, 27, 25, 0.98)
    );
    border-top: 1px solid rgba(180, 144, 98, 0.3);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 0.24s ease,
      visibility 0.24s ease,
      transform 0.24s ease;
  }
  .site-header > nav[data-mobile-open="true"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-header > nav a {
    width: 100%;
    padding: 19px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(180, 144, 98, 0.2);
    font-size: clamp(18px, 5.4vw, 23px);
    font-weight: 300;
    letter-spacing: -0.015em;
  }
  .site-header > nav a::after {
    content: "→";
    color: var(--gold);
    font-size: 0.8em;
  }
  .site-header > nav a:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
  }

  /* MDV: EU banner */
  .eu {
    align-items: flex-start;
  }
}

/* MDV: EU banner */
.eu {
  display: flex;
  padding-top: 0px;
}
.eu p {
  text-align: left;
}

/* MDV: Scroll to Top Button */
#scrollTop {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 20px;
  z-index: 79;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  width: 46px;
  height: 46px;
  border-radius: 100%;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  transform: translate(100px, 0);
}
#scrollTop svg {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  fill: var(--gold);
  transition: fill 0.3s ease;
}
#scrollTop:hover {
  background-color: var(--gold);
}
#scrollTop:hover svg {
  fill: #ffffff;
}
#scrollTop.see {
  transform: translate(0, 0);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.06),
    0 5px 27px rgba(0, 0, 0, 0.09);
}
