/* ============================================================
   BCTK - Tom Kelp Business Coach
   Onepager - Schwarz/Weiss, neogroteske Typo (Inter Tight)
============================================================ */

:root {
  --black: #0a0a0a;
  --ink: #111;
  --white: #ffffff;
  --paper: #fafafa;
  --line: rgba(0,0,0,0.12);
  --mute: #6b6b6b;
  --grid: 1.5rem;
  --maxw: 1440px;
  --pad-x: clamp(1.25rem, 4vw, 4rem);
  --t-fast: 0.3s cubic-bezier(.2,.8,.2,1);
  --t-med: 0.6s cubic-bezier(.2,.8,.2,1);
}

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

html, body {
  margin: 0; padding: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-feature-settings: "ss01" 1, "ss02" 1;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: none; cursor: pointer; color: inherit; }
em { font-style: italic; font-weight: inherit; }

/* ============================================================
   LOADER
============================================================ */
.loader {
  position: fixed; inset: 0;
  z-index: 999;
  pointer-events: none;
  overflow: hidden;
  background: var(--white);
}
.loader-bg {
  position: absolute; inset: 0;
  background: var(--white);
  z-index: 0;
}
.loader-logo {
  position: absolute; inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.loader-logo img,
.loader-logo svg {
  height: min(72vh, 98vw);
  width: auto;
  max-width: 72vw;
  display: block;
}
.loader-curtain {
  position: absolute;
  top: 0; bottom: 0;
  width: 50%;
  background: var(--white);
  z-index: 2;
}
.loader-curtain-left  { left: 0; }
.loader-curtain-right { right: 0; }
.loader.done { display: none; }

/* ============================================================
   NAV
============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: max(var(--pad-x), calc((100vw - var(--maxw)) / 2));
  padding-right: max(var(--pad-x), calc((100vw - var(--maxw)) / 2));
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t-fast), padding-top var(--t-fast), padding-bottom var(--t-fast);
}
.nav.scrolled {
  border-bottom-color: var(--line);
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.nav-logo { display: block; }
.nav-logo img { height: 176px; width: auto; transition: height var(--t-fast); }
.nav.scrolled .nav-logo img { height: 144px; }

.nav-menu {
  display: flex; gap: 2.5rem;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nav-menu a {
  position: relative;
  padding: 0.4rem 0;
  transition: opacity var(--t-fast);
}
.nav-menu a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--black);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.4s cubic-bezier(.2,.8,.2,1);
}
.nav-menu a:hover::after, .nav-menu a.active::after {
  transform: scaleX(1); transform-origin: left;
}

.nav-cta {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: var(--black); color: var(--white);
  padding: 0.85rem 1.4rem;
  font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  position: relative;
  isolation: isolate;
  transition: background var(--t-fast), transform var(--t-fast);
}
.nav-cta:hover { background: var(--ink); }
.nav-cta span { transition: transform var(--t-fast); }
.nav-cta:hover span { transform: translateX(4px); }

.nav-burger {
  display: none;
  width: 44px; height: 44px;
  flex-direction: column; gap: 6px; justify-content: center; align-items: center;
}
.nav-burger span { width: 24px; height: 1.5px; background: var(--black); transition: var(--t-fast); }

/* ============================================================
   COMMON
============================================================ */
.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 1.5rem;
}

.section-head {
  display: flex; align-items: center; gap: 1.25rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 3rem;
}
.section-num { font-weight: 700; color: var(--black); }
.section-label::before { content: "/ "; color: var(--mute); }

.section-title {
  font-size: clamp(2.5rem, 6.5vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.96;
  margin: 0 0 2rem;
  color: var(--black);
}
.section-title em {
  font-style: italic;
  font-weight: 200;
  letter-spacing: -0.045em;
}

.block-title {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 1.5rem;
  color: var(--black);
}

.block-lead {
  font-size: 1.05rem;
  color: var(--mute);
  margin: 0 0 1.5rem;
}

.btn {
  display: inline-flex; align-items: center; gap: 0.65rem;
  padding: 1.1rem 1.85rem;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.005em;
  border-radius: 999px;
  transition: var(--t-fast);
  white-space: nowrap;
}
.btn span { transition: transform var(--t-fast); }
.btn:hover span { transform: translateX(6px); }
.btn-primary { background: var(--black); color: var(--white); }
.btn-primary:hover { background: var(--ink); }
.btn-ghost { border: 1px solid var(--black); color: var(--black); }
.btn-ghost:hover { background: var(--black); color: var(--white); }

/* Quote shared */
.quote-text {
  font-size: clamp(1.5rem, 3.5vw, 3.25rem);
  font-weight: 200;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1.18;
  margin: 0 0 1.25rem;
  color: var(--black);
}
.quote-text.big {
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1.1;
}
.quote-author {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--mute);
}
.hero-quote .quote-author {
  text-transform: none !important;
  letter-spacing: normal !important;
  font-size: 0.95rem !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

.section-quote {
  padding: clamp(5rem, 10vw, 10rem) var(--pad-x);
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 6rem;
}
.section-quote-soft { border: none; padding-top: 6rem; }

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  padding: clamp(14rem, 16vw, 18rem) var(--pad-x) clamp(4rem, 8vw, 8rem);
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: safe center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
}

.hero-headline {
  font-size: clamp(2.5rem, 5.5vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 70px 0 2rem;
  color: var(--black);
  hyphens: manual;
  overflow-wrap: normal;
}
.hero-headline .hl {
  display: block;
  overflow: hidden;
  padding-bottom: 0.18em;
  margin-bottom: -0.13em;
}
.hero-headline .word { display: inline-block; white-space: nowrap; }
.hero-headline .hl-light {
  font-weight: 200;
  font-style: italic;
  letter-spacing: -0.05em;
}

.hero-sub {
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.55;
  max-width: 560px;
  margin: 0 0 1.25rem;
  color: var(--ink);
}
.hero-target {
  font-size: 1rem;
  color: var(--mute);
  max-width: 560px;
  margin: 0 0 2.25rem;
}

.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; }

.hero-image-wrap { display: block; }
.hero-image {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--paper);
}
.hero-image img {
  width: 100%; height: 140%;
  object-fit: cover;
  object-position: center 30%;
  filter: grayscale(100%);
  transition: filter 1s ease;
  transform-origin: center;
}
.hero-image:hover img { filter: grayscale(0%); }
.hero-credit {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  text-align: right;
}

.hero-quote {
  text-align: center;
  margin-top: clamp(4rem, 8vw, 7rem);
  max-width: 1100px;
  margin-left: auto; margin-right: auto;
}

/* ============================================================
   STROPHE
============================================================ */
.strophe {
  padding: clamp(6rem, 12vw, 12rem) var(--pad-x);
  background: var(--black);
  color: var(--white);
  text-align: center;
  overflow: hidden;
}
.strophe-inner { max-width: 1200px; margin: 0 auto; }
.strophe-line {
  font-size: clamp(1.75rem, 5vw, 4.25rem);
  font-weight: 200;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0 0 0.5rem;
}
.strophe-em {
  font-style: italic;
  font-weight: 700;
  margin-top: 1.25rem;
}

/* ============================================================
   POSITIONIERUNG (Kurze Positionierung)
============================================================ */
.positioning {
  padding: clamp(5rem, 10vw, 9rem) var(--pad-x) clamp(1.5rem, 3vw, 2.5rem);
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.positioning-text {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin: 0 0 2rem;
  color: var(--ink);
}
.positioning-result {
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 0;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  display: inline-block;
  max-width: 880px;
  color: var(--black);
}
.positioning-result em {
  font-style: italic;
  font-weight: 200;
}

/* ============================================================
   EMOTIONALE OEFFNUNG
============================================================ */
.opening {
  padding: clamp(1.5rem, 3vw, 2.5rem) var(--pad-x) clamp(5rem, 10vw, 9rem);
  max-width: 1100px;
  margin: 0 auto;
}
.opening-trigger {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  margin: 0 0 2rem;
}
.opening-line {
  font-size: clamp(1.6rem, 3.2vw, 2.75rem);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 0 0 1.25rem;
  color: var(--black);
  max-width: 980px;
}
.opening-anchor {
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.03em;
  margin: 2.5rem 0 0;
  color: var(--black);
}

/* ============================================================
   MINI OUTCOME
============================================================ */
.outcome {
  padding: clamp(6rem, 11vw, 11rem) var(--pad-x);
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.outcome-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.outcome-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 3.5rem;
}
.outcome-list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  gap: 0.25rem;
}
.outcome-list li {
  font-size: clamp(2.5rem, 7.5vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--black);
  padding: 0.45rem 0;
}
.outcome-list .outcome-em {
  font-style: italic;
  font-weight: 200;
  letter-spacing: -0.055em;
  margin-top: 1.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line);
  font-size: clamp(1.75rem, 4.5vw, 4rem);
}

/* ============================================================
   PARALLAX BREAK (Vollbreite-Bild zwischen Sektionen)
============================================================ */
.parallax {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: clamp(70vh, 90vh, 1100px);
  overflow: hidden;
  background: var(--paper);
}
.parallax-img {
  position: absolute;
  top: -20%; left: 0;
  width: 100%;
  height: 140%;
  object-fit: cover;
  object-position: center 30%;
  filter: grayscale(100%);
  transition: filter 0.7s ease;
  will-change: transform;
  z-index: 1;
}
.parallax-img:hover { filter: grayscale(0%); }
.parallax-curtain {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  pointer-events: none;
  z-index: 2;
  will-change: transform;
}

/* ============================================================
   ABOUT
============================================================ */
.about {
  padding: clamp(6rem, 10vw, 10rem) var(--pad-x);
  max-width: var(--maxw);
  margin: 0 auto;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.about-image {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--paper);
  position: sticky;
  top: 6rem;
}
.about-image img {
  width: 100%; height: 135%;
  object-fit: cover;
  object-position: center 30%;
  filter: grayscale(100%);
  transition: filter 0.7s ease;
}
.about-image:hover img { filter: grayscale(0%); }

.about-text { padding-top: 1rem; }

.about-body p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;
  color: var(--ink);
}

.about-claim {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  color: var(--black);
}

/* ============================================================
   CONCEPT
============================================================ */
.concept {
  padding: clamp(6rem, 10vw, 10rem) var(--pad-x);
  max-width: var(--maxw);
  margin: 0 auto;
}

/* Text-heavy concept blocks become 2-column editorial grids:
   left = text, right = a large levitating image lane */
.concept-intro,
.change-block,
.why-block {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
  column-gap: clamp(3rem, 6vw, 7rem);
  align-items: start;
  position: relative;
}
.concept-intro { margin-bottom: 6rem; }

.concept-intro > *:not(.float-img),
.change-block > *:not(.float-img),
.why-block > *:not(.float-img) {
  grid-column: 1;
  min-width: 0;
}

.float-img {
  grid-column: 2;
  grid-row: 1 / span 99;
  align-self: start;
  position: relative;
  width: 100%;
  overflow: hidden;
  filter: grayscale(100%);
  transition: filter 0.6s ease;
  box-shadow: 0 40px 80px -25px rgba(0,0,0,0.28), 0 15px 30px -12px rgba(0,0,0,0.14);
  will-change: transform;
  margin-top: 1rem;
}
.float-img:hover {
  filter: grayscale(0%);
}
.float-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.float-img-1 { aspect-ratio: 3/4; }
.float-img-2 { aspect-ratio: 4/5; margin-top: 3rem; }
.float-img-3 { aspect-ratio: 3/4; margin-top: 0.5rem; }

@media (max-width: 980px) {
  .concept-intro,
  .change-block,
  .why-block {
    display: block;
  }
  .float-img { display: none; }
}

.intro-text p {
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0 0 1.25rem;
  color: var(--ink);
}
.hl-line {
  font-size: 1.3rem !important;
  font-weight: 600;
  color: var(--black) !important;
  margin-top: 2rem !important;
}

.change-block, .why-block {
  margin-bottom: 6rem;
  padding-top: 4rem;
  border-top: 1px solid var(--line);
}
.change-list {
  list-style: none; padding: 0; margin: 0 0 2.5rem;
  display: grid; gap: 1rem;
}
.change-list li {
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  display: flex; gap: 1rem; align-items: baseline;
  color: var(--black);
}
.change-list li span { color: var(--mute); }
.change-out {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0;
}
.change-out em { font-style: italic; font-weight: 200; }

.why-block p {
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}

/* PHASES */
.phases {
  padding: 6rem 0;
  border-top: 1px solid var(--line);
  margin-bottom: 6rem;
}
.phases-head { margin-bottom: 4rem; max-width: 800px; }

.phases-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: stretch;
}
.phase {
  position: relative;
  padding: 2rem 0;
  border-top: 2px solid var(--black);
  display: flex;
  flex-direction: column;
}
.phase-num {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--mute);
  margin-bottom: 1.25rem;
}
.phase-title {
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: var(--black);
  min-height: 2.3em;
}
.phase-text {
  font-size: 1rem;
  color: var(--ink);
  margin: 0 0 1.5rem;
  min-height: 3em;
}
.phase-image {
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-top: auto;
}
.phase-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 1s ease, filter 1s ease;
}
.phase:hover .phase-image img { transform: scale(1.05); filter: grayscale(0%); }

.phases-out {
  margin-top: 3rem;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-align: center;
  max-width: 900px;
  margin-left: auto; margin-right: auto;
}
.phases-out em { font-style: italic; font-weight: 200; }

/* STEPS */
.steps {
  margin-bottom: 6rem;
  padding-top: 4rem;
  border-top: 1px solid var(--line);
}
.steps-list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  border-top: 1px solid var(--line);
}
.step {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 2fr;
  column-gap: clamp(2rem, 5vw, 5rem);
  row-gap: 1rem;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  border-bottom: 1px solid var(--line);
}
.step-num {
  grid-column: 1; grid-row: 1;
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  color: var(--black);
  line-height: 0.9;
}
.step-title {
  grid-column: 1; grid-row: 2;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0;
  color: var(--black);
  align-self: end;
}
.step p {
  grid-column: 2; grid-row: 1 / span 2;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.6;
  margin: 0;
  color: var(--ink);
  align-self: start;
  padding-top: 0.6rem;
}

@media (max-width: 760px) {
  .step {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }
  .step-num, .step-title, .step p {
    grid-column: 1; grid-row: auto;
    align-self: auto;
    padding-top: 0;
  }
  .step p { margin-top: 0.5rem; }
}

/* FORWHOM */
.forwhom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.forwhom-col {
  padding: 4rem clamp(1.5rem, 4vw, 3rem);
  position: relative;
}
.forwhom-col + .forwhom-col { border-left: 1px solid var(--line); }
.forwhom-not { background: var(--paper); }
.forwhom-mark {
  position: absolute;
  top: 2rem; right: 2rem;
  font-size: 3rem;
  font-weight: 200;
  color: var(--black);
  line-height: 1;
}
.forwhom ul {
  list-style: none; padding: 0; margin: 1.5rem 0 0;
  display: grid; gap: 0.85rem;
}
.forwhom ul li {
  font-size: 1.05rem;
  line-height: 1.55;
  padding-left: 1.5rem;
  position: relative;
}
.forwhom ul li::before {
  content: "";
  position: absolute; left: 0; top: 0.7em;
  width: 0.75rem; height: 1px;
  background: var(--black);
}
.forwhom p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  margin: 0;
}

/* ============================================================
   BIGQUOTE (Heraklit)
============================================================ */
.bigquote {
  padding: clamp(8rem, 16vw, 16rem) var(--pad-x);
  background: var(--black);
  color: var(--white);
  text-align: center;
  overflow: hidden;
}
.bigquote-inner { max-width: 1400px; margin: 0 auto; }
.bigquote-text {
  font-size: clamp(2.5rem, 9vw, 8.5rem);
  font-weight: 200;
  font-style: italic;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0 0 2rem;
}
.bigquote-text span { display: block; overflow: hidden; padding-bottom: 0.08em; }
.bigquote-text em { font-weight: 900; font-style: italic; }
.bigquote .quote-author { color: rgba(255,255,255,0.55); }

/* ============================================================
   WERTE & ETHIK
============================================================ */
.values {
  padding: clamp(6rem, 10vw, 10rem) var(--pad-x);
  max-width: var(--maxw);
  margin: 0 auto;
}

.values-intro {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  color: var(--mute);
  max-width: 900px;
  margin: 0 0 5rem;
}

/* Werte-Block */
.values-block {
  margin-bottom: 6rem;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: 2.5rem;
}
@media (max-width: 1100px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .values-grid { grid-template-columns: 1fr; } }

.value-card {
  padding: 2.25rem clamp(1.5rem, 2.5vw, 2.25rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  transition: background var(--t-fast);
}
.value-card:hover { background: var(--paper); }
.value-card h4 {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.85rem;
  color: var(--black);
}
.value-card p {
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
  color: var(--ink);
}

.values-claim {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  max-width: 900px;
  margin: 4rem auto 0;
  color: var(--black);
}
.values-claim em { font-style: italic; font-weight: 200; }

/* Ethik-Block */
.ethics-block {
  border-top: 1px solid var(--line);
  padding-top: 5rem;
}
.ethics-list {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem clamp(2rem, 4vw, 4rem);
}
@media (max-width: 800px) { .ethics-list { grid-template-columns: 1fr; gap: 2rem; } }

.ethic {
  position: relative;
  padding-left: 4rem;
}
.ethic-num {
  position: absolute;
  left: 0; top: 0.1em;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--mute);
}
.ethic-title {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 0.6rem;
  color: var(--black);
}
.ethic p {
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
  color: var(--ink);
}

.ethics-claim {
  margin: 5rem auto 0;
  max-width: 900px;
  text-align: center;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.55;
  color: var(--ink);
  padding: 2.5rem clamp(1.5rem, 3vw, 3rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ethics-claim strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 1rem;
}

/* ============================================================
   SERVICES
============================================================ */
.services {
  padding: clamp(6rem, 10vw, 10rem) var(--pad-x);
  max-width: var(--maxw);
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 3rem;
}
.service {
  padding: 3rem clamp(1.5rem, 3vw, 2.5rem);
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column;
  position: relative;
  transition: background var(--t-fast);
}
.service:last-child { border-right: none; }
.service:hover { background: var(--paper); }
.service-num {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--mute);
  margin-bottom: 1.5rem;
}
.service-title {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 1.25rem;
  color: var(--black);
}
.service-lead {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 2rem;
  color: var(--ink);
}
.service-sublabel {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.service ul {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 0.5rem;
}
.service ul li {
  font-size: 0.95rem;
  padding-left: 1rem;
  position: relative;
}
.service ul li::before {
  content: "";
  position: absolute; left: 0; top: 0.65em;
  width: 0.5rem; height: 1px;
  background: var(--black);
}

.next-step {
  margin-top: 5rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto; margin-right: auto;
}
.next-step p {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.5;
  margin: 0 0 1rem;
}
.next-step em { font-style: italic; font-weight: 700; }
.next-step .btn { margin-top: 2rem; }

/* ============================================================
   IMPRESSIONS / MASONRY
============================================================ */
.impressions {
  padding: clamp(6rem, 10vw, 10rem) var(--pad-x);
  max-width: var(--maxw);
  margin: 0 auto;
}

/* Modern editorial gallery: echtes CSS-columns-Masonry, natuerliche Bildhoehen,
   gleichmaessige Gaps, keine Luecken */
.masonry {
  margin-top: 3rem;
  columns: 3;
  column-gap: clamp(0.75rem, 1vw, 1.25rem);
}
@media (max-width: 1100px) { .masonry { columns: 3; } }
@media (max-width: 720px)  { .masonry { columns: 2; column-gap: 0.6rem; } }
@media (max-width: 480px)  { .masonry { columns: 1; } }

.masonry-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--paper);
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 clamp(0.75rem, 1vw, 1.25rem);
  transition: box-shadow 0.6s cubic-bezier(.2,.8,.2,1);
  box-shadow: 0 2px 6px -3px rgba(0,0,0,0.12);
}
@media (max-width: 720px) {
  .masonry-item { margin-bottom: 0.6rem; }
}

.masonry-item:hover {
  box-shadow: 0 35px 70px -20px rgba(0,0,0,0.35), 0 12px 28px -10px rgba(0,0,0,0.15);
  z-index: 2;
}
.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
  transform: scale(1.02);
  transition: transform 1.2s cubic-bezier(.2,.8,.2,1), filter 0.7s ease;
  will-change: transform;
}
.masonry-item:hover img {
  transform: scale(1.08);
  filter: grayscale(0%);
}

/* LIGHTBOX */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.95);
  z-index: 200;
  display: none;
  align-items: center; justify-content: center;
  padding: 2rem;
}
.lightbox.open { display: flex; }
.lb-img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  filter: grayscale(0%);
}
.lb-close, .lb-prev, .lb-next {
  position: absolute;
  color: var(--white);
  font-size: 2rem;
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  transition: var(--t-fast);
}
.lb-close { top: 1.5rem; right: 1.5rem; }
.lb-prev { left: 1.5rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1.5rem; top: 50%; transform: translateY(-50%); }
.lb-close:hover, .lb-prev:hover, .lb-next:hover {
  background: var(--white); color: var(--black);
}
.lb-counter {
  position: absolute;
  bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem; letter-spacing: 0.12em;
}

/* ============================================================
   TESTIMONIALS
============================================================ */
.testimonials {
  padding: clamp(6rem, 10vw, 10rem) var(--pad-x);
  max-width: var(--maxw);
  margin: 0 auto;
}
.placeholder-note {
  font-size: 0.78rem;
  font-style: italic;
  color: var(--mute);
  margin: 0 0 3rem;
  letter-spacing: 0.02em;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.testimonial {
  padding: 3rem clamp(1.5rem, 3vw, 2.5rem);
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 320px;
}
.testimonial:nth-child(3n) { border-right: none; }
.testimonial:nth-child(n+4) { border-top: 1px solid var(--line); }
.t-text {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.015em;
  margin: 0 0 2rem;
  color: var(--black);
}
.t-author {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: var(--mute);
  text-transform: uppercase;
}
.t-author strong {
  color: var(--black);
  font-weight: 700;
}

/* ============================================================
   CONTACT
============================================================ */
.contact {
  padding: clamp(6rem, 10vw, 10rem) var(--pad-x);
  max-width: var(--maxw);
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: 3rem;
}

.contact-lead {
  font-size: 1.1rem;
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 2.5rem;
  max-width: 480px;
}

.contact-list {
  list-style: none; padding: 0; margin: 0 0 3rem;
  display: grid; gap: 1.5rem;
}
.contact-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  font-size: 1.02rem;
  line-height: 1.5;
}
.c-label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  padding-top: 0.15rem;
}
.contact-list a:hover { text-decoration: underline; }

.contact-form {
  display: grid; gap: 1.25rem;
  margin-top: 2rem;
}
.contact-form label {
  display: grid; gap: 0.4rem;
}
.contact-form label span {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  font: inherit;
  padding: 0.85rem 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  color: var(--black);
  transition: border-color var(--t-fast);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-bottom-color: var(--black);
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .checkbox {
  flex-direction: row; align-items: center; gap: 0.75rem;
  display: flex;
  font-size: 0.85rem; color: var(--mute);
  text-transform: none; letter-spacing: 0;
}
.contact-form .checkbox input { width: auto; }
.contact-form .checkbox a { text-decoration: underline; }
.contact-form button { justify-self: start; margin-top: 0.5rem; }
.contact-form button[disabled] { opacity: .6; cursor: progress; }

/* Honeypot - unsichtbar fuer Menschen, da fuer Bots */
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Kontaktformular - Toast (gelb fuer OK, rot/transparent fuer Fehler) */
.form-toast {
  position: fixed;
  left: 50%;
  top: 24px;
  transform: translate(-50%, -120%);
  z-index: 9999;
  max-width: min(560px, calc(100vw - 32px));
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: #ffffff;
  background: #111111;
  box-shadow: 0 12px 32px rgba(0,0,0,0.28), 0 2px 6px rgba(0,0,0,0.18);
  opacity: 0;
  pointer-events: none;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), opacity .25s ease;
}
.form-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}
.form-toast.is-ok,
.form-toast.is-err { background: #111111; color: #ffffff; }

.contact-map {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-float {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  filter: grayscale(100%);
  transition: filter 0.7s ease;
  will-change: transform;
}
.contact-float:hover { filter: grayscale(0%); }
.contact-float img {
  width: 100%; height: 120%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
#map {
  width: 100%;
  aspect-ratio: 1;
  background: var(--paper);
  filter: grayscale(100%) contrast(0.85);
}

/* ============================================================
   FOOTER
============================================================ */
.footer {
  background: var(--black);
  color: rgba(255,255,255,0.7);
  padding: clamp(4rem, 8vw, 7rem) var(--pad-x) 2.5rem;
}
.footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  align-items: end;
}
.footer-logo {
  display: block;
  height: 120px;
  width: auto;
  margin-bottom: 1.5rem;
  filter: invert(1);
}
.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  color: rgba(255,255,255,0.6);
}
.footer-nav {
  display: flex; flex-direction: column; gap: 0.85rem;
  font-size: 0.92rem;
}
.footer-nav a {
  color: rgba(255,255,255,0.7);
  transition: color var(--t-fast);
}
.footer-nav a:hover { color: var(--white); }
.footer-credit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.25rem;
  text-align: right;
}
.footer-credit p {
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
  color: rgba(255,255,255,0.5);
}
.footer-partner-link {
  display: inline-block;
  overflow: visible;
}
.footer-partner-link img {
  height: 42px;
  width: auto;
  display: block;
  filter: grayscale(100%);
  transform-origin: right center;
  transition: filter 0.7s ease, transform 0.5s cubic-bezier(.2,.8,.2,1);
  will-change: transform, filter;
}
.footer-partner-link:hover img {
  filter: grayscale(0%);
  transform: scale(1.12);
}
@media (max-width: 980px) {
  .footer-credit { align-items: flex-start; text-align: left; }
  .footer-partner-link img { transform-origin: left center; }
}

/* Social Icons */
.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.6);
  transition: color var(--t-fast), border-color var(--t-fast), transform var(--t-fast), background var(--t-fast);
}
.footer-social-link svg {
  width: 18px;
  height: 18px;
  transition: fill var(--t-fast);
}
.footer-social-link:hover {
  transform: translateY(-2px);
}
.footer-social-instagram:hover {
  border-color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.04);
}
.footer-social-instagram:hover svg path { fill: url(#ig-grad); }
.footer-social-linkedin:hover {
  color: #ffffff;
  border-color: #0A66C2;
  background: #0A66C2;
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 980px) {
  .nav-menu { display: none; }
  .nav-burger { display: flex; }
  .nav-cta { display: none; }
  .nav-menu.open {
    display: flex;
    position: fixed; top: 70px; left: 0; right: 0; bottom: 0;
    flex-direction: column;
    background: var(--white);
    padding: 2rem var(--pad-x);
    gap: 1.5rem;
    font-size: 1.5rem;
  }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-image { position: relative; top: auto; max-width: 500px; margin: 0 auto; }
  .phases-track { grid-template-columns: 1fr; }
  .services-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .service, .testimonial { border-right: none; border-bottom: 1px solid var(--line); }
  .service:last-child, .testimonial:last-child { border-bottom: none; }
  .forwhom { grid-template-columns: 1fr; }
  .forwhom-col + .forwhom-col { border-left: none; border-top: 1px solid var(--line); }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { justify-content: center; }
  .contact-list li { grid-template-columns: 1fr; gap: 0.25rem; }
}

/* ============================================================
   MOBILE/TABLET OPTIMIZATIONS
   Desktop > 1024px bleibt unangetastet.
============================================================ */

/* NAV-LAYOUT bei aktivem Burger (<= 980px): Logo zentriert, Burger rechts */
@media (max-width: 980px) {
  .nav { grid-template-columns: 1fr auto 1fr; }
  .nav-logo { grid-column: 2; justify-self: center; }
  .nav-burger { grid-column: 3; justify-self: end; }
  /* backdrop-filter erzeugt sonst einen Containing Block,
     der position:fixed des Open-Menus an der Nav-Padding-Box festhält */
  .nav:has(.nav-menu.open) {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: #ffffff;
  }
  .nav-menu.open {
    z-index: 200;
    background: #ffffff;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    overflow-y: auto;
  }
  .nav-menu.open a { padding: 0.6rem 0; min-height: 44px; display: inline-flex; align-items: center; }
  body:has(.nav-menu.open) { overflow: hidden; }
}

/* TABLET 700-1024px — 2-Spalten-Layouts beibehalten statt Phone-Stack */
@media (min-width: 700px) and (max-width: 1024px) {
  .hero-grid    { grid-template-columns: 1.3fr 1fr; gap: 2.5rem; }
  .about-grid   { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .services-grid     { grid-template-columns: 1fr 1fr; }
  .service, .testimonial { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
  .service:nth-child(2n), .testimonial:nth-child(2n) { border-right: none; }
  .service:nth-last-child(-n+2), .testimonial:nth-last-child(-n+2) { border-bottom: none; }
  .footer-inner { grid-template-columns: 1.4fr 1fr; }
  .nav { padding-top: 0.85rem; padding-bottom: 0.85rem; }
  .nav-logo img { height: 100px; }
  .nav.scrolled .nav-logo img { height: 80px; }
  .nav-menu { gap: 1.2rem; font-size: 0.68rem; letter-spacing: 0.1em; }
  .nav-menu a { white-space: nowrap; }
  .nav-cta { padding: 0.65rem 1rem; font-size: 0.68rem; letter-spacing: 0.1em; white-space: nowrap; }
  .hero { padding-top: clamp(11rem, 14vw, 13rem); padding-bottom: clamp(3rem, 6vw, 5rem); min-height: auto; }
  .hero-headline { margin-top: 20px; }
  #map { aspect-ratio: 4/3; }
}

/* IPAD-LANDSCAPE 1025-1200px — Desktop-Layout aber Nav kompakt, sonst kollidiert
   die ERSTGESPRAECH-Pille mit dem letzten Nav-Item und das Logo wirkt verloren.
   Range deckt iPad 9th/10.2" (1080), iPad mini 6 (1133), iPad Air 5/6 (1180/1194)
   und iPad Pro 11" (1194) ab. iPad Pro 12.9" (1366) bekommt Default-Desktop. */
@media (min-width: 1025px) and (max-width: 1200px) {
  .nav { padding-top: 0.95rem; padding-bottom: 0.95rem; }
  .nav-logo img { height: 116px; }
  .nav.scrolled .nav-logo img { height: 92px; }
  .nav-menu { gap: 1.4rem; font-size: 0.72rem; letter-spacing: 0.11em; }
  .nav-menu a { white-space: nowrap; }
  .nav-cta { padding: 0.72rem 1.1rem; font-size: 0.7rem; letter-spacing: 0.12em; white-space: nowrap; }
  .hero { padding-top: clamp(11rem, 14vw, 13rem); padding-bottom: clamp(3rem, 6vw, 5rem); min-height: auto; }
  .hero-headline { margin-top: 20px; }
}

/* MOBILE <= 760px — kompakter Header, Parallax-Sections aus, Touch-Targets, Bildausschnitte */
@media (max-width: 760px) {
  .nav { padding-top: 0.6rem; padding-bottom: 0.6rem; }
  .nav.scrolled { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .nav-menu.open { top: 76px; padding: 1.5rem var(--pad-x); }

  .hero { padding: 5rem var(--pad-x) 3rem; min-height: auto; }
  .hero-headline { margin-top: 20px; }

  /* Vollbreiten-Parallax-Sections kompakter & ohne Parallax-Animation auf Mobile */
  .parallax { height: 45vh; min-height: 280px; }
  .parallax-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: none !important; }
  .parallax-curtain { display: none; }

  /* Float-Images im About-Bereich anzeigen (statt versteckt), gestapelt */
  .float-img { display: block !important; position: relative !important; left: auto !important; top: auto !important; right: auto !important; transform: none !important; width: 100%; max-width: 360px; margin: 1.5rem auto; aspect-ratio: 4/5; }
  .float-img-1, .float-img-2, .float-img-3 { aspect-ratio: 4/5; margin-top: 1.5rem; }

  /* Hero-Portrait kleiner und Gesicht im sichtbaren Bereich */
  .hero-image { max-width: 360px; margin: 0 auto; }
  .hero-image img { object-position: center 20%; }

  /* About-Portrait gleich behandeln */
  .about-image { position: relative; top: auto; }
  .about-image img { object-position: center 20%; }

  /* Phase-Bilder (Whiteboard etc.) — Kunde komplett sichtbar, kein Crop des Kopfes */
  .phase-image { aspect-ratio: auto; max-height: none; }
  .phase-image img { width: 100%; height: auto; object-fit: contain; }

  /* Map: nicht riesig quadratisch */
  #map { aspect-ratio: 4/3; max-height: 60vh; }

  /* Touch-Targets >= 44px */
  .contact-list li a { min-height: 44px; display: inline-flex; align-items: center; }
  .footer-list a, .footer-credit a { min-height: 44px; padding: 0.4rem 0; display: inline-flex; align-items: center; }
  .footer-social-link { width: 44px; height: 44px; }
  .footer-social-link svg { width: 20px; height: 20px; }
}

/* MOBILE-ONLY (Phones) <= 699px — Logo deutlich grösser als auf Tablet */
@media (max-width: 699px) {
  .nav-logo img { height: 95px; }
  .nav.scrolled .nav-logo img { height: 80px; }
  .nav-menu.open { top: 115px; }
  /* Hero darf nicht hinter dem groesseren Header verschwinden */
  .hero { padding-top: 140px; }
}

/* SMALL MOBILE <= 480px — schmale Phones */
@media (max-width: 480px) {
  .hero-headline {
    font-size: clamp(2rem, 9vw, 2.6rem);
    letter-spacing: -0.03em;
    margin-top: 12px;
  }
  .hero { padding: 140px var(--pad-x) 2.5rem; }
}

/* LANDSCAPE PHONES — kurze Hoehe: Content nicht zentrieren, sonst rutscht
   die Headline nach oben hinter die fixe Nav. */
@media (orientation: landscape) and (max-height: 500px) {
  .hero {
    min-height: auto;
    justify-content: flex-start;
    padding-top: clamp(7rem, 14vh, 10rem);
    padding-bottom: 2rem;
  }
  .hero-headline { margin-top: 0; }
}
