/* Rebel PM International - Stylesheet - Stand 2026-09-15 14:40 - build b2eb29ef */
:root{
    --ink:      #000000;   /* Seitengrund */
    --ink-soft: #0d0f10;   /* leicht abgesetzte Baender */
    --slate:    #9aa5a7;   /* gedaempfter Text */
    --paper:    #e9ecec;
    --white:    #ffffff;
    --brass:    #e0a92f;
    --eucalypt: #bdd0cb;
    --measure:  62ch;

    --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  }

  *,*::before,*::after{ box-sizing:border-box; }

  html{ scroll-behavior:smooth; }
  @media (prefers-reduced-motion: reduce){
    html{ scroll-behavior:auto; }
    *{ transition:none !important; }
  }

  body{
    margin:0;
    background:var(--ink);
    color:var(--paper);
    font-family:var(--sans);
    font-size:1.0625rem;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }

  h1,h2,h3,h4,.nav,.btn,.eyebrow,.metaLabel{
    font-family:var(--sans);
    letter-spacing:-0.02em;
  }
  h1,h2,h3,h4{ margin:0 0 .6em; font-weight:300; line-height:1.08; color:var(--white); }
  h4{ font-weight:600; }
  h1{ font-size:clamp(2.3rem, 5.2vw, 3.9rem); }
  h2{ font-size:clamp(1.7rem, 3.4vw, 2.6rem); }
  h3{ font-size:clamp(1.25rem, 2.2vw, 1.6rem); }
  p{ margin:0 0 1.1em; max-width:var(--measure); }

  a{ color:inherit; }
  a:focus-visible, button:focus-visible{
    outline:3px solid var(--brass);
    outline-offset:3px;
  }

  img{ display:block; max-width:100%; height:auto; }

  .wrap{ width:min(1160px, 92vw); margin-inline:auto; }
  .band{ padding:clamp(3.5rem, 8vw, 6.5rem) 0; }
  .band--paper{ background:var(--ink-soft); }
  .band--ink{ background:var(--ink); color:var(--paper); }

  /* ---------- header ---------- */
  .site-header{
    position:sticky; top:0; z-index:50;
    background:var(--ink); color:var(--paper);
    border-bottom:1px solid rgba(189,208,203,.16);
    transition:background .25s ease;
  }
  .site-header a{ color:var(--paper); }
  .logo img{ height:170px; width:auto; }

  /* Startseite: Header liegt transparent ueber dem Hero-Bild */
  .site-header--overlay{
    position:absolute; top:0; left:0; right:0;
    background:transparent; border-bottom:0;
  }
  .site-header--overlay.is-stuck{
    position:fixed; background:rgba(0,0,0,.9);
    backdrop-filter:saturate(1.4) blur(8px);
    border-bottom:1px solid rgba(189,208,203,.16);
  }
  .header-inner{
    display:flex; align-items:center; justify-content:space-between;
    gap:1.5rem; padding:.9rem 0;
  }

  .nav{
    display:flex; flex-wrap:wrap; gap:1.35rem;
    font-size:.94rem; font-weight:500;
  }
  .nav a{ text-decoration:none; padding-block:.25rem; border-bottom:2px solid transparent; }
  .nav a:hover{ border-bottom-color:var(--brass); }
  .nav a[aria-current="page"]{ border-bottom-color:var(--brass); }

  /* ---------- buttons ---------- */
  .btn{
    display:inline-block; text-decoration:none; font-weight:400;
    font-size:.98rem; letter-spacing:.02em; padding:.95rem 2.2rem;
    border:1px solid var(--white); background:var(--white); color:var(--ink);
    transition:background .18s ease, color .18s ease, border-color .18s ease;
  }
  .btn:hover{ background:var(--brass); border-color:var(--brass); color:var(--ink); }
  .btn--ghost{ background:transparent; color:var(--white); border-color:rgba(255,255,255,.55); }
  .btn--ghost:hover{ background:var(--white); color:var(--ink); border-color:var(--white); }
  .btn--onInk{ background:var(--brass); border-color:var(--brass); color:var(--ink); }
  .btn--onInk:hover{ background:transparent; color:var(--white); border-color:var(--white); }

  /* ---------- hero ---------- */
  .hero{ background:var(--paper); overflow:hidden; }
  .hero-grid{
    display:grid; grid-template-columns:1.05fr .95fr; align-items:stretch;
    min-height:min(76vh, 640px);
  }
  .hero-copy{
    background:var(--ink); color:var(--paper);
    padding:clamp(2.5rem,5vw,4.5rem) clamp(2rem,4vw,3.5rem);
    display:flex; flex-direction:column; justify-content:center;
  }
  .hero-copy h1{ color:var(--white); text-wrap:balance; }
  .hero-copy .lede{
    font-size:1.2rem; color:var(--eucalypt); max-width:34ch; margin-bottom:2rem;
  }
  .hero-rule{
    width:72px; height:4px; background:var(--brass);
    margin-bottom:1.8rem;
  }
  .hero-figure{ position:relative; }
  .hero-figure img{ width:100%; height:100%; object-fit:cover; }

  /* ---------- generic split ---------- */
  .split{
    display:grid; grid-template-columns:repeat(2, minmax(0,1fr));
    gap:clamp(2rem,5vw,4rem); align-items:center;
  }
  .split--narrowText p{ max-width:52ch; }

  /* ---------- offerings list ---------- */
  .offerings{ list-style:none; margin:1.6rem 0 2rem; padding:0; }
  .offerings li{
    border-left:3px solid var(--brass);
    padding:.15rem 0 .15rem 1.15rem;
    margin-bottom:1.4rem; max-width:56ch;
  }
  .offerings strong{ font-family:var(--sans); font-weight:700; }

  /* ---------- trainings ---------- */
  .training-figs{ display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
  .training-figs img{ aspect-ratio:4/3; object-fit:cover; }

  /* ---------- promises: the loud moment ---------- */
  .promises{ margin-top:2.5rem; }
  .promise{
    display:flex; align-items:baseline; gap:1.25rem;
    padding:1.1rem 0; border-top:1px solid rgba(189,208,203,.28);
    font-family:var(--sans); font-weight:700;
    font-size:clamp(1.35rem, 3.4vw, 2.3rem);
    line-height:1.15; letter-spacing:-0.025em;
  }
  .promise:last-child{ border-bottom:1px solid rgba(189,208,203,.28); }
  .promise span{ color:var(--brass); flex:0 0 auto; font-size:.9em; }

  /* ---------- quote ---------- */
  .quote-band{
    position:relative;
    /* Graustufen ohne Filter: neutrales Grau als Grundfarbe, das Bild
       darueber im Luminanz-Modus. Ein filter: grayscale() wuerde auch
       die Schrift entfaerben. */
    background-color:#808080;
    background-blend-mode:luminosity;
    background-size:cover;              /* EIN Bild, keine Wiederholung */
    background-position:center center;
    background-repeat:no-repeat;
    color:var(--paper);
    /* Quelle ist 2286 x 509 px, also sehr flach. Hoeherer Abschnitt
       wuerde das Bild stark hochskalieren und unscharf machen. */
    min-height:min(46vh, 430px);
    display:flex; align-items:center;
    text-align:center;
    padding-block:clamp(2.5rem,6vw,4rem);
  }
  .quote-band::before{
    content:""; position:absolute; inset:0; pointer-events:none;
    background:rgba(0,0,0,.42);
  }
  .quote-band > .wrap{ position:relative; z-index:2; }
  .quote-band blockquote{
    margin:0 auto; max-width:20ch;
    font-weight:300; letter-spacing:-0.02em;
    font-size:clamp(1.7rem, 4vw, 3.2rem); line-height:1.18;
    color:var(--white);
  }
  .quote-band cite{
    display:block; margin-top:1.6rem; font-style:normal;
    color:rgba(255,255,255,.92); font-size:clamp(.95rem,1.5vw,1.2rem);
    font-weight:400;
  }

/* ---------- cta ---------- */
  .cta{ text-align:center; }
  .cta img{
    width:130px; height:130px; object-fit:cover; border-radius:50%;
    margin:0 auto 1.5rem;
  }
  .cta p{ margin-inline:auto; }

  /* ---------- footer ---------- */
  .site-footer{ background:var(--ink); color:var(--paper); padding:clamp(3rem,7vw,5rem) 0 2rem; position:relative; }
  .footer-split{
    display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,.8fr) minmax(0,1fr);
    gap:clamp(1.5rem,4vw,3rem); align-items:center;
  }
  .footer-cta{ text-align:center; }
  .footer-logo{ width:min(210px,70%); margin:0 auto 2rem; }
  .footer-cta h2{
    font-size:clamp(1.9rem,3.6vw,2.9rem); font-weight:300;
    line-height:1.14; margin-bottom:1.8rem; max-width:9ch; margin-inline:auto;
  }
  .footer-portrait img{
    width:min(300px,88%); aspect-ratio:2/3; object-fit:cover;
    border-radius:50%; filter:grayscale(1); margin:0 auto;
  }
  .footer-info{
    border-left:1px solid rgba(233,236,236,.22);
    padding-left:clamp(1.5rem,4vw,3.5rem); align-self:stretch;
    display:flex; flex-direction:column; justify-content:center;
  }
  .footer-info h3{ font-size:1.5rem; font-weight:400; margin:0 0 1rem; }
  .footer-info h3 + p, .footer-info address{ font-style:normal; margin:0 0 .5rem; color:var(--paper); }
  .footer-info .group + .group{ margin-top:2.2rem; }
  .footer-info a{ color:var(--paper); text-decoration:underline; text-underline-offset:.2em; }
  .footer-info a:hover{ color:var(--brass); }
  .footer-linkedin{ font-size:1.35rem; margin-top:2.4rem; display:inline-block; }
  .footer-base{
    margin-top:3rem; padding-top:1.4rem;
    border-top:1px solid rgba(233,236,236,.18);
    display:flex; flex-wrap:wrap; gap:1rem; justify-content:space-between;
    font-size:.88rem; color:var(--slate);
  }
  .footer-base a{ color:var(--slate); text-decoration:none; }
  .footer-base a:hover{ color:var(--brass); }
  .to-top{
    position:absolute; right:max(2rem,4vw); bottom:5.5rem;
    width:44px; height:44px; display:grid; place-items:center;
    color:var(--paper); text-decoration:none; font-size:1.6rem; line-height:1;
  }
  .to-top:hover{ color:var(--brass); }
  @media (max-width:980px){
    .footer-split{ grid-template-columns:1fr; text-align:center; }
    .footer-info{ border-left:0; border-top:1px solid rgba(233,236,236,.22); padding:2rem 0 0; }
    .to-top{ display:none; }
  }

/* ---------- responsive ---------- */
  @media (max-width: 880px){
    .hero-grid{ grid-template-columns:1fr; }
    .hero-figure{ order:-1; }
    .hero-figure img{ height:46vh; }
    .split{ grid-template-columns:1fr; }
    .split .split-figure{ order:-1; }
    .header-inner{ flex-direction:column; align-items:flex-start; gap:.75rem; }
    .nav{ gap:1rem; font-size:.9rem; }
  }

/* ---------- language switcher ---------- */
.header-tools{ display:flex; align-items:center; gap:1.25rem; }

.lang{ position:relative; font-family:var(--sans); font-size:.9rem; }
.lang > summary{
  list-style:none; cursor:pointer; user-select:none;
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.4rem .75rem; font-weight:600;
  border:1px solid rgba(236,238,239,.45); background:transparent; color:var(--paper);
}
.lang > summary::-webkit-details-marker{ display:none; }
.lang > summary::after{
  content:""; width:.42rem; height:.42rem; margin-top:-.18rem;
  border-right:2px solid currentColor; border-bottom:2px solid currentColor;
  transform:rotate(45deg);
}
.lang[open] > summary{ border-color:var(--white); background:rgba(255,255,255,.08); }
.lang[open] > summary::after{ transform:rotate(-135deg); margin-top:.18rem; }
.lang > summary:hover{ border-color:var(--white); }

.lang-menu{
  position:absolute; right:0; top:calc(100% + .4rem); z-index:60;
  min-width:9.5rem; background:var(--white);
  border:1px solid rgba(13,39,46,.28);
  box-shadow:0 8px 24px rgba(13,39,46,.14);
}
.lang-menu a{
  display:block; color:var(--ink) !important; padding:.6rem .85rem; text-decoration:none; font-weight:500;
}
.lang-menu a:hover{ background:var(--paper); }
.lang-menu a[aria-current="true"]{ font-weight:700; background:var(--paper); }

/* dense promise list (German "Warum" section) */
.promises--dense .promise{
  font-size:clamp(1.05rem, 1.9vw, 1.4rem);
  line-height:1.3; align-items:flex-start; padding:1rem 0;
}
.promises--dense .promise span{ line-height:1.4; }

@media (max-width: 880px){
  .header-inner{ position:relative; }
  .header-tools{ position:absolute; top:.75rem; right:0; }
}

/* ---------- page hero (subpages) ---------- */
.page-hero{
  background:var(--ink); color:var(--paper);
  padding:clamp(3rem,7vw,5.5rem) 0 clamp(2.5rem,5vw,4rem);
}
.page-hero h1{ color:var(--white); max-width:20ch; text-wrap:balance; margin-bottom:0; }
.page-hero .hero-rule{ margin-bottom:1.5rem; }
.page-hero .kicker{
  font-family:var(--sans); font-weight:600; font-size:1.05rem;
  color:var(--brass); margin:0 0 .5rem;
}

/* ---------- portrait split ---------- */
.portrait-split{
  display:grid; grid-template-columns:1.35fr .65fr;
  gap:clamp(2rem,5vw,4rem); align-items:start;
}
.portrait-split img{ width:100%; object-fit:cover; }
@media (max-width:880px){
  .portrait-split{ grid-template-columns:1fr; }
  .portrait-split .portrait{ max-width:320px; }
}

/* ---------- principles grid ---------- */
.principles{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(240px,1fr));
  gap:0; margin-top:2.5rem;
  border-top:1px solid rgba(233,236,236,.16);
}
.principle{
  padding:1.8rem 1.6rem 1.8rem 0;
  border-bottom:1px solid rgba(233,236,236,.16);
}
.principle h3{
  font-size:1.15rem; margin-bottom:.5rem;
  padding-left:1rem; border-left:3px solid var(--brass);
}
.principle p{ margin:0; padding-left:1rem; font-size:1rem; color:var(--slate); }
@media (min-width:881px){
  .principle{ padding-right:2.2rem; }
}

/* ---------- contact detail blocks ---------- */
.contact-grid{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(230px,1fr));
  gap:2.5rem; margin-top:1rem;
}
.contact-grid h3{ font-size:1.05rem; margin-bottom:.7rem; }
.contact-grid p, .contact-grid address{ font-style:normal; margin:0 0 .4rem; }
.contact-grid a{ text-decoration:none; border-bottom:1px solid rgba(233,236,236,.35); }
.contact-grid a:hover{ border-bottom-color:var(--brass); }

/* ---------- notice / empty state ---------- */
.notice{
  border-left:4px solid var(--brass);
  padding:1.2rem 0 1.2rem 1.4rem;
  font-family:var(--sans); font-size:1.1rem; max-width:52ch;
}
.copyline{ font-size:.88rem; color:var(--slate); margin-top:2.5rem; }


/* ---------- full-bleed hero (Startseite) ---------- */
.hero-full{
  position:relative; min-height:min(92vh, 860px);
  display:flex; align-items:center;
  background:var(--ink); overflow:hidden;
}
.hero-full__media{ position:absolute; inset:0; }
.hero-full__media img{ width:100%; height:100%; object-fit:cover; }
.hero-full__media::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(100deg, rgba(8,20,24,.86) 0%, rgba(8,20,24,.62) 48%, rgba(8,20,24,.30) 100%);
}
.hero-full__inner{
  position:relative; z-index:2; color:var(--white);
  padding:14rem 0 4rem;   /* Kopfzeile liegt darueber: Logo 170px + Abstand */
}
.hero-full h1{
  font-weight:300; letter-spacing:-0.025em;
  font-size:clamp(2.6rem, 6.4vw, 5.4rem); line-height:1.06;
  max-width:16ch; margin-bottom:1.4rem; color:var(--white);
}
.hero-full .lede{
  font-size:clamp(1.15rem, 2vw, 1.5rem); font-weight:300;
  color:rgba(255,255,255,.9); max-width:38ch; margin-bottom:2.4rem;
}
.btn--outline{
  background:transparent; border:1px solid rgba(255,255,255,.75); color:var(--white);
  padding:1.05rem 2.6rem; font-weight:400; letter-spacing:.01em;
}
.btn--outline:hover{ background:var(--white); border-color:var(--white); color:var(--ink); }

@media (max-width:880px){
  .hero-full{ min-height:78vh; }
  .hero-full__inner{ padding:9.5rem 0 3rem; }
  .logo img{ height:96px; }
}


/* ---------- feature rows: Ueberschrift links, Text rechts ---------- */
.feature{
  display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:clamp(2rem,6vw,5rem); align-items:start;
}
.feature__title{
  font-size:clamp(2rem,4.4vw,3.4rem); font-weight:300;
  line-height:1.08; letter-spacing:-0.02em; margin:0;
  max-width:12ch;
}
.feature__body{ font-size:1.05rem; line-height:1.95; color:var(--paper); }
.feature__body p{ max-width:56ch; }
.feature__actions{ margin-top:2rem; }

/* Variante: Ueberschrift rechtsbuendig mit Unterstrich */
.feature--flush .feature__title{
  text-align:right; margin-left:auto; max-width:none;
  font-size:clamp(2.4rem,6vw,4.6rem);
}
.feature--flush .feature__title::after{
  content:""; display:block; height:1px; width:11ch;
  background:rgba(255,255,255,.55); margin:1.1rem 0 0 auto;
}
.feature--flush .feature__actions{ text-align:right; }

@media (max-width:880px){
  .feature{ grid-template-columns:1fr; gap:1.6rem; }
  .feature--flush .feature__title{ text-align:left; font-size:clamp(2.1rem,9vw,3rem); }
  .feature--flush .feature__title::after{ margin-left:0; }
  .feature--flush .feature__actions{ text-align:left; }
  .feature__body{ line-height:1.8; }
}

/* ---------- Key Offerings: Bild links, Liste rechts ---------- */
.offer-block{
  display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(2rem,5vw,4rem); align-items:center; margin-top:clamp(3rem,7vw,5rem);
}
.offer-block img{ width:100%; aspect-ratio:4/3; object-fit:cover; }
.offer-block h3{ font-size:clamp(1.8rem,3.6vw,2.8rem); margin-bottom:1.4rem; }
@media (max-width:880px){ .offer-block{ grid-template-columns:1fr; } }


/* ---------- randloser Zweispalter: Bild links, Text rechts ---------- */
.panel-split{
  display:grid; grid-template-columns:1fr 1fr;
  min-height:min(62vh, 560px);
}
.panel-media{ position:relative; display:flex; }
.panel-media img{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; filter:grayscale(1) brightness(.62);
}
.panel-media__inner{
  position:relative; z-index:2; width:100%;
  display:flex; flex-direction:column; justify-content:space-between;
  padding:clamp(2rem,4vw,3.5rem);
}
.panel-media h2{
  text-align:right; font-size:clamp(1.9rem,4vw,3.2rem);
  font-weight:300; margin:0; color:var(--white);
}
.panel-media h2::after{
  content:""; display:block; height:1px; width:9ch;
  background:rgba(255,255,255,.6); margin:1rem 0 0 auto;
}
.panel-media__action{ text-align:right; }

.panel-text{
  background:var(--ink);
  padding:clamp(2rem,4vw,3.5rem) clamp(1.5rem,4vw,4rem);
  display:flex; align-items:center;
}
.panel-text ul{ margin:0; padding-left:1.25rem; }
.panel-text li{ margin-bottom:1.1rem; line-height:1.55; max-width:46ch; }

@media (max-width:880px){
  .panel-split{ grid-template-columns:1fr; }
  .panel-media{ min-height:46vh; }
  .panel-media h2{ text-align:left; }
  .panel-media h2::after{ margin-left:0; }
  .panel-media__action{ text-align:left; }
}

/* ---------- heller Abschnitt mit durchgehendem Hintergrundfoto ---------- */
.band--light{
  position:relative;
  background-color:#e6e8e8;
  background-size:cover;              /* EIN Bild ueber die volle Breite */
  background-position:center center;
  background-repeat:no-repeat;
  color:#15191a;
  /* Hoehe bewusst moderat: bei sehr hohem Abschnitt skaliert cover das
     flache Panorama stark hoch und man sieht nur noch einen Streifen. */
  min-height:min(58vh, 560px);
  display:flex; align-items:flex-start;
  padding-top:clamp(3rem,7vw,5rem);
  padding-bottom:clamp(3.5rem,9vw,7rem);
}
/* Dezente Aufhellung hinter dem Text - staerker wuerde das Bild ausbleichen */
.band--light::before{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(to bottom, rgba(255,255,255,.34) 0%, rgba(255,255,255,.14) 40%, rgba(255,255,255,0) 66%);
}
.band--light > .wrap{ position:relative; z-index:2; width:min(1160px,92vw); }
.band--light h2,.band--light h3{ color:#0d1112; }
.band--light p{ color:#2a3033; }
.band--light .split{ align-items:start; }
.band--light .lead-copy{ font-size:.98rem; line-height:1.5; max-width:none; }
/* Zweispaltiger Fliesstext: halbiert die Hoehe, der Block bleibt im
   hellen Bildbereich stehen und laeuft nicht in die dunkle Stadt. */
.band--light .copy-cols{
  column-count:2; column-gap:2.2rem; max-width:62ch;
}
.band--light .copy-cols p{ margin:0 0 .9rem; break-inside:avoid; }

/* Linkliste nebeneinander statt untereinander - spart drei Zeilen Hoehe */
.link-stack{
  margin-top:1.6rem;
  display:flex; flex-wrap:wrap; align-items:baseline;
  gap:.6rem 1.5rem;
}
.link-stack a{
  font-size:clamp(1rem,1.5vw,1.2rem); font-weight:400;
  color:#0d1112; text-decoration:underline; text-underline-offset:.18em;
  text-decoration-thickness:1px;
}
.link-stack .sep{ color:rgba(13,17,18,.45); }
.link-stack a:hover{ text-decoration-color:var(--brass); color:#000; }
.band--light .kicker-strong{
  font-size:clamp(1.2rem,2.2vw,1.7rem); font-weight:600; color:#0d1112; margin:0;
}


/* ---------- dunkler Abschnitt mit durchgehendem Hintergrundfoto ---------- */
.band--photo-dark{
  position:relative;
  background-color:#0a0c0d;
  background-size:cover;              /* EIN Bild ueber die volle Breite */
  background-position:center center;
  background-repeat:no-repeat;
  color:var(--paper);
  min-height:min(88vh, 820px);
  display:flex; align-items:center;
  padding-block:clamp(4rem,9vw,7rem);
}
/* Abdunklung von links, damit der Text auf hellen Bildstellen haelt */
.band--photo-dark::before{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(100deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 42%, rgba(0,0,0,.12) 78%, rgba(0,0,0,0) 100%);
}
.band--photo-dark > .wrap{ position:relative; z-index:2; }
.band--photo-dark h2{
  font-size:clamp(2rem,4.6vw,3.5rem); font-weight:300;
  line-height:1.12; margin-bottom:1.6rem; max-width:16ch;
}
.about-intro{
  font-size:clamp(1.05rem,1.9vw,1.35rem); font-weight:300;
  color:var(--white); margin-bottom:1.4rem; max-width:40ch;
}
.about-list{ list-style:none; margin:0; padding:0; }
.about-list li{
  font-size:clamp(1.05rem,1.9vw,1.35rem); font-weight:300;
  color:var(--white); margin-bottom:.85rem; max-width:44ch;
  padding-left:1.35rem; text-indent:-1.35rem;
}
.about-list li::before{ content:"– "; color:var(--brass); }


/* ---------- Seite "Wer wir sind" ---------- */
.who-head{ padding:clamp(2.5rem,6vw,4.5rem) 0 0; }
.who-head h1{
  font-size:clamp(2.1rem,5.4vw,4rem); font-weight:500;
  letter-spacing:-0.02em; line-height:1.1; margin:0 0 1.6rem;
  text-decoration:underline; text-underline-offset:.14em;
  text-decoration-thickness:2px;
}
.who-head .sub{
  font-size:clamp(1.4rem,3vw,2.2rem); font-weight:600;
  color:var(--white); line-height:1.2; margin:0 0 1.5rem;
}
.who-head .sub--big{ font-size:clamp(1.6rem,3.6vw,2.6rem); }
.rule-short{
  width:120px; height:1px; background:rgba(255,255,255,.75);
  border:0; margin:2.4rem 0 0;
}

.who-split{
  display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1fr);
  gap:clamp(2rem,6vw,5rem); align-items:center;
  padding:clamp(2.5rem,6vw,4rem) 0 clamp(3rem,7vw,5rem);
}
.who-split p{ max-width:46ch; line-height:1.75; margin-bottom:1.6rem; }
.who-portrait{
  width:min(520px,100%); aspect-ratio:1/1; object-fit:cover;
  border-radius:50%; filter:grayscale(1); margin-inline:auto;
}
@media (max-width:880px){
  .who-split{ grid-template-columns:1fr; }
  .who-split .who-portrait{ order:-1; width:min(320px,80%); }
}


/* ---------- Seite "Rebel PM Framework" ---------- */
.fw-head{ text-align:center; padding:clamp(3rem,7vw,5rem) 0 clamp(2rem,5vw,3rem); }
.fw-head h1{
  font-size:clamp(2.1rem,5.6vw,4.2rem); font-weight:300;
  letter-spacing:-0.02em; margin:0 0 2.2rem;
}
.fw-intro{
  max-width:60ch; margin:0 auto; text-align:justify;
  hyphens:auto; font-size:clamp(1rem,1.7vw,1.2rem); line-height:1.65;
}
.fw-intro strong{
  font-weight:700; letter-spacing:.06em; color:var(--white);
}

.fw-principles{ padding:clamp(2rem,5vw,4rem) 0 clamp(3.5rem,8vw,6rem); text-align:center; }
.fw-principles > .wrap > h2{
  font-size:clamp(1.7rem,4vw,2.9rem); font-weight:600;
  margin:0 0 clamp(2.5rem,6vw,4.5rem);
}
.principle-grid{
  display:grid; grid-template-columns:repeat(3, minmax(0,1fr));
  gap:clamp(2.5rem,5vw,4rem) clamp(1.5rem,4vw,3rem);
}
.principle-grid article{ max-width:34ch; margin-inline:auto; }
.principle-grid h3{
  font-size:clamp(1.15rem,2.1vw,1.5rem); font-weight:400;
  line-height:1.25; margin:0 0 1.6rem;
}
.principle-grid p{ margin:0; line-height:1.75; max-width:none; }

.fw-divider{
  border:0; height:1px; background:rgba(255,255,255,.55);
  width:min(1420px,92vw); margin:clamp(2rem,5vw,3.5rem) auto 0;
}
.fw-outro{ text-align:center; padding:clamp(3rem,8vw,6rem) 0 clamp(3rem,7vw,5rem); }
.fw-outro h2{
  font-size:clamp(1.8rem,4.4vw,3.2rem); font-weight:300;
  letter-spacing:-0.01em; margin-bottom:2rem;
}
.fw-outro p{ max-width:60ch; margin-inline:auto; line-height:1.6; }
.fw-outro .nutshell{ margin-bottom:2.6rem; }
.fw-outro .ask{ font-weight:600; font-size:clamp(1.05rem,1.9vw,1.25rem); margin-bottom:2rem; }

/* petrolfarbener Button, nur auf dieser Seite */
.btn--teal{
  background:#0f4a50; border-color:#0f4a50; color:var(--white);
  letter-spacing:.16em; padding:1rem 2.6rem; font-weight:400;
}
.btn--teal:hover{ background:#15646c; border-color:#15646c; color:var(--white); }

.fw-copy{ font-size:.95rem; color:var(--paper); margin-top:2.2rem; }

@media (max-width:880px){
  .band--light .copy-cols{ column-count:1; }
  .principle-grid{ grid-template-columns:1fr; }
  .fw-intro{ text-align:left; }
}


/* ---------- Formular ---------- */
.form-page{ padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(4rem,9vw,7rem); }
.form-page h1{
  font-size:clamp(2rem,5vw,3.4rem); font-weight:300; margin-bottom:2.8rem;
}
.form-wrap{ max-width:820px; }
.field-row{
  display:grid; grid-template-columns:repeat(3, minmax(0,1fr));
  gap:1.4rem; margin-bottom:1.4rem;
}
.field label, .consent{
  display:block; font-size:.95rem; margin-bottom:.5rem; color:var(--paper);
}
.field input, .field textarea{
  width:100%; background:transparent; color:var(--white);
  border:1px solid rgba(255,255,255,.85); border-radius:0;
  padding:.7rem .8rem; font:inherit; font-size:1rem;
}
.field textarea{ min-height:130px; resize:vertical; }
.field input:focus, .field textarea:focus{
  outline:2px solid var(--brass); outline-offset:1px; border-color:var(--brass);
}
.req{ color:var(--brass); }
.hp{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
.consent{
  display:flex; gap:.7rem; align-items:flex-start;
  margin:1.6rem 0 2rem; font-size:.92rem; line-height:1.5; max-width:60ch;
}
.consent input{ margin-top:.25rem; flex:0 0 auto; width:1.05rem; height:1.05rem; }
.consent a{ color:var(--paper); }
.form-actions{ text-align:right; }
.form-actions .btn{ min-width:250px; }
.form-note{ font-size:.88rem; color:var(--slate); margin-top:1.6rem; max-width:60ch; }
@media (max-width:700px){
  .field-row{ grid-template-columns:1fr; }
  .form-actions{ text-align:left; }
  .form-actions .btn{ width:100%; }
}


/* ---------- Titelbereich (Kontaktseite) ----------
   Bewusst knapp gehalten: die Seite ist die Abkuerzung zu den Kontaktdaten,
   die Fusszeile soll ohne Scrollen sichtbar sein. */
.title-band{
  background:var(--ink); color:var(--paper);
  padding:clamp(2.2rem,5vw,3.4rem) 0 clamp(1.6rem,3.5vw,2.4rem);
}
.title-band h1{
  font-weight:300; margin:0;
  font-size:clamp(2.1rem,5.4vw,4rem); letter-spacing:-0.02em;
}
.title-band .rule-short{ margin-top:1.8rem; }


/* ---------- Formular: Fehlerhinweis ---------- */
.form-error{
  border-left:4px solid #e0602f;
  background:rgba(224,96,47,.10);
  padding:1rem 1.2rem; margin:0 0 2rem; max-width:60ch;
  font-size:.98rem; line-height:1.5;
}
.form-error:focus{ outline:3px solid var(--brass); outline-offset:3px; }

/* ---------- Dankeseite ---------- */
.thanks{ padding:clamp(3rem,8vw,6rem) 0 clamp(4rem,10vw,7rem); }
.thanks h1{ font-size:clamp(2rem,5vw,3.4rem); font-weight:300; margin-bottom:1.4rem; }
.thanks p{ font-size:1.1rem; max-width:52ch; margin-bottom:1rem; }
.thanks .btn{ margin-top:1.4rem; }


/* ---------- Rechtstexte ---------- */
.legal{ padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(4rem,9vw,7rem); }
.legal h1{ font-size:clamp(2rem,5vw,3.4rem); font-weight:300; margin-bottom:.8rem; }
.legal .rule-short{ margin:0 0 2.6rem; }
.legal p{ max-width:74ch; line-height:1.75; margin-bottom:1.5rem; }
.legal h2{
  font-size:clamp(1.15rem,2vw,1.4rem); font-weight:600;
  margin:2.6rem 0 .9rem; color:var(--white);
}
.legal .updated{ font-size:.9rem; color:var(--slate); margin-top:3rem; }


/* ---------- Legal Notice: eigenstaendige Seite ohne Kopf und Fuss ---------- */
.legal-page{
  max-width:74ch; margin-inline:auto;
  padding:clamp(2.5rem,6vw,4rem) clamp(1.25rem,5vw,2rem) clamp(3rem,7vw,5rem);
}
.legal-page h1{
  font-size:clamp(1.7rem,3.6vw,2.4rem); font-weight:300;
  margin:0 0 2.4rem; letter-spacing:-0.01em;
}
.legal-page h2{
  font-size:1.05rem; font-weight:600; color:var(--white);
  margin:2.4rem 0 .7rem;
}
.legal-page p{ max-width:none; line-height:1.75; margin:0 0 1.3rem; font-size:1rem; }
.legal-nav{ padding-block:.4rem; }
.legal-nav--bottom{
  margin-top:3rem; padding-top:2rem;
  border-top:1px solid rgba(233,236,236,.18);
}
.legal-page .btn{ font-size:.94rem; padding:.75rem 1.7rem; }
.legal-page .updated{ font-size:.85rem; color:var(--slate); margin-top:2.5rem; }


/* ---------- Seite "Why Rebel?" ---------- */
.wr-hero h1{
  font-size:clamp(2.1rem,5.4vw,4rem); font-weight:300;
  letter-spacing:-0.02em; margin:0 0 1.2rem;
}
.wr-hero .rule-short{ margin-top:1.6rem; }

/* Kopfbereich: Text links, Bild rechts daneben - Bild ungeschnitten */
.wr-top{
  display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(2rem,5vw,4rem); align-items:start;
  padding:clamp(2.5rem,6vw,4rem) 0 clamp(2rem,5vw,3rem);
}
.wr-top h1{
  font-size:clamp(2rem,4.6vw,3.4rem); font-weight:300;
  letter-spacing:-0.02em; margin:0 0 1.2rem;
}
.wr-top .rule-short{ margin:0 0 2.2rem; }
.wr-figure{ margin:0; }
.wr-figure img{ width:100%; height:auto; display:block; }
@media (max-width:880px){
  .wr-top{ grid-template-columns:1fr; }
  .wr-top .wr-figure{ order:-1; margin-bottom:1.5rem; }
}

.wr-text{ padding:0 0 clamp(3.5rem,8vw,6rem); }
.wr-text .col{ max-width:74ch; }
.wr-block{ margin-bottom:2.8rem; }
.wr-block p{
  margin:0 0 .55rem; max-width:none;
  font-size:clamp(1.05rem,1.8vw,1.3rem); font-weight:300; line-height:1.5;
  color:var(--paper);
}
.wr-block p.tight{ margin-bottom:.2rem; }
.wr-block .ask{ color:var(--brass); font-weight:400; }

/* Kernaussage im Kopfbereich: fett und eine Stufe groesser */
.wr-lead-in p{
  font-size:clamp(1.3rem,2.4vw,1.75rem); font-weight:600;
  line-height:1.3; color:var(--white);
}

/* Mittelteil zweispaltig */
.wr-cols{
  column-count:2; column-gap:clamp(2rem,4vw,3.5rem);
  max-width:none;
}
.wr-cols .wr-block{ break-inside:avoid; margin-bottom:2.2rem; }
.wr-cols .wr-block p{ font-size:clamp(1rem,1.5vw,1.12rem); }
@media (max-width:880px){ .wr-cols{ column-count:1; } }

.wr-claim{
  text-align:center;
  margin:3.5rem 0; padding:2.6rem 0;
  border-top:1px solid rgba(233,236,236,.22);
  border-bottom:1px solid rgba(233,236,236,.22);
}
.wr-claim p{
  margin:0; font-size:clamp(1.7rem,4.4vw,3rem); font-weight:300;
  line-height:1.15; letter-spacing:-0.02em; color:var(--white);
}
.wr-close{ text-align:center; }
.wr-close p{
  font-size:clamp(1.15rem,2.1vw,1.55rem); font-weight:300;
  line-height:1.45; max-width:46ch; margin-inline:auto;
}
.wr-close strong{ font-weight:500; color:var(--white); }


/* ---------- Leistungsseiten (Pitch) ---------- */
.pitch-hero{ padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(1.5rem,4vw,2.5rem); }
.pitch-hero .eyebrow{
  font-size:.95rem; font-weight:600; letter-spacing:.08em;
  text-transform:uppercase; color:var(--brass); margin:0 0 .9rem;
}
.pitch-hero h1{
  font-size:clamp(2.1rem,5.4vw,4rem); font-weight:300;
  letter-spacing:-0.02em; margin:0 0 1.3rem;
}
.pitch-hero .lead{
  font-size:clamp(1.1rem,2vw,1.4rem); font-weight:300;
  line-height:1.5; max-width:56ch; color:var(--white);
}

/* Wortwolke auf Inhaltsbreite begrenzen - vollflaechig war sie erdrueckend */
.cloud-figure{
  width:min(820px, 90vw); margin:clamp(1.5rem,4vw,2.5rem) auto 0;
}
.cloud-figure img{ width:100%; height:auto; display:block; }

.services{ padding:clamp(3rem,7vw,5rem) 0 clamp(2rem,5vw,3rem); }
.service{
  padding:2.2rem 0;
  border-top:1px solid rgba(233,236,236,.18);
  display:grid; grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);
  gap:clamp(1.2rem,4vw,3rem);
}
.service:last-of-type{ border-bottom:1px solid rgba(233,236,236,.18); }
.service h2{
  font-size:clamp(1.25rem,2.4vw,1.75rem); font-weight:400;
  margin:0; line-height:1.2;
}
.service p{ margin:0 0 1rem; line-height:1.7; max-width:60ch; }
.service ul{ margin:.2rem 0 0; padding-left:1.15rem; }
.service li{ margin-bottom:.5rem; line-height:1.55; }
@media (max-width:880px){ .service{ grid-template-columns:1fr; gap:.8rem; } }

.pitch-close{ padding:clamp(2rem,5vw,3.5rem) 0 clamp(4rem,9vw,6rem); }
.pitch-close p{ font-size:1.15rem; max-width:56ch; margin-bottom:1.8rem; }


/* Handlungsaufforderung zwischen Leistungen und Marktangaben */
.pitch-cta{ padding:clamp(1rem,3vw,2rem) 0 clamp(2.5rem,6vw,4rem); }
.pitch-cta p{ margin:0; }


/* ---------- Teaser-Kasten (Startseite) ---------- */
.teaser{ padding:clamp(3rem,7vw,5rem) 0; }
.teaser__frame{
  border:1px solid rgba(233,236,236,.35);
  padding:clamp(2rem,5vw,3.5rem);
}
.teaser .eyebrow{
  font-size:.85rem; font-weight:600; letter-spacing:.14em;
  text-transform:uppercase; color:var(--brass); margin:0 0 1.2rem;
}
.teaser h2{
  font-size:clamp(2rem,5vw,3.6rem); font-weight:300;
  letter-spacing:-0.02em; line-height:1.1; margin:0 0 1.4rem;
}
.teaser p.lead{
  font-size:clamp(1rem,1.6vw,1.15rem); line-height:1.6;
  max-width:76ch; margin:0 0 2rem; color:var(--paper);
}


/* Formularüberschrift auf der Kontaktseite (die h1 traegt der Titelbereich) */
.form-h2{
  font-size:clamp(1.5rem,3vw,2.2rem); font-weight:300;
  margin:0 0 2.2rem;
}


/* ---------- Referenzprojekt ---------- */
.project{ padding:clamp(2rem,5vw,3rem) 0 clamp(3.5rem,8vw,6rem); }
.project__frame{
  border:1px solid rgba(233,236,236,.28);
  padding:clamp(1.8rem,4vw,3rem);
}
.project .eyebrow{
  font-size:.85rem; font-weight:600; letter-spacing:.14em;
  text-transform:uppercase; color:var(--brass); margin:0 0 1rem;
}
.project h2{
  font-size:clamp(1.35rem,2.6vw,1.9rem); font-weight:400;
  line-height:1.25; margin:0 0 .5rem;
}
.project .meta{
  font-size:.95rem; color:var(--slate); margin:0 0 1.6rem;
}
.project ul{ margin:0; padding-left:1.15rem; max-width:74ch; }
.project li{ margin-bottom:.75rem; line-height:1.6; }

.metric{
  margin-top:2.2rem; padding-top:1.8rem;
  border-top:1px solid rgba(233,236,236,.22);
  display:flex; flex-wrap:wrap; align-items:baseline; gap:.6rem 1.4rem;
}
.metric__figure{
  font-size:clamp(1.8rem,4vw,2.8rem); font-weight:300;
  color:var(--white); line-height:1; letter-spacing:-0.02em;
}
.metric__figure .arrow{ color:var(--brass); margin:0 .35rem; }
.metric__label{ font-size:1rem; color:var(--paper); max-width:44ch; }


/* ---------- Kernkompetenzen ---------- */
.focus{ padding:clamp(2rem,5vw,3rem) 0 0; }
.focus h2{
  font-size:clamp(1.4rem,2.8vw,2rem); font-weight:400; margin:0 0 1.8rem;
}
.focus-grid{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(240px,1fr));
  gap:clamp(1.5rem,3vw,2.5rem);
}
.focus-grid h3{
  font-size:1.05rem; font-weight:600; color:var(--brass);
  margin:0 0 .7rem; padding-bottom:.7rem;
  border-bottom:1px solid rgba(233,236,236,.2);
}
.focus-grid p{ margin:0; font-size:.98rem; line-height:1.65; color:var(--paper); }

.credentials{
  margin-top:2.5rem; padding-top:1.6rem;
  border-top:1px solid rgba(233,236,236,.18);
  font-size:.92rem; color:var(--slate); line-height:1.7;
}
.credentials strong{ color:var(--paper); font-weight:600; }


/* Aussage mit Vorbehalt innerhalb eines Leistungsblocks */
.service .claim{
  border-left:3px solid var(--brass);
  padding:.2rem 0 .2rem 1rem;
  margin:1.4rem 0 0; font-size:1.02rem; line-height:1.6;
}
.service .claim .caveat{ color:var(--slate); }


/* Überleitungsfrage im Textteil */
.who-split .pivot{
  font-size:clamp(1.15rem,2vw,1.45rem); font-weight:500;
  color:var(--white); margin:2rem 0 1.6rem;
}


/* Key Offerings: vier Punkte mit Weiterfuehrung */
.panel-text li a{
  display:inline-block; margin-top:.25rem;
  color:var(--brass); text-decoration:none;
  border-bottom:1px solid rgba(224,169,47,.5);
}
.panel-text li a:hover{ border-bottom-color:var(--brass); color:var(--white); }
.panel-text li{ margin-bottom:1.3rem; font-size:.98rem; }
.panel-split{ min-height:min(70vh, 640px); }

/* Abschnitt "What Rebel PM offers": laengerer Text braucht mehr Breite */
.feature--flush .feature__body p{ max-width:62ch; }


/* ---------- Folien-Slider (Awareness) ---------- */
.slider{ margin-top:1.4rem; max-width:560px; }
.slider__track{
  display:flex; gap:.8rem; overflow-x:auto; scroll-snap-type:x mandatory;
  scrollbar-width:none; -ms-overflow-style:none;
  border:1px solid rgba(233,236,236,.22);
}
.slider__track::-webkit-scrollbar{ display:none; }
.slider__track figure{
  flex:0 0 100%; scroll-snap-align:center; margin:0;
}
.slider__track img{ width:100%; height:auto; display:block; background:#fff; }
.slider__track figcaption{
  font-size:.85rem; color:var(--slate);
  padding:.55rem .7rem; background:rgba(255,255,255,.04);
}
.slider__bar{
  display:flex; align-items:center; gap:.9rem; margin-top:.7rem;
}
.slider__btn{
  background:transparent; border:1px solid rgba(233,236,236,.4);
  color:var(--paper); width:32px; height:32px; cursor:pointer;
  font-size:1rem; line-height:1; padding:0;
}
.slider__btn:hover{ border-color:var(--brass); color:var(--brass); }
.slider__dots{ display:flex; gap:.45rem; }
.slider__dot{
  width:7px; height:7px; border-radius:50%; padding:0; border:0;
  background:rgba(233,236,236,.35); cursor:pointer;
}
.slider__dot[aria-current="true"]{ background:var(--brass); }
.slider__hint{ font-size:.8rem; color:var(--slate); margin-left:auto; }
@media (max-width:700px){ .slider{ max-width:none; } }
