/*
Theme Name: Whitespace
Theme URI: https://conntxt.de
Author: Cornelia Schade
Author URI: https://conntxt.de
Description: Whitespace — klares, goldenes Portfolio-Theme auf Basis von conntxt. Weiße Flächen, Gold-Akzente, keine runden Ecken.
Version: 1.0
License: Private
Text Domain: whitespace
Tags: portfolio, white, minimal, gold
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@400;500&family=Open+Sans:ital,wght@1,800&family=Orbitron:wght@700&family=Pacifico&display=swap');

/* ── VARIABLEN ── */
:root {
  --bg:         #ffffff;
  --bg2:        #f8f5ef;
  --bg3:        #f2edd8;
  --surf:       #ffffff;
  --surf2:      #fffdf5;
  --gold:       #C9A84C;
  --yellow:     #C9A84C;
  --gold-dark:  #a8893d;
  --gold-light: rgba(201,168,76,0.12);
  --gold-bd:    rgba(201,168,76,0.45);
  --orange:     #f86613;
  --green:      #4caf7d;
  --text:       #1a1a1a;
  --text2:      #444444;
  --text3:      #888888;
  --bd:         rgba(201,168,76,0.3);
  --bd2:        rgba(201,168,76,0.55);
  --r:          0px;
  --r-btn:      0px;
  --r-round:    0px;
  --font-head:  'Bebas Neue', sans-serif;
  --font-body:  'Roboto', sans-serif;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; font-weight: 400; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-dark); }
ul, ol { padding-left: 0; list-style: none; }
button { cursor: pointer; }

/* ── LAYOUT ── */
.wrap { max-width: 1210px; margin: 0 auto; padding: 0 clamp(16px,5vw,60px); box-sizing: border-box; }
.wrap--narrow { max-width: 800px; margin: 0 auto; padding: 0 5vw; }
.rule { height: 1px; background: var(--bd); }
.site-section { padding: 88px 0; position: relative; background: transparent; }
.section-label { font-size: 0; color: transparent; margin-bottom: 12px; display: flex; align-items: center; height: 2px; }
.section-label::before { content: ''; display: inline-block; width: 32px; height: 1px; background: var(--gold); }
.section-title { font-family: var(--font-head); font-size: clamp(28px,4vw,52px); font-weight: 400; line-height: 1.05; letter-spacing: .02em; text-transform: uppercase; margin-bottom: 16px; color: var(--text); }
.section-title em { font-style: normal; color: var(--gold); }
.lead { font-size: 15px; color: var(--text2); max-width: 560px; line-height: 1.75; font-weight: 400; margin-bottom: 36px; }

/* ── ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.fade-up.visible { opacity: 1; transform: none; }

/* ── BUTTONS
   Passiv: border nur bottom gold, kein border sonst, color gold, bg transparent
   Aktiv/hover: border überall gold, rest bleibt
── */
.btn,
.btn--primary,
.btn--ghost,
.btn--yellow,
.nav-cta,
.contact-form__btn,
.back-link,
.cn-rev-btn,
.cn-solution-box__btn,
.cn-vis-step__btn,
.cn-media-block__btn,
.cn-hero-banner__btn,
.cn-galerie-single__back,
.mb-follow,
.cn-masterboard__follow,
.ws-toggle-link,
.cn-personas__btn,
.ws-mod-lb__prev,
.ws-mod-lb__next,
.cn2-pyr-toggle,
.cn-lightbox__prev,
.cn-lightbox__next {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1.5px solid var(--gold) !important;
  color: var(--gold) !important;
  padding-bottom: 2px;
  transition: all .2s !important;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover, .btn:active,
.btn--primary:hover,
.btn--ghost:hover,
.btn--yellow:hover,
.nav-cta:hover,
.contact-form__btn:hover,
.cn-rev-btn:hover,
.cn-solution-box__btn:hover,
.cn-vis-step__btn:hover,
.cn-media-block__btn:hover,
.cn-hero-banner__btn:hover,
.cn-galerie-single__back:hover,
.mb-follow:hover,
.cn-masterboard__follow:hover,
.ws-toggle-link:hover,
.cn-personas__btn:hover,
.cn2-pyr-toggle:hover,
.cn2-pyr-toggle.active,
.cn-lightbox__prev:hover,
.cn-lightbox__next:hover {
  border: 1.5px solid var(--gold) !important;
  background: transparent !important;
  color: var(--gold) !important;
  padding: 6px 18px;
}
.btn { display: inline-block; padding: 10px 0; font-size: 14px; font-weight: 400; font-family: var(--font-head); letter-spacing: .08em; text-transform: uppercase; }
.btn--small { padding: 5px 0; font-size: 12px; }

/* Close/Nav Buttons: always full border */
.cn-lightbox__close,
.ws-mod-lb__close,
.cn-personas__overlay-close,
.cn-bgrid-lightbox__close,
#cn-gallery-lb-close {
  background: transparent !important;
  border: 1.5px solid var(--gold) !important;
  color: var(--gold) !important;
  cursor: pointer;
  transition: all .2s;
}
.cn-lightbox__close:hover, .ws-mod-lb__close:hover, .cn-personas__overlay-close:hover, #cn-gallery-lb-close:hover { background: var(--gold) !important; color: #fff !important; }

/* project-tab: passiv bottom-only, aktiv/visited full border */
.project-tab, .ov-tab, .persona-tab {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1.5px solid var(--gold) !important;
  color: var(--gold) !important;
  font-family: var(--font-head) !important;
  font-size: 13px !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 6px 14px !important;
  flex-shrink: 0 !important;
  transition: all .15s !important;
  white-space: nowrap !important;
}
.project-tab.active, .project-tab:hover,
.ov-tab.active, .ov-tab:hover,
.persona-tab.active, .persona-tab:hover {
  border: 1.5px solid var(--gold) !important;
  background: transparent !important;
  color: var(--gold) !important;
}

/* ── CHIPS & BADGES: goldene Sticker, eckig, weiße Schrift, +2px, letter-spacing ── */
.chip, .chip--yellow, .chip--orange, .badge-pill, .fc-badge, .fc-badge--amber,
.fc-badge--blue, .fc-badge--purple, .feature-chip, .ptag,
.cn-masterboard__vis.cn-mb-vis-public, .cn-masterboard__vis.cn-mb-vis-follower,
.cn-masterboard__vis.cn-mb-vis-collab, .kotter-legend-tag {
  font-size: 11px !important; font-weight: 600 !important;
  text-transform: uppercase !important; letter-spacing: .1em !important;
  padding: 4px 11px !important; color: #ffffff !important;
  background: var(--gold) !important; border: 1px solid var(--gold) !important;
  border-radius: 0 !important; cursor: default !important; pointer-events: none !important;
  display: inline-block !important;
}
.chip--green, .fc-badge--green { background: var(--green) !important; border-color: var(--green) !important; }
.chip--white { background: #fff !important; color: var(--text) !important; border: 1px solid var(--bd) !important; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }

/* info-key: gold sticker with white text */
.info-key {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  background: var(--gold) !important; color: #fff !important;
  font-family: var(--font-head) !important; font-size: 11px !important; font-weight: 400 !important;
  letter-spacing: .1em !important; text-transform: uppercase !important;
  padding: 4px 10px !important; min-width: 90px !important; min-height: 26px !important;
  text-align: center !important; border: none !important; cursor: default !important;
  pointer-events: none !important; flex-shrink: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}

/* ── CARDS: transparent, gold border ── */
.card { background: transparent; border: 1px solid var(--bd); transition: border-color .2s; }
.card:hover { border-color: var(--gold); }
.card--padded { padding: 22px; }
.card--yellow { border-color: var(--gold-bd); }

/* ── NAV ── */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; height: 58px; background: rgba(255,255,255,0.97); backdrop-filter: blur(14px); border-bottom: 1px solid var(--bd); }
.site-logo { font-family: var(--font-head); font-weight: 400; font-size: 20px; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; color: var(--text); }
.site-logo span { color: var(--gold); }
.nav-menu { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none; }
.nav-menu a { font-family: var(--font-head); font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: var(--text2); text-decoration: none; transition: color .2s; }
.nav-menu a:hover, .nav-menu .current-menu-item a { color: var(--gold); }
.nav-cta { font-family: var(--font-head) !important; font-size: 13px !important; letter-spacing: .08em !important; text-transform: uppercase !important; font-weight: 400 !important; }
.nav-toggle { display: none; background: none; border: none; color: var(--text2); font-size: 18px; padding: 4px; }

/* ── HERO ── */
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-top: 100px; padding-bottom: 80px; position: relative; overflow: hidden; background: var(--bg); }
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 7px; background: transparent; border: 0; border-bottom: 1.5px solid var(--gold); padding: 4px 0; font-family: var(--font-head); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.hero__title { font-family: var(--font-head); font-size: clamp(42px,6vw,78px); font-weight: 400; line-height: 0.95; letter-spacing: .02em; text-transform: uppercase; margin-bottom: 20px; color: var(--text); }
.hero__title em { font-style: normal; color: var(--gold); display: block; }
.hero__desc { font-size: 14px; color: var(--text2); max-width: 440px; line-height: 1.75; font-weight: 400; margin-bottom: 32px; }
.hero__actions { display: flex; gap: 11px; flex-wrap: wrap; }

/* ── PROFILE CARD ── */
.profile-card { background: transparent; border: 1px solid var(--bd); }
.profile-card__top { display: none !important; }
.profile-card__body { padding: 18px 20px; }
.profile-card__meta { font-size: 11px; color: var(--text3); margin-bottom: 14px; }
.profile-card__kontakt-heading { font-family: var(--font-head) !important; font-size: 11px !important; letter-spacing: .12em !important; color: #fff !important; text-transform: uppercase !important; background: var(--gold) !important; border: none !important; padding: 3px 10px !important; display: inline-flex !important; align-items: center !important; margin-bottom: 10px !important; cursor: default !important; pointer-events: none !important; }

/* ── CONTACT FORM ── */
.contact-form { display: flex; flex-direction: column; gap: 8px; }
.contact-form__row { display: flex; gap: 8px; }
.contact-form__input { background: #fff; border: 1px solid var(--bd); padding: 8px 12px; font-size: 12px; color: var(--text); font-family: var(--font-body); width: 100%; outline: none; transition: border-color .2s; font-weight: 400; border-radius: 0; }
.contact-form__input:focus { border-color: var(--gold); }
.contact-form__input::placeholder { color: var(--text3); }
textarea.contact-form__input { resize: vertical; min-height: 72px; }
.contact-form__success { font-size: 11px; color: var(--green); display: none; padding: 8px 0; }

/* ── INFO LIST ── */
.info-list { display: flex; flex-direction: column; gap: clamp(12px,3vw,32px); }
.info-row { display: flex; align-items: flex-start; gap: 14px; padding: clamp(10px,1.5vw,18px) clamp(12px,2vw,20px); background: transparent; border: 1px solid var(--bd); font-size: 12px; line-height: 1.55; transition: border-color .2s; }
.info-row:hover { border-color: var(--gold); }
.info-val { color: var(--text2); }
.info-val strong { color: var(--text); font-weight: 500; }

/* ── CV TIMELINE ── */
.cv-timeline { display: flex; flex-direction: column; position: relative; }
.cv-timeline::before { content: ''; position: absolute; left: 17px; top: 22px; bottom: 22px; width: 1px; background: linear-gradient(to bottom, var(--gold), var(--bd)); }
.cv-row { display: grid; grid-template-columns: 36px 1fr; gap: 16px; position: relative; margin-bottom: clamp(12px,3vw,32px); }
.cv-dot { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 500; flex-shrink: 0; z-index: 1; margin-top: 4px; font-family: var(--font-head); letter-spacing: .05em; color: var(--gold); background: rgba(201,168,76,.12); border: 1px solid rgba(201,168,76,.2); }
.cv-card { background: transparent; border: 1px solid var(--bd); padding: 14px 18px; }
.cv-year { font-size: 9px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 3px; color: var(--gold); }
.cv-title { font-family: var(--font-head); font-size: 14px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; color: var(--text); }
.cv-body { font-size: 11px; color: var(--text2); line-height: 1.6; }

/* ── SKILLS GRID ── */
.skills-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.skill-card { background: transparent; border: 1px solid var(--bd); padding: 20px; transition: border-color .2s; }
.skill-card:hover { border-color: var(--gold); }
.skill-card__head { display: flex; align-items: center; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--bd); }
.skill-card__icon { display: none; }
.skill-card__title { font-family: var(--font-head); font-size: 20px; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); }
.skill-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.skill-list li { font-size: 11px; color: var(--text2); padding-left: 12px; position: relative; line-height: 1.5; }
.skill-list li::before { content: '–'; position: absolute; left: 0; color: var(--text3); }

/* ── PROJECT CARDS ── */
.projects-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 40px; }
.project-card { background: transparent; border: 1px solid var(--bd); overflow: hidden; transition: border-color .25s; text-decoration: none; color: inherit; display: block; }
.project-card:hover { border-color: var(--gold); color: inherit; }
.project-card__thumb { height: 180px; background: transparent; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--bd); }
.project-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.project-card__thumb-placeholder { font-family: var(--font-head); font-size: clamp(60px,15vw,140px); font-weight: 400; color: var(--gold); opacity: .12; line-height: 1; text-transform: uppercase; }
.project-card__body { padding: 22px; }
.project-card__title { font-family: var(--font-head); font-size: 20px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 8px; color: var(--text); }
.project-card__excerpt { font-size: 12px; color: var(--text2); line-height: 1.65; }

/* ── SINGLE PROJECT HERO ── */
.project-hero { background: transparent !important; border: 1px solid var(--gold-bd) !important; padding: 40px 44px; margin-bottom: 40px; position: relative; overflow: hidden; }
.project-hero__eyebrow { font-family: var(--font-head); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.project-hero__title { font-family: var(--font-head); font-size: clamp(28px,4vw,52px); font-weight: 400; line-height: 1.05; letter-spacing: .03em; text-transform: uppercase; margin-bottom: 14px; color: var(--text); }
.project-hero__title span { color: var(--gold); }
.project-hero__desc { font-size: 13px; color: var(--text2); font-weight: 400; line-height: 1.75; max-width: 640px; }
.project-hero__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }

/* ── PROJECT TABS ── */
.project-nav { display: flex; flex-wrap: wrap; gap: 6px; border-bottom: none !important; margin-bottom: 20px; padding-bottom: 8px; overflow-x: visible; }
.ov-panel { display: none; padding-top: 32px; overflow: visible !important; }
.ov-panel.active { display: block; }

/* ── PAGE CONTENT ── */
.page-content { padding-top: 120px; padding-bottom: 80px; }
.page-content h1 { font-family: var(--font-head); font-size: clamp(32px,4vw,52px); font-weight: 400; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 24px; color: var(--text); }
.page-content h2 { font-family: var(--font-head); font-size: 26px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; margin: 32px 0 14px; color: var(--gold); }
.page-content h3 { font-family: var(--font-head); font-size: 18px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; margin: 24px 0 10px; color: var(--text); }
.page-content p { font-size: 14px; color: var(--text2); line-height: 1.8; margin-bottom: 16px; }
.page-content p strong { color: var(--text); font-weight: 500; }
.page-content a { color: var(--gold); }
.page-content ul li { font-size: 14px; color: var(--text2); padding-left: 16px; position: relative; margin-bottom: 4px; line-height: 1.75; }
.page-content ul li::before { content: '–'; position: absolute; left: 0; color: var(--text3); }

/* project-content */
.project-content h1, .project-content h2, .project-content h3, .project-content h4 { font-family: 'Bebas Neue', sans-serif; color: var(--gold); text-transform: uppercase; letter-spacing: .06em; }
.project-content p { font-size: 14px; color: var(--text2); line-height: 1.8; margin-bottom: 16px; }
.project-content a { color: var(--gold); }

/* ── SOLUTION / FEATURE / SOURCE / SETUP / PHASES / REVENUE / STATS / EU / FOERDER / BOARDS / BADGES / TOOLBOX ── */
.solution-box { background: transparent; border: 1px solid var(--gold-bd); padding: 36px; margin-bottom: 32px; }
.solution-quote { font-family: var(--font-head); font-size: clamp(16px,2.2vw,26px); font-weight: 400; letter-spacing: .03em; text-transform: uppercase; line-height: 1.2; margin-bottom: 16px; color: var(--text); }
.solution-quote em { font-style: normal; color: var(--gold); }
.solution-sub { font-size: 13px; color: var(--text2); font-weight: 400; line-height: 1.75; max-width: 620px; }

.features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.feature-card { background: transparent; border: 1px solid var(--bd); padding: 22px; transition: border-color .25s; }
.feature-card:hover { border-color: var(--gold); }
.feature-title { font-family: var(--font-head); font-size: 18px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 6px; color: var(--text); }
.feature-body { font-size: 11px; color: var(--text2); line-height: 1.65; }

.sources-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.source-card { background: transparent; border: 1px solid var(--bd); padding: 16px; }
.source-card--highlight { border-color: var(--gold-bd); }
.source-cat { font-family: var(--font-head); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--text3); margin-bottom: 7px; }
.source-card--highlight .source-cat { color: var(--gold); }
.source-items { font-size: 11px; color: var(--text2); line-height: 1.8; }
.source-note { background: transparent; border: 1px solid var(--bd); border-left: 3px solid var(--gold); padding: 16px 20px; font-size: 12px; color: var(--text2); line-height: 1.7; margin-top: 16px; }

.setup-box { background: transparent; border: 1px solid var(--gold-bd); padding: 30px; margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.setup-steps { display: flex; flex-direction: column; gap: 12px; }
.setup-step { display: flex; align-items: flex-start; gap: 12px; }
.step-num { width: 26px; height: 26px; background: transparent; color: var(--gold); font-family: var(--font-head); font-size: 13px; border: 1.5px solid var(--gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step-text strong { font-size: 12px; font-weight: 500; display: block; margin-bottom: 2px; color: var(--text); }
.step-text span { font-size: 11px; color: var(--text2); }
.setup-icons { display: flex; flex-wrap: wrap; gap: 6px; }
.setup-icon { background: transparent; border: 1px solid var(--bd); padding: 5px 10px; font-size: 10px; color: var(--text2); display: flex; align-items: center; gap: 5px; }
.setup-icon__dot { width: 5px; height: 5px; background: var(--gold); }

.phases-timeline { display: flex; flex-direction: column; position: relative; }
.phases-timeline::before { content: ''; position: absolute; left: 19px; top: 26px; bottom: 26px; width: 1px; background: linear-gradient(to bottom, var(--gold), var(--bd)); }
.phase-row { display: grid; grid-template-columns: 40px 1fr; gap: 18px; position: relative; }
.phase-dot { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 14px; font-weight: 400; flex-shrink: 0; z-index: 1; margin-top: 4px; color: var(--gold); background: rgba(201,168,76,.12); border: 1px solid rgba(201,168,76,.2); }
.phase-card { background: transparent; border: 1px solid var(--bd); padding: 20px 24px; margin-bottom: 6px; }
.phase-label { font-family: var(--font-head); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; color: var(--gold); }
.phase-title { font-family: var(--font-head); font-size: 18px; font-weight: 400; letter-spacing: .03em; text-transform: uppercase; margin-bottom: 6px; color: var(--text); }
.phase-body { font-size: 14px; color: var(--text2); line-height: 1.65; margin-bottom: 10px; }
.phase-tags { display: flex; gap: 5px; flex-wrap: wrap; }

.revenue-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.rev-card { background: transparent; border: 1px solid var(--bd); padding: 20px; position: relative; overflow: hidden; }
.rev-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; }
.rev-card--1::after { background: var(--green); }
.rev-card--2::after, .rev-card--3::after, .rev-card--4::after { background: var(--gold); }
.rev-stream { font-family: var(--font-head); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--text3); margin-bottom: 7px; }
.rev-name { font-family: var(--font-head); font-size: 15px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 4px; color: var(--text); }
.rev-price { font-family: var(--font-head); font-size: 20px; color: var(--gold); margin-bottom: 4px; letter-spacing: .03em; }
.rev-detail { font-size: 11px; color: var(--text2); line-height: 1.5; }

.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.stat-card { background: transparent; border: 1px solid var(--bd); padding: 20px; text-align: center; }
.stat-num { font-family: var(--font-head); font-size: 28px; color: var(--gold); margin-bottom: 4px; letter-spacing: .03em; }
.stat-label { font-size: 10px; color: var(--text2); text-transform: uppercase; letter-spacing: .05em; line-height: 1.5; }

.eu-box { background: transparent; border: 1px solid var(--bd); padding: 32px; margin-bottom: 24px; }
.eu-box p { font-size: 13px; color: var(--text2); line-height: 1.8; max-width: 680px; }
.eu-box strong { color: var(--text); font-weight: 500; }
.eu-checks { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.eu-check { display: flex; align-items: flex-start; gap: 9px; font-size: 11px; color: var(--text2); background: transparent; border: 1px solid var(--bd); padding: 11px 13px; }
.eu-check__icon { width: 15px; height: 15px; flex-shrink: 0; background: var(--gold); color: #fff; font-size: 8px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-top: 1px; }

.foerder-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-bottom: 24px; }
.foerder-card { background: transparent; border: 1px solid var(--bd); padding: 24px; transition: border-color .2s; }
.foerder-card:hover { border-color: var(--gold); }
.foerder-card--primary { border-color: var(--gold-bd); }
.fc-title { font-family: var(--font-head); font-size: 16px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 5px; color: var(--text); }
.fc-body { font-size: 11px; color: var(--text2); line-height: 1.65; margin-bottom: 8px; }
.fc-detail { font-size: 10px; color: var(--text3); }
.foerder-note { background: transparent; border: 1px solid var(--bd); border-left: 3px solid var(--gold); padding: 16px 20px; font-size: 11px; color: var(--text2); line-height: 1.7; }

.boards-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.vis-step { display: flex; gap: 12px; align-items: flex-start; padding: 12px; background: transparent; border: 1px solid var(--bd); margin-bottom: 6px; }
.vis-icon { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; background: var(--gold-light); }
.vis-step__title { font-family: var(--font-head); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 2px; color: var(--text); }
.vis-step__body { font-size: 11px; color: var(--text2); line-height: 1.55; }
.masterboard-visual { background: transparent; border: 1px solid var(--gold-bd); overflow: hidden; }
.mb-header { background: var(--bg2); border-bottom: 1px solid var(--bd); padding: 13px 16px; display: flex; align-items: center; gap: 10px; }
.mb-avatar { width: 30px; height: 30px; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 13px; color: #fff; flex-shrink: 0; }
.mb-name { font-family: var(--font-head); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--text); }
.mb-sub { font-size: 9px; color: var(--text2); }
.mb-boards-list { padding: 10px; display: flex; flex-direction: column; gap: 4px; }
.mb-board-item { background: transparent; border: 1px solid var(--bd); padding: 9px 11px; display: flex; align-items: center; justify-content: space-between; }
.mb-board-name { font-size: 11px; font-weight: 500; color: var(--text); }
.mb-board-vis { font-family: var(--font-head); font-size: 8px; padding: 2px 6px; }
.vis-public, .vis-follower, .vis-collab { background: var(--gold); color: #fff; }
.vis-private { background: transparent; color: var(--text3); border: 1px solid var(--bd); }

.badges-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.badge-card { background: transparent; border: 1px solid var(--bd); padding: 18px; }
.badge-title { font-family: var(--font-head); font-size: 14px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 4px; color: var(--text); }
.badge-body { font-size: 11px; color: var(--text2); line-height: 1.6; }
.badge-source { margin-top: 6px; font-size: 9px; color: var(--text3); font-style: italic; }

.toolbox-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.tool-card { background: transparent; border: 1px solid var(--bd); padding: 20px; }
.tool-phase { font-family: var(--font-head); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 9px; color: var(--gold); }
.tool-title { font-family: var(--font-head); font-size: 16px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 5px; color: var(--text); }
.tool-body { font-size: 11px; color: var(--text2); line-height: 1.6; }

/* ── PERSONAS ── */
.personas-nav { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 24px; }
.persona-panel { display: none; }
.persona-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.p-avatar { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 16px; margin-bottom: 14px; background: var(--gold); color: #fff; }
.persona-name { font-family: var(--font-head); font-size: 20px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 3px; color: var(--text); }
.persona-role { font-size: 11px; color: var(--text2); margin-bottom: 14px; }
.persona-story { font-size: 12px; color: var(--text2); line-height: 1.8; }
.persona-board { background: transparent; border: 1px solid var(--bd); overflow: hidden; }
.pb-bar { background: var(--bg2); border-bottom: 1px solid var(--bd); padding: 8px 11px; display: flex; align-items: center; gap: 6px; }
.pb-bar__title { font-family: var(--font-head); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; color: var(--text); }
.pb-bar__status { margin-left: auto; font-size: 8px; color: var(--gold); font-family: var(--font-head); letter-spacing: .06em; text-transform: uppercase; }
.pb-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; padding: 6px; }
.pb-tile { height: 62px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 5px; background: var(--bg2); }

/* ── COMPETITION TABLE ── */
.competition-table { width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 24px; border: 1px solid var(--bd); }
.competition-table th { background: var(--bg2); padding: 11px 14px; text-align: left; font-family: var(--font-head); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); border-bottom: 1px solid var(--bd); }
.competition-table td { padding: 11px 14px; font-size: 11px; border-bottom: 1px solid var(--bd); vertical-align: middle; color: var(--text2); }
.competition-table tr:last-child td { border-bottom: none; }
.competition-table tr.ov-row td { background: rgba(201,168,76,.04); }
.competition-table tr.ov-row td:first-child { border-left: 3px solid var(--gold); }
.check-y { color: var(--gold); font-weight: 500; }
.check-n { color: var(--text3); }
.ov-name { font-family: var(--font-head); letter-spacing: .04em; text-transform: uppercase; font-size: 13px; color: var(--text); }

/* ── PROBLEM CARDS ── */
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.problem-card { background: transparent; border: 1px solid var(--bd); padding: 24px; position: relative; overflow: hidden; transition: border-color .2s; }
.problem-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); }
.problem-icon { display: none !important; }
.problem-title { font-family: var(--font-head); font-size: 15px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 8px; color: var(--text); }
.problem-list { list-style: none; padding: 0; margin: 0; }
.problem-list li { font-size: 11px; color: var(--text2); padding: 2px 0 2px 11px; position: relative; }
.problem-list li::before { content: '–'; position: absolute; left: 0; color: var(--text3); }

/* ── FOOTER – +2px, mehr letter-spacing ── */
.site-footer { border-top: 1px solid var(--bd); padding: 28px 5vw; background: var(--bg2); }
.site-footer__inner { max-width: 1060px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-logo { font-family: var(--font-head); font-weight: 400; font-size: 18px; letter-spacing: .1em; text-transform: uppercase; color: var(--text2); text-decoration: none; }
.footer-logo span { color: var(--gold); }
.footer-nav { display: flex; gap: 20px; list-style: none; padding: 0; margin: 0; }
.footer-nav a { font-family: var(--font-head); font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: var(--text3); text-decoration: none; transition: color .2s; }
.footer-nav a:hover { color: var(--gold); }
.footer-copy { font-size: 13px; color: var(--text3); letter-spacing: .06em; }

/* ── MISC ── */
.back-link { font-family: var(--font-head); display: inline-flex; align-items: center; gap: 7px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); text-decoration: none; margin-bottom: 32px; transition: color .2s; }
.back-link::before { content: '←'; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.conntxt-logo-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(32px,5vw,60px); font-weight: 400; letter-spacing: .04em; line-height: 1; margin-bottom: 16px; text-transform: uppercase; }
.conntxt-logo-title .gold { color: var(--gold); }
.conntxt-logo-title .white { color: var(--text); }
.ritter { display: none !important; }

/* Section backgrounds */
#ueber   { background: var(--bg); }
#skills  { background: var(--bg2); }
#projekte { background: var(--bg); }
#kontakt { background: var(--bg2); }
.hero    { background: var(--bg); }

/* ── SKILL HEADLINES ── */
.skill-title--konzeption { font-family: 'Open Sans', sans-serif; font-weight: 800; font-style: italic; text-transform: none; font-size: 18px; letter-spacing: 0; }
.skill-title--digital { font-family: 'Orbitron', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: .06em; text-transform: uppercase; }
.skill-title--ausbildung { font-family: Impact, sans-serif; font-size: 20px; letter-spacing: .04em; text-transform: uppercase; }
.skill-title--gestaltung, .skill-title--fuehrung { font-family: 'Pacifico', cursive; font-size: 18px; text-transform: none; }
.skill-title--print { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: .06em; text-transform: uppercase; }

/* ── KARUSSELL ── */
.cn-carousel { position: relative; width: 100%; margin: 24px 0; }
.cn-carousel__track-wrap { display: flex; align-items: center; }
.cn-carousel__track { display: flex; gap: 16px; overflow: hidden; scroll-behavior: smooth; flex: 1; scroll-snap-type: x mandatory; }
.cn-carousel__item { flex: 0 0 auto; width: 260px; border: 1px solid var(--gold); overflow: hidden; background: transparent; transition: border-color .2s; scroll-snap-align: start; }
.cn-carousel__item:hover { border-color: var(--gold-dark); }
.cn-carousel__img-wrap { height: 180px; overflow: hidden; display: flex; align-items: center; justify-content: center; background: var(--bg2); }
.cn-carousel__img-wrap img { width: auto; height: 100%; object-fit: cover; }
.cn-carousel__tags { padding: 10px 12px; display: flex; flex-wrap: wrap; gap: 5px; }
.cn-carousel__btn { flex-shrink: 0; width: 36px; height: 36px; background: transparent; border: 1px solid var(--gold); color: var(--gold); font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 2; }
.cn-carousel__btn--prev { margin-right: 8px; }
.cn-carousel__btn--next { margin-left: 8px; }
.cn-carousel__dots { display: flex; justify-content: center; gap: 6px; margin-top: 14px; }
.cn-carousel__dot { width: 8px; height: 8px; background: var(--bd); border: 1px solid var(--gold); cursor: pointer; padding: 0; }
.cn-carousel__dot.active { background: var(--gold); }

/* ── LIGHTBOX ── */
.cn-lightbox { position: fixed; inset: 0; z-index: 9999; background: rgba(255,255,255,.97); display: flex !important; align-items: center; justify-content: center; gap: 20px; padding: 20px; }
.cn-lightbox[style*="display:none"] { display: none !important; }
.cn-lightbox__inner { max-width: 90vw; max-height: 90vh; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.cn-lightbox__inner img { max-width: 85vw; max-height: 80vh; object-fit: contain; border: 1px solid var(--gold); }
.cn-lightbox__close { position: fixed; top: 20px; right: 28px; width: 40px; height: 40px; font-size: 20px; display: flex; align-items: center; justify-content: center; z-index: 10000; }
.cn-lightbox__prev, .cn-lightbox__next { flex-shrink: 0; width: 44px; height: 44px; font-size: 28px; display: flex; align-items: center; justify-content: center; }

/* ── HERO BANNER ── */
.cn-hero-banner { position: relative; width: 100%; min-height: 320px; background-size: cover; background-position: center; border-bottom: 2px solid var(--gold); overflow: hidden; display: flex; align-items: center; }
.cn-hero-banner__overlay { position: absolute; inset: 0; background: rgba(255,255,255,.05); transition: background .35s; }
.cn-hero-banner:hover .cn-hero-banner__overlay { background: rgba(255,255,255,.2); }
.cn-hero-banner__inner { position: relative; z-index: 2; padding: 50px; width: 100%; display: flex; flex-direction: column; gap: 20px; }
.cn-hero-banner__title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(42px,6vw,78px); font-weight: 400; line-height: 1.0; letter-spacing: .03em; text-transform: uppercase; margin: 0; color: var(--text); }

/* ── GALERIE ── */
.cn-galerie-wrap { background: var(--bg2); padding: clamp(16px,3vw,40px) clamp(20px,5vw,80px); }
.cn-galerie-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; background: transparent; }
.cn-galerie-grid__item { position: relative; cursor: pointer; overflow: hidden; aspect-ratio: 1; background: var(--bg2); }
.cn-galerie-grid__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cn-galerie-grid__item-overlay { display: none; }
.cn-galerie-grid__tags { position: absolute; bottom: 0; left: 0; right: 0; padding: 4px 6px; display: flex; flex-wrap: wrap; gap: 3px; }
.cn-galerie-grid__tags .chip { background: var(--gold); color: #fff; border: none; font-size: 9px; }
.cn-galerie-single { display: none; background: transparent; }
.cn-galerie-single.active { display: block; }
.cn-galerie-single__img { width: 100%; max-height: 80vh; object-fit: contain; display: block; background: transparent; }
#cn-gallery-lb { position: fixed; inset: 0; z-index: 9998; background: rgba(255,255,255,.97); display: none; align-items: center; justify-content: center; gap: 20px; }
#cn-gallery-lb.open { display: flex; }
#cn-gallery-lb-img { max-width: 88vw; max-height: 86vh; object-fit: contain; border: 1px solid var(--gold); }
#cn-gallery-lb-close { position: fixed; top: 18px; right: 22px; z-index: 9999; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
#cn-gallery-lb-prev, #cn-gallery-lb-next { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; }

/* ── MEDIA BLOCK ── */
.cn-media-block { width: 100%; display: flex; align-items: center; gap: clamp(20px,4vw,60px); padding: clamp(20px,4vw,60px) clamp(20px,5vw,80px); background: var(--bg2); box-sizing: border-box; }
.cn-media-block--reverse { flex-direction: row-reverse; }
.cn-media-block__media { flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.cn-media-block__media--half { flex: 0 0 50%; max-width: 50%; }
.cn-media-block__media--third { flex: 0 0 33.333%; max-width: 33.333%; }
.cn-media-block__media--full { flex: 0 0 92%; max-width: 92%; }
.cn-media-block__media img { width: 100%; height: auto; display: block; }
.cn-media-block__content { flex: 1; display: flex; flex-direction: column; gap: 14px; }
.cn-media-block__headline { margin: 0; line-height: 1.15; color: var(--text); }
.cn-media-block__text { font-size: 14px; color: var(--text2); line-height: 1.75; }

/* ── MOODBOARD ── */
.cn2-moodboard { width: 100%; background: var(--bg2); padding: clamp(20px,4vw,48px) clamp(20px,5vw,80px); box-sizing: border-box; }
.cn2-moodboard img { object-fit: cover; width: 100%; height: 100%; display: block; }

/* ── PERSONAS CN ── */
.cn-personas { width: 100%; }
.cn-personas .personas-nav { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 24px; }
.cn-personas__panel { display: none; }
.cn-personas__panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.cn-personas__left { display: flex; flex-direction: column; gap: 16px; }
.cn-personas__eyebrow { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); }
.cn-personas__title { font-family: var(--font-head); font-size: clamp(20px,2.5vw,28px); letter-spacing: .03em; text-transform: uppercase; color: var(--text); }
.cn-personas__text { font-size: 13px; color: var(--text2); line-height: 1.75; }
.cn-personas__right { position: relative; }
.cn-personas__img-wrap { width: 100%; aspect-ratio: 4/3; overflow: hidden; }
.cn-personas__img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.cn-personas__img-placeholder { width: 100%; aspect-ratio: 4/3; background: var(--bg2); display: flex; align-items: center; justify-content: center; font-size: 48px; opacity: .3; }
.cn-personas__overlay { position: fixed; inset: 0; z-index: 9999; background: rgba(255,255,255,.97); display: none; align-items: center; justify-content: center; padding: 20px; }
.cn-personas__overlay.active { display: flex; }
.cn-personas__overlay-inner { position: relative; max-width: 92vw; max-height: 92vh; }
.cn-personas__overlay-img { max-width: 90vw; max-height: 88vh; object-fit: contain; }
.cn-personas__overlay-close { position: fixed; top: 20px; right: 28px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; z-index: 10001; }

/* Revenue CN */
.cn-revenue-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.cn-rev-card { background: transparent; border: 1px solid var(--bd); padding: 20px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.cn-rev-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; }
.cn-rev-card--1::after { background: var(--green); }
.cn-rev-card--2::after, .cn-rev-card--3::after, .cn-rev-card--4::after { background: var(--gold); }
.cn-rev-stream { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--text3); margin-bottom: 7px; }
.cn-rev-name { font-family: var(--font-head); font-size: 15px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 4px; color: var(--text); }
.cn-rev-price { font-family: var(--font-head); font-size: 20px; color: var(--gold); margin-bottom: 4px; letter-spacing: .03em; }
.cn-rev-detail { font-size: 11px; color: var(--text2); line-height: 1.5; margin-bottom: 12px; flex: 1; }

.cn-solution-box { background: transparent; border: 1px solid var(--gold-bd); padding: 36px; }
.cn-solution-box__quote { font-family: var(--font-head); font-size: clamp(15px,2.3vw,27px); letter-spacing: .03em; text-transform: uppercase; line-height: 1.2; margin-bottom: 16px; color: var(--text); }
.cn-solution-box__quote em { color: var(--gold); font-style: normal; }
.cn-solution-box__sub { font-size: 13px; color: var(--text2); line-height: 1.75; max-width: 660px; margin-bottom: 16px; }

.cn-vis-steps { display: flex; flex-direction: column; gap: 8px; max-width: 66.666%; }
.cn-vis-step { display: flex; gap: 14px; align-items: flex-start; padding: 14px; background: transparent; border: 1px solid var(--bd); }
.cn-vis-step__img { width: 40px; height: 40px; overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--gold-light); }
.cn-vis-step__img img { width: 100%; height: 100%; object-fit: cover; }
.cn-vis-step__content { flex: 1; display: flex; flex-direction: column; }
.cn-vis-step__title { font-size: 15px; font-weight: 500; margin-bottom: 3px; color: var(--text); }
.cn-vis-step__body { font-size: 13px; color: var(--text2); line-height: 1.55; margin-bottom: 8px; }
.cn-vis-step__btn-row { display: flex; justify-content: flex-end; margin-top: 6px; }

.cn-masterboard { background: transparent; border: 1px solid var(--gold-bd); overflow: hidden; }
.cn-masterboard__header { background: var(--bg2); border-bottom: 1px solid var(--bd); padding: 12px 16px; display: flex; align-items: center; gap: 10px; }
.cn-masterboard__avatar { width: 30px; height: 30px; overflow: hidden; flex-shrink: 0; background: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 12px; color: #fff; font-weight: 700; }
.cn-masterboard__name { font-size: 13px; font-weight: 600; color: var(--text); }
.cn-masterboard__sub { font-size: 10px; color: var(--text2); }
.cn-masterboard__list { padding: 10px; display: flex; flex-direction: column; gap: 5px; }
.cn-masterboard__item { background: transparent; border: 1px solid var(--bd); padding: 9px 11px; display: flex; align-items: center; justify-content: space-between; }
.cn-masterboard__board-name { font-size: 13px; font-weight: 500; color: var(--text); }
.cn-masterboard__board-sub { font-size: 10px; color: var(--text2); margin-top: 1px; }
.cn-mb-vis-public, .cn-mb-vis-follower, .cn-mb-vis-collab { background: var(--gold) !important; color: #fff !important; }
.cn-mb-vis-private { background: transparent; color: var(--text3); border: 1px solid var(--bd); }

/* Persona Board */
.cn-persona-board { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0; width: 100%; }
.cn-persona-board__tile { position: relative; aspect-ratio: 1/1; background-size: cover; background-position: center; overflow: hidden; display: flex; align-items: flex-end; cursor: pointer; min-height: clamp(120px,20vw,240px); }
.cn-persona-board__tile-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,0,0,.45) 0%,transparent 60%); }
.cn-persona-board__tile-inner { position: relative; z-index: 2; padding: 10px 12px; width: 100%; }
.cn-persona-board__subhead { font-family: 'Bebas Neue', sans-serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #fff; line-height: 1.3; }
.cn-persona-board-wrap { display: grid; grid-template-columns: 1fr 260px; gap: 24px; align-items: start; }

/* Kotter / Mindmap / Pyramide */
.cn2-kotter { width: 100%; }
.cn2-mindmap { width: 100%; }
.cn2-mindmap svg { overflow: visible; display: block; }
.cn2-pyramide { width: 100%; }
.cn2-typowolke { width: 100%; overflow: hidden; }
.cn2-vita-info { width: 100%; max-width: 66.666%; }
.cn2-vita-cv { width: 100%; }
.cn2-fortschritt { width: 100%; display: block; }
.cn2-fs-row { display: flex; align-items: center; gap: clamp(12px,2vw,24px); margin-bottom: clamp(10px,1.5vw,18px); }
.cn2-moodboard { width: 100%; box-sizing: border-box; }

.cn2-kotter-legend { margin-top: clamp(20px,3vw,36px); border-top: 1px solid var(--gold); padding-top: 16px; text-align: left; }
.cn2-kotter-legend * { text-align: left; }
.cn2-kotter-legend-title { font-family: 'Bebas Neue', sans-serif; font-size: 13px; color: var(--gold); letter-spacing: .1em; margin-bottom: 12px; }
.cn2-kotter-legend-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--bd); }
.cn2-kotter-legend-item:last-child { border-bottom: none; }
.cn2-kotter-legend-dot { width: 24px; height: 24px; border: 1.5px solid var(--gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 10px; font-family: 'Bebas Neue', sans-serif; color: var(--gold); }
.cn2-kotter-legend-content { flex: 1; }
.cn2-kotter-legend-head { font-family: 'Bebas Neue', sans-serif; font-size: 13px; color: var(--gold); letter-spacing: .04em; margin-bottom: 3px; }
.cn2-kotter-legend-text { font-size: 12px; color: var(--text2); line-height: 1.6; margin-bottom: 6px; }
.cn2-kotter-legend-url { font-size: 11px; color: var(--gold); text-decoration: underline; }
.cn2-kotter-legend-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 6px; }

.cn2-pyr-legend { margin-top: 20px; }
.cn2-pyr-all-items { display: none; }
.cn2-pyr-all-items.open { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.cn2-pyr-legend-item { display: flex; flex-direction: column; padding: 12px 0; border-bottom: 1px solid var(--bd); }
.cn2-pyr-legend-title { font-family: 'Bebas Neue', sans-serif; font-size: 14px; color: var(--gold); letter-spacing: .06em; margin-bottom: 5px; }
.cn2-pyr-legend-text { font-size: 13px; color: var(--text2); line-height: 1.7; }

.cn2-mm-legend a { background: transparent; border: 0; border-bottom: 1px solid var(--gold); color: var(--gold); padding: 2px 0; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; font-family: 'Bebas Neue', sans-serif; text-decoration: none; display: inline-block; transition: all .2s; pointer-events: auto; cursor: pointer; }
.cn2-mm-legend a:hover { border: 1px solid var(--gold); padding: 2px 10px; }

/* Galerie Slideshow */
.cn-galerie-slideshow { background: var(--bg2); width: 100%; padding: clamp(20px,4vw,48px) clamp(20px,5vw,80px); box-sizing: border-box; }
.cn-galerie-slideshow__main { width: 100%; display: flex; justify-content: center; align-items: center; min-height: 200px; }
.cn-galerie-slideshow__img { max-width: 100%; max-height: 65vh; object-fit: contain; display: block; margin: 0 auto; }
.cn-galerie-slideshow__thumbs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 16px; }
.cn-galerie-slideshow__thumb { width: 64px; height: 48px; object-fit: cover; cursor: pointer; opacity: .55; border: 2px solid transparent; transition: opacity .2s, border-color .2s; }
.cn-galerie-slideshow__thumb:hover, .cn-galerie-slideshow__thumb.active { opacity: 1; border-color: var(--gold); }

/* Bild Grid */
.cn-bild-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 0; border-bottom: 2px solid var(--gold); overflow: hidden; }
.cn-bild-grid__item { position: relative; aspect-ratio: 1/1; background-size: cover; background-position: center; border: 1px solid var(--bd); display: flex; align-items: center; overflow: hidden; cursor: pointer; background: transparent; }
.cn-bild-grid__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background .3s; }
.cn-bild-grid__item:hover .cn-bild-grid__overlay { background: rgba(0,0,0,.25); }
.cn-bild-grid__inner { position: relative; z-index: 2; padding: 20px; width: 100%; display: flex; flex-direction: column; gap: 12px; }
.cn-bild-grid__title { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: .05em; text-transform: uppercase; margin: 0; color: var(--text); }
.cn-bgrid-lightbox { position: fixed; inset: 0; z-index: 9999; background: rgba(255,255,255,.97); display: none; align-items: center; justify-content: center; }
.cn-bgrid-lightbox.open { display: flex; }
.cn-bgrid-lightbox__img { max-width: 95vw; max-height: 92vh; object-fit: contain; }
.cn-bgrid-lightbox__close { position: fixed; top: 18px; right: 24px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10000; }
.cn-bgrid-lightbox__prev, .cn-bgrid-lightbox__next { position: fixed; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10000; }
.cn-bgrid-lightbox__prev { left: 16px; }
.cn-bgrid-lightbox__next { right: 16px; }

/* ══════════════════════════════════════
   WHITESPACE TOGGLE ACCORDION
   ══════════════════════════════════════ */
.ws-toggle-list { display: flex; flex-direction: column; gap: 12px; margin: 24px 0; }
.ws-toggle-list--multi { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ws-toggle-list--single .ws-toggle-thumb { height: 280px; }

.ws-toggle-item { border: 1px solid var(--bd); background: transparent; position: relative; transition: border-color .2s; }
.ws-toggle-item--open, .ws-toggle-item:hover { border-color: var(--gold); }

.ws-toggle-thumb { width: 100%; height: 220px; overflow: hidden; display: block; background: var(--bg2); position: relative; }
.ws-toggle-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ws-toggle-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 60px; color: var(--gold); opacity: .12; }

.ws-toggle-title-wrap { padding: 14px 48px 14px 18px; border-top: 1px solid var(--bd); background: transparent; cursor: pointer; }
.ws-toggle-title { font-family: var(--font-head); font-size: 18px; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; color: var(--text); line-height: 1.15; }
.ws-toggle-eyebrow { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); font-family: var(--font-head); margin-bottom: 4px; display: block; }

.ws-toggle-btn {
  position: absolute; top: 10px; right: 10px;
  width: 30px; height: 30px;
  border: 0 !important;
  border-bottom: 1.5px solid var(--gold) !important;
  background: transparent !important;
  color: var(--gold) !important;
  font-size: 20px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-family: var(--font-head);
}
.ws-toggle-item--open .ws-toggle-btn { border: 1.5px solid var(--gold) !important; }

.ws-toggle-body { display: none; padding: 18px; border-top: 1px solid var(--bd); background: transparent; }
.ws-toggle-item--open .ws-toggle-body { display: block; }
.ws-toggle-excerpt { font-size: 13px; color: var(--text2); line-height: 1.75; margin-bottom: 16px; }
.ws-toggle-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }

/* ══════════════════════════════════════
   MODULWALL
   ══════════════════════════════════════ */
.ws-modulwall { width: 100%; margin: 24px 0; }
.ws-modulwall__grid { display: grid; gap: 3px; }
.ws-modulwall__grid--2 { grid-template-columns: repeat(2, 1fr); }
.ws-modulwall__grid--3 { grid-template-columns: repeat(3, 1fr); }
.ws-modulwall__grid--4 { grid-template-columns: repeat(4, 1fr); }
.ws-modulwall__grid--auto { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }

.ws-mod { position: relative; overflow: hidden; background: var(--bg2); border: 1px solid var(--bd); cursor: pointer; transition: border-color .2s; }
.ws-mod:hover { border-color: var(--gold); }
.ws-mod--image { aspect-ratio: 1/1; }
.ws-mod--video { aspect-ratio: 16/9; }
.ws-mod--embed { aspect-ratio: 1/1; min-height: 260px; }
.ws-mod--post, .ws-mod--projekt { min-height: 200px; }
.ws-mod--page { min-height: 160px; }
.ws-mod__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ws-mod__video { width: 100%; height: 100%; object-fit: cover; display: block; }
.ws-mod__iframe { width: 100%; height: 100%; border: 0; display: block; }
.ws-mod__overlay { position: absolute; inset: 0; background: rgba(201,168,76,0); transition: background .25s; }
.ws-mod:hover .ws-mod__overlay { background: rgba(201,168,76,.06); }
.ws-mod__zoom { position: absolute; bottom: 8px; right: 8px; width: 28px; height: 28px; background: var(--gold); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; opacity: 0; transition: opacity .2s; }
.ws-mod:hover .ws-mod__zoom { opacity: 1; }
.ws-mod__content { position: absolute; inset: 0; display: flex; flex-direction: column; padding: 16px; }
.ws-mod__label { font-family: var(--font-head); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: var(--gold); padding: 3px 8px; width: fit-content; margin-bottom: 8px; }
.ws-mod__title { font-family: var(--font-head); font-size: 16px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; color: var(--text); line-height: 1.15; margin-bottom: auto; }
.ws-mod--image .ws-mod__title, .ws-mod--video .ws-mod__title { color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,.4); }
.ws-mod__tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 8px; }

/* Modulwall Lightbox */
.ws-mod-lb { position: fixed; inset: 0; z-index: 99999; background: rgba(255,255,255,.97); display: none; align-items: center; justify-content: center; gap: 20px; padding: 20px; }
.ws-mod-lb.open { display: flex; }
.ws-mod-lb__inner { max-width: 92vw; max-height: 92vh; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.ws-mod-lb__img { max-width: 90vw; max-height: 82vh; object-fit: contain; border: 1px solid var(--gold); }
.ws-mod-lb__iframe { width: 80vw; height: 70vh; border: 1px solid var(--gold); }
.ws-mod-lb__title { font-family: var(--font-head); font-size: 18px; color: var(--text); letter-spacing: .06em; text-transform: uppercase; }
.ws-mod-lb__close { position: fixed; top: 18px; right: 22px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; z-index: 100000; }
.ws-mod-lb__prev, .ws-mod-lb__next { width: 44px; height: 44px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }

/* ══════════════════════════════════════
   TOGGLESEITEN
   ══════════════════════════════════════ */
.ws-togglepage { padding-top: 120px; padding-bottom: 80px; }
.ws-togglepage__content { margin-bottom: 40px; }
.ws-togglepage__content h1 { font-family: var(--font-head); font-size: clamp(32px,4vw,52px); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 24px; color: var(--text); }
.ws-togglepage__content h2 { font-family: var(--font-head); font-size: 26px; letter-spacing: .04em; text-transform: uppercase; margin: 32px 0 14px; color: var(--gold); }
.ws-togglepage__content p { font-size: 14px; color: var(--text2); line-height: 1.8; margin-bottom: 16px; }

/* ── RESPONSIVE ── */
@media(max-width:900px) {
  .hero__grid, .about-grid, .boards-layout, .features-grid { grid-template-columns: 1fr; }
  .skills-grid, .sources-grid, .stats-grid, .eu-checks, .foerder-grid, .toolbox-grid { grid-template-columns: 1fr 1fr; }
  .persona-panel.active { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr; }
  .nav-menu { display: none; }
  .nav-toggle { display: block; }
  .site-section { padding: 60px 0; }
  .setup-box { grid-template-columns: 1fr; padding: 22px; }
  .project-hero { padding: 24px 26px; }
  .revenue-grid, .cn-revenue-grid { grid-template-columns: 1fr 1fr !important; }
  .cn-persona-board { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .cn-persona-board-wrap { grid-template-columns: 1fr !important; }
  .cn-vis-steps { max-width: 100%; }
  .cn2-vita-info { max-width: 100%; }
  .about-grid { display: flex !important; flex-direction: column !important; }
  .about-grid .cv-timeline { order: 2; }
  .about-grid .info-list { order: 1; }
  .ws-toggle-list--multi { grid-template-columns: 1fr; }
  .ws-modulwall__grid--3, .ws-modulwall__grid--4 { grid-template-columns: 1fr 1fr; }
  .cn-personas__panel.active { display: flex !important; flex-direction: column; gap: 24px; }
}
@media(max-width:600px) {
  .skills-grid, .sources-grid, .stats-grid, .eu-checks, .foerder-grid, .toolbox-grid, .badges-grid { grid-template-columns: 1fr; }
  .site-footer__inner { flex-direction: column; align-items: flex-start; }
  .cn-galerie-grid { grid-template-columns: 1fr 1fr; }
  .revenue-grid, .cn-revenue-grid { grid-template-columns: 1fr 1fr !important; }
  .cn-persona-board { grid-template-columns: 1fr 1fr !important; }
  .hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .hero__title { font-size: clamp(38px,12vw,60px); }
  .site-section { padding: 48px 0; }
  .wrap { padding: 0 4vw; }
  .project-hero { padding: 20px; }
  .cn-media-block { flex-direction: column; padding-left: 14px; padding-right: 14px; }
  .cn-media-block__media--half, .cn-media-block__media--third, .cn-media-block__media--full { flex: 0 0 100%; max-width: 100%; }
  .cn2-fs-row { flex-direction: column; align-items: flex-start; }
  .ws-modulwall__grid--2, .ws-modulwall__grid--3, .ws-modulwall__grid--4 { grid-template-columns: 1fr; }
  .cn-persona-board-wrap { grid-template-columns: 1fr !important; }
}
