/* ═══════════════════════════════════════════════════════════════
   ZOYOS · Industrial Editorial
   Homepage-Identität: warmes Papier, tiefes Schwarz, echte Farbfotos,
   präzise Akzente in ZOYOS Bright Blue
   ═══════════════════════════════════════════════════════════════ */

.exclusive-page {
  --ink: #151514;
  --ink-soft: #292927;
  --paper: #f4f4f0;
  --paper-deep: #e9e9e4;
  --white: #fff;
  --accent: #0077ff;
  --accent-hover: #1684ff;
  --accent-wash: rgba(0,119,255,.075);
  --text-2: #73736e;
  --text-3: #92928c;
  --line: rgba(21,21,20,.15);
  --line-soft: rgba(21,21,20,.08);
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --pad-y: clamp(60px, 6.5vw, 92px);
  background: var(--paper);
  color: var(--text-2);
}

.exclusive-page ::selection { background: var(--accent); color: #000; }

.exclusive-page :is(h1, h2) {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}

.exclusive-page :is(h3, h4) {
  font-family: var(--sans);
  letter-spacing: -.03em;
}

.exclusive-page em { color: inherit; }
.exclusive-page .wrap { width: min(1240px, 100% - 64px); }

/* ═══ NAVIGATION ═══ */
.ex-nav {
  min-height: 92px;
  padding: 0 max(32px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.ex-nav .nav-logo img { height: 26px; }
.ex-nav .nav-links { margin-left: auto; margin-right: 0; }
.ex-nav .nav-links a { font-family: var(--sans); font-size: 13px; }
.ex-nav .nav-links a:hover,
#nav.scrolled .nav-links a:hover { color: var(--accent); }

#nav.scrolled {
  min-height: 66px;
  padding-block: 0;
  background: rgba(244,244,240,.9);
  border-bottom-color: var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

#nav.scrolled .nav-logo img { filter: brightness(0); }
.mobile-menu { background: var(--ink); }
.mobile-menu a { font-family: var(--serif); font-size: clamp(34px, 9vw, 52px); font-weight: 400; }
.mobile-menu a:hover { color: var(--accent); }

/* ═══ HERO ═══ */
.ex-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding: 92px clamp(32px, 5vw, 72px) 24px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
  background: #272725;
  color: #fff;
}

/* Das Motiv bleibt bewusst farbig. Die Ebene darüber steuert nur
   Lesbarkeit und Ruhe, nicht die Sättigung des Bildes. */
.ex-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.ex-hero-image {
  position: absolute;
  inset: -1%;
  background: url("Assets/hero-elbphilharmonie.jpg") center 50% / cover no-repeat;
}

.ex-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(13,13,12,.7) 0%, rgba(13,13,12,.46) 42%, rgba(13,13,12,.8) 100%),
    linear-gradient(90deg, rgba(13,13,12,.26), rgba(13,13,12,.14));
}

.ex-hero-inner {
  width: min(1240px, 100%);
  margin-inline: auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(min-content, 1fr) auto auto;
}

.ex-hero-foot,
.ex-section-label,
.ex-partner-meta {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ex-title-row {
  display: grid;
  place-items: center;
  padding: clamp(30px, 4vh, 44px) 0;
}

.ex-intro { width: min(920px, 100%); text-align: center; }
.ex-intro h1 {
  color: #fff;
  font-size: clamp(40px, 4.8vw, 68px);
  text-wrap: balance;
}

.ex-hero-cta {
  min-height: 46px;
  margin-top: 24px;
  padding: 0 20px;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  font-family: var(--sans);
  font-size: 13px;
}
.ex-hero-cta:hover {
  background: var(--accent-hover);
  box-shadow: 0 12px 34px rgba(0,119,255,.24);
}

.ex-hero-foot {
  display: grid;
  grid-template-columns: minmax(280px, 610px);
  justify-content: center;
  align-items: end;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.58);
}

.ex-hero-foot p {
  max-width: 64ch;
  margin-inline: auto;
  color: rgba(255,255,255,.82);
  font-family: var(--sans);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 400;
  letter-spacing: -.012em;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
}

/* ═══ EDITORIALE META-LINIE ═══ */
.ex-section-label {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
  color: var(--text-2);
}

.ex-section-label-light {
  border-color: rgba(255,255,255,.18);
  color: rgba(255,255,255,.6);
}

/* ═══ KUNDEN IM HERO ═══ */
.ex-clients { padding: 24px 0 0; background: transparent; }
.ex-hero .ex-clients .wrap { width: 100%; }
.ex-partner-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255,255,255,.62);
  text-align: center;
}
.ex-partner-meta span { white-space: nowrap; }
.ex-clients .logo-grid {
  margin-top: 16px;
  gap: 0;
  border: 0;
  background: transparent;
}
.ex-clients .logo-cell {
  min-height: 82px;
  padding: 18px 14px;
  background: transparent;
}
.ex-clients .logo-cell img {
  max-height: 36px;
  max-width: 128px;
  opacity: .92;
  filter: none;
}

/* Optisch ausgeglichene Größen für die unterschiedlich proportionierten Wortmarken. */
.ex-clients .logo-cell:nth-child(1) img {
  max-height: 31px;
  max-width: 110px;
}

.ex-clients .logo-cell:nth-child(2) img {
  max-width: 128px;
  filter: brightness(0) invert(1);
}

.ex-clients .logo-cell:nth-child(3) img {
  max-height: 30px;
  max-width: 108px;
}

.ex-clients .logo-cell:nth-child(4) img {
  max-height: 42px;
  max-width: 112px;
}

.ex-clients .logo-cell:nth-child(5) img {
  max-height: 42px;
  max-width: 42px;
}

/* Beim Branth-SVG wird die eingebettete Bildmarke ausgeblendet; die Wortmarke bleibt. */
.ex-clients .logo-cell:nth-child(6) img {
  max-width: 145px;
  clip-path: inset(0 0 0 29%);
  filter: brightness(0) invert(1);
  transform: translateX(-10px) scale(1.18);
}

/* ═══ ARBEITSWEISE ═══ */
.ex-mandates { padding: var(--pad-y) 0; background: var(--white); }
.ex-manifesto {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .6fr);
  gap: clamp(50px, 8vw, 128px);
  align-items: end;
  margin: clamp(32px, 4vw, 50px) 0;
}
.ex-manifesto h2,
.ex-results-head h2,
.ex-about-copy h2,
.ex-inquiry h2 {
  font-size: clamp(34px, 3.6vw, 52px);
}
.ex-manifesto h2 { max-width: 860px; }
.ex-manifesto p { max-width: 46ch; font-size: 16px; line-height: 1.55; color: var(--text-2); }
.ex-principles { border-top: 1px solid var(--line); }
.ex-principle {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  transition: background .25s, padding .25s;
}
.ex-principle:hover { padding-inline: 14px; background: var(--accent-wash); }
.ex-principle-num {
  color: var(--text-2);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
}
.ex-principle > div {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1fr);
  gap: 28px;
  align-items: baseline;
}
.ex-principle h3 { font-size: clamp(19px, 1.7vw, 25px); font-weight: 500; }
.ex-principle p { max-width: 58ch; font-size: 16px; color: var(--text-2); }

/* ═══ ERGEBNISSE ═══ */
.ex-results { padding: var(--pad-y) 0; background: var(--ink); color: #fff; }
.ex-results::before { display: none; }
.ex-results-head {
  display: grid;
  grid-template-columns: 1.15fr .65fr;
  gap: 60px;
  align-items: end;
  margin: clamp(32px, 4vw, 48px) 0;
}
.ex-results-head h2 { max-width: 850px; color: #fff; }
.ex-results-head p { max-width: 43ch; color: rgba(255,255,255,.62); font-size: 16px; }
.ex-result-list { border-top: 1px solid rgba(255,255,255,.18); }
.ex-result {
  min-height: 138px;
  display: grid;
  grid-template-columns: 64px 160px minmax(220px, 1fr) minmax(240px, .72fr) 30px;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.62);
  transition: background .25s, padding .25s, color .25s;
}
.ex-result:hover { padding-inline: 18px; background: rgba(0,119,255,.095); color: #fff; }
.ex-result-count,
.ex-result-client {
  color: rgba(255,255,255,.58);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
  text-transform: uppercase;
}
.ex-result-title { color: rgba(255,255,255,.76); font-size: 16px; }
.ex-result strong {
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .95;
  white-space: nowrap;
}
.ex-result strong i {
  display: block;
  margin-top: 9px;
  color: rgba(255,255,255,.58);
  font-family: var(--sans);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.01em;
  text-transform: none;
}
.ex-arrow { color: var(--accent); font-size: 24px; text-align: right; transition: transform .25s; }
.ex-result:hover .ex-arrow { transform: translate(2px,-2px); }
.ex-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: rgba(255,255,255,.76);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -.01em;
  transition: color .2s, gap .2s;
}
.ex-text-link:hover { color: var(--accent); gap: 14px; }

/* ═══ PERSON ═══ */
.ex-about { padding: var(--pad-y) 0; background: var(--paper-deep); }
.ex-about-grid {
  display: grid;
  grid-template-columns: minmax(310px, .8fr) minmax(0, 1.15fr);
  gap: clamp(54px, 8vw, 132px);
  align-items: start;
  margin-top: clamp(32px, 4vw, 48px);
}
.ex-portrait { position: sticky; top: 100px; }
.ex-portrait .photo-frame { border-radius: 0; }
.ex-portrait .photo-frame::after { display: none; }
.ex-portrait .photo-frame img { filter: none; }
.ex-portrait > span {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  color: var(--text-2);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ex-about-copy { padding-top: 10px; }
.ex-about-copy h2 { max-width: 760px; margin-bottom: 28px; }
.ex-about-copy > p { max-width: 59ch; margin-bottom: 18px; font-size: 16px; line-height: 1.58; }
.ex-about-copy .ex-about-lead {
  max-width: 34ch;
  margin-bottom: 28px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.18;
}
.ex-text-link-dark { margin-top: 14px; color: var(--ink); }
.ex-text-link-dark:hover { color: var(--accent); }

/* ═══ ANFRAGE ═══ */
.ex-inquiry { padding: var(--pad-y) 0; overflow: hidden; background: var(--ink); color: #fff; }
.ex-inquiry::before { display: none; }
.ex-inquiry-grid {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: clamp(54px, 9vw, 140px);
  align-items: start;
  margin: clamp(32px, 4vw, 48px) 0;
}
.ex-inquiry h2 { max-width: 720px; color: #fff; }
.ex-fit > p { max-width: 44ch; margin-bottom: 28px; color: rgba(255,255,255,.62); font-size: 16px; }
.ex-fit ol { list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.ex-fit li {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.84);
  font-size: 16px;
}
.ex-fit li span { color: rgba(255,255,255,.58); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.ex-contact-line {
  display: grid;
  grid-template-columns: minmax(280px, 650px) auto;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  padding: 36px 0;
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.ex-contact-line p { max-width: 64ch; color: rgba(255,255,255,.62); font-size: 16px; }
.ex-contact-line .btn {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
}
.ex-contact-line .btn:hover {
  background: var(--accent-hover);
  box-shadow: 0 12px 34px rgba(0,119,255,.2);
}

/* ═══ FOOTER ═══ */
.ex-footer {
  padding: 36px 0 44px;
  border-top: 0;
  background: var(--ink);
}
.ex-footer .footer-inner { padding-top: 4px; }
.ex-footer .footer-inner img { height: 22px; filter: brightness(0) invert(1); opacity: .66; }
.ex-footer :is(.footer-links a, .footer-copy) { color: rgba(255,255,255,.46); font-size: 11px; }
.ex-footer .footer-links a:hover { color: var(--accent); }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1000px) {
  .exclusive-page .wrap { width: min(760px, 100% - 40px); }
  .ex-nav { padding-inline: 20px; }
  .ex-manifesto,
  .ex-results-head,
  .ex-inquiry-grid { grid-template-columns: 1fr; }
  .ex-manifesto { align-items: start; }
  .ex-result { grid-template-columns: 48px 120px 1fr auto; gap: 18px; }
  .ex-result-title { grid-column: 3; }
  .ex-result strong { grid-column: 3; }
  .ex-arrow { grid-column: 4; grid-row: 1 / span 2; }
  .ex-about-grid { grid-template-columns: .8fr 1fr; gap: 48px; }
}

@media (max-width: 880px) {
  .ex-nav { min-height: 78px; }
  .ex-hero { padding-top: 92px; }
  .ex-hero-image { background-position: 68% 50%; }
  .ex-about-grid { grid-template-columns: 1fr; }
  .ex-principle > div { grid-template-columns: 1fr; gap: 8px; }
  .ex-portrait { position: relative; top: auto; max-width: 500px; }
  .ex-contact-line { grid-template-columns: 1fr; align-items: start; }
  .ex-contact-line .btn { justify-self: start; }
}

@media (max-width: 620px) {
  .exclusive-page .wrap { width: calc(100% - 32px); }
  .ex-hero { padding: 92px 16px 24px; }
  .ex-hero-image { background-position: 76% 50%; }
  .ex-title-row { padding-block: 38px; }
  .ex-intro h1 { font-size: clamp(36px, 10vw, 50px); }
  .ex-hero-foot { grid-template-columns: 1fr; gap: 14px; }
  .ex-clients { padding-top: 22px; }
  .ex-partner-meta { font-size: 9px; }
  .ex-clients .logo-cell { min-height: 72px; padding: 14px 10px; }
  .ex-clients .logo-cell img { max-height: 28px; max-width: 104px; }
  .ex-manifesto { margin-block: 30px 38px; gap: 22px; }
  .ex-manifesto h2,
  .ex-results-head h2,
  .ex-about-copy h2,
  .ex-inquiry h2 { font-size: clamp(32px, 9vw, 42px); }
  .ex-principle { grid-template-columns: 40px 1fr; gap: 14px; }
  .ex-results-head { margin-block: 30px 38px; gap: 22px; }
  .ex-result {
    min-height: 0;
    grid-template-columns: 34px 1fr 24px;
    gap: 10px 14px;
    padding: 26px 0;
  }
  .ex-result-count { grid-column: 1; grid-row: 1 / span 4; }
  .ex-result-client,
  .ex-result-title,
  .ex-result strong { grid-column: 2; }
  .ex-result strong { margin-top: 12px; white-space: normal; }
  .ex-arrow { grid-column: 3; grid-row: 1 / span 4; align-self: center; }
  .ex-about-grid { margin-top: 30px; }
  .ex-inquiry-grid { margin-block: 30px 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .ex-result,
  .ex-arrow,
  .ex-text-link,
  .ex-principle { transition: none; }
}
