/* Convision — Sektionen (dunkles Studio-Design + Original-Elemente) */

/* ------------------------------------------------------------- Kopf */
.kopf {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  transition: background 0.4s, border-color 0.4s;
  border-bottom: 1px solid transparent;
}
.kopf.fest {
  background: color-mix(in srgb, var(--ink-deep) 96%, #fff 4%);
  border-color: var(--line-hell);
}
.kopf-innen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.9rem;
}
.kopf-logo img { height: 46px; width: auto; }
.kopf-nav { display: flex; gap: 1.9rem; }
.kopf-nav a {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--muted-hell);
  transition: color 0.25s;
}
.kopf-nav a:hover { color: var(--orange); }
.kopf .pill { padding: 0.65rem 1.3rem; font-size: 0.9rem; }

.burger { display: none; flex-direction: column; gap: 5px; padding: 0.6rem; }
.burger span { width: 24px; height: 2px; background: var(--paper); transition: transform 0.3s var(--zug), opacity 0.3s; }

@media (max-width: 56rem) {
  .kopf-nav { display: none; }
  .kopf-logo img { height: 38px; }
  .kopf .pill { padding: 0.55rem 1.1rem; font-size: 0.86rem; }
  .burger { display: flex; }
  .menu-offen .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-offen .burger span:nth-child(2) { opacity: 0; }
  .menu-offen .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

.vollmenu {
  position: fixed; inset: 0; z-index: 40;
  background: var(--ink-deep);
  display: grid; place-content: center;
  gap: 0.4rem;
  opacity: 0; pointer-events: none;
  transition: opacity 0.35s;
}
.menu-offen .vollmenu { opacity: 1; pointer-events: auto; }
.vollmenu a {
  display: flex; align-items: baseline; gap: 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 6vw, 2.6rem);
  font-weight: 600;
  padding: 0.35rem 0;
}
.vollmenu a small {
  font-size: 0.85rem; font-weight: 500;
  color: var(--orange);
  font-variant-numeric: tabular-nums;
}

/* ------------------------------------------------------------- Bühne */
.buehne {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: clamp(4.8rem, 4.2rem + 3vh, 6.5rem);
  padding-bottom: clamp(2rem, 1.5rem + 2vh, 4rem);
  overflow: clip;
}
.buehne > .spann { width: min(76rem, 100% - 2 * var(--rand)); }
.buehne::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(52rem 30rem at 82% 8%, rgba(252, 175, 0, 0.08), transparent 60%),
    radial-gradient(40rem 26rem at 8% 90%, rgba(244, 241, 234, 0.05), transparent 65%);
  pointer-events: none;
}
.buehne-gitter {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
}
.buehne h1 { margin-top: 1rem; line-height: 1.16; }
.buehne .hand { color: var(--orange); margin-top: 0.9rem; }
.buehne-text .lede {
  margin-top: 1.1rem;
  max-width: 34rem;
  font-size: clamp(1.05rem, 1rem + 0.35vw, 1.22rem);
  color: var(--muted-hell);
}
.buehne-ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.7rem; }

.buehne-beleg {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 0.9rem 2.2rem;
  margin-top: 1.8rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line-hell);
}
.beleg-zahl {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.beleg-zahl small {
  display: block;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--muted-hell);
  margin-top: 0.15rem;
}

/* Handy-Stapel rechts */
.buehne-stapel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: min(30rem, 58svh);
}
.handy {
  width: clamp(140px, 13vw, 200px);
  aspect-ratio: 9 / 19;
  border-radius: 26px;
  border: 1px solid var(--line-hell);
  background: var(--ink-soft);
  padding: 8px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}
.handy video, .handy img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.buehne-stapel .handy { position: absolute; }
.buehne-stapel .handy:nth-child(1) { rotate: -8deg; translate: -58% 6%; z-index: 1; }
.buehne-stapel .handy:nth-child(2) { rotate: 2deg; z-index: 3; scale: 1.12; }
.buehne-stapel .handy:nth-child(3) { rotate: 9deg; translate: 58% 10%; z-index: 2; }

@media (max-width: 56rem) {
  .buehne-gitter { grid-template-columns: 1fr; }
  .buehne-stapel { min-height: 24rem; margin-top: 1rem; }
}

/* ------------------------------------------------------------- Marquee */
.marquee {
  border-block: 1px solid var(--line-hell);
  padding-block: 1.1rem;
  overflow: clip;
  display: flex;
}
.marquee-spur {
  display: flex;
  gap: 3.4rem;
  padding-right: 3.4rem;
  flex-shrink: 0;
  animation: lauf 30s linear infinite;
}
.marquee span {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.02rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted-hell);
  white-space: nowrap;
  display: flex; align-items: center; gap: 3.4rem;
}
.marquee span::after { content: "✦"; color: var(--orange); font-size: 0.8em; }
@keyframes lauf { to { transform: translateX(-100%); } }
@media (prefers-reduced-motion: reduce) { .marquee-spur { animation: none; } }

/* ------------------------------------------------------------- Riesenzähler */
.zaehler { text-align: center; padding-block: clamp(3rem, 2.4rem + 3vw, 5.5rem); }
.zaehler-zahl {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 1.4rem + 7vw, 6.6rem);
  font-weight: 600;
  color: var(--orange);
  letter-spacing: -0.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.zaehler-name {
  margin-top: 0.7rem;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted-hell);
}

/* ------------------------------------------------------------- Orange Band */
.band-innen { padding-block: calc(var(--raum) * 0.8); }
.band h2 { font-size: clamp(1.9rem, 1.2rem + 3vw, 3.4rem); }
.band .hand { color: #6d4a04; margin-top: 0.8rem; }
.band p { max-width: 36rem; margin: 1rem auto 0; }
.band .pill--dunkel { margin-top: 2rem; }

/* ------------------------------------------------------------- Sektionen */
.sektion { padding-block: var(--raum); position: relative; }
.sektion-kopf { max-width: 46rem; margin-bottom: clamp(2.4rem, 2rem + 3vw, 4.5rem); }
.sektion-kopf h2 { margin-top: 1.1rem; }
.sektion-kopf p { margin-top: 1.2rem; max-width: 38rem; }

/* ------------------------------------------------------------- Leistungen */
.leistungen-gitter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 2vw, 2rem);
}
.leistung {
  border-radius: var(--radius);
  padding: clamp(1.6rem, 1.2rem + 2vw, 3rem);
  background: #fbf9f4;
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: transform 0.45s var(--zug), box-shadow 0.45s var(--zug);
}
.leistung:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(16, 16, 19, 0.12);
}
.leistung--dunkel {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}
.leistung--dunkel p { color: var(--muted-hell); }
.leistung .eyebrow { color: inherit; opacity: 0.75; }
.leistung h3 {
  font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.2rem);
  margin-top: 1rem;
}
.leistung > p { margin-top: 1rem; max-width: 30rem; }
.leistung ul { margin-top: 1.6rem; display: grid; gap: 0.65rem; }
.leistung li {
  display: flex; gap: 0.7rem; align-items: baseline;
  font-size: 0.98rem;
}
.leistung--dunkel li { color: var(--muted-hell); }
.flaeche-hell .leistung:not(.leistung--dunkel) li { color: var(--muted); }
.leistung li::before {
  content: "→";
  font-family: var(--font-display);
  color: var(--orange-tief);
  flex-shrink: 0;
}
.leistung--dunkel li::before { color: var(--orange); }
.leistung .hand { margin-top: auto; padding-top: 1.6rem; color: var(--orange-tief); }
.leistung--dunkel .hand { color: var(--orange); }
.leistung .pill { margin-top: 1.8rem; align-self: flex-start; }
.flaeche-hell .leistung:not(.leistung--dunkel) .pill--voll { background: var(--ink); color: var(--paper); }
.flaeche-hell .leistung:not(.leistung--dunkel) .pill--voll:hover { background: #26262c; }

@media (max-width: 56rem) {
  .leistungen-gitter { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------- Cases */
.cases-gitter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.5vw, 1.6rem);
}
.case {
  border: 1px solid var(--line-hell);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 1rem + 1.6vw, 2.4rem);
  background: var(--ink-soft);
  display: flex; flex-direction: column; gap: 0.4rem;
  transition: transform 0.45s var(--zug), border-color 0.3s;
}
.case:hover { transform: translateY(-6px); border-color: rgba(252, 175, 0, 0.5); }
.case-marke {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex; align-items: center; justify-content: space-between;
}
.case-marke small {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--muted-hell);
}
.case-zahl {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 1.1rem + 1.9vw, 3.1rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-top: 1.4rem;
  color: var(--orange);
  font-variant-numeric: tabular-nums;
}
.case-zahl-name { font-size: 0.92rem; color: var(--muted-hell); }
.case-extra {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line-hell);
  font-size: 0.95rem;
  color: var(--muted-hell);
}
.case-extra strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--paper);
  letter-spacing: -0.01em;
}
@media (max-width: 56rem) {
  .cases-gitter { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------- Websites-Funnel */
.websites-gitter {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(2rem, 3vw, 4rem);
  align-items: center;
}
.websites-text ul { margin-top: 1.6rem; display: grid; gap: 0.7rem; }
.websites-text li {
  display: flex; gap: 0.7rem; align-items: baseline;
  color: var(--muted);
}
.websites-text li::before { content: "→"; color: var(--orange-tief); flex-shrink: 0; font-family: var(--font-display); }
.websites-text .hand { color: var(--orange-tief); margin-top: 1.6rem; }
.websites-text .pill { margin-top: 1.8rem; }
.websites-text .pill--voll { background: var(--ink); color: var(--paper); }
.websites-text .pill--voll:hover { background: #26262c; }

.funnel { display: grid; gap: 0.9rem; }
.funnel-schritt {
  display: flex; align-items: center; gap: 1.1rem;
  background: #fbf9f4;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.1rem 1.4rem;
  box-shadow: 0 14px 34px rgba(16, 16, 19, 0.08);
}
.funnel-schritt.betont {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--ink);
}
.funnel-nr {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--orange-tief);
  flex-shrink: 0;
  width: 2.2rem;
  font-variant-numeric: tabular-nums;
}
.funnel-schritt.betont .funnel-nr { color: var(--ink); }
.funnel-schritt strong { display: block; font-weight: 600; color: var(--ink); }
.funnel-schritt span { font-size: 0.9rem; color: var(--muted); }
.funnel-schritt.betont span { color: #4a3a10; }
.funnel-pfeil { text-align: center; color: var(--orange-tief); font-size: 1.2rem; line-height: 0.6; }
@media (max-width: 56rem) {
  .websites-gitter { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------- Ablauf: Timeline */
.ablauf-liste {
  position: relative;
  display: grid;
  gap: clamp(1.6rem, 1.2rem + 1.6vw, 2.6rem);
}
.ablauf-liste::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 2px;
  translate: -50% 0;
  background: var(--line-hell);
  z-index: 0;
}
.ablauf-liste::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  translate: -50% 0;
  height: var(--zeichnung, 0%);
  background: linear-gradient(180deg, var(--orange), var(--orange-tief));
  z-index: 0;
}
.schritt {
  position: relative;
  z-index: 1;
  width: calc(50% - clamp(2.2rem, 2rem + 1.6vw, 3.4rem));
  background: var(--ink-soft);
  border: 1px solid var(--line-hell);
  border-radius: var(--radius);
  padding: clamp(1.3rem, 1.1rem + 1vw, 2rem);
  transition: border-color 0.4s;
}
.schritt:nth-child(odd) { justify-self: start; }
.schritt:nth-child(even) { justify-self: end; }
.schritt.aktiv { border-color: rgba(252, 175, 0, 0.45); }
.schritt-nr {
  position: absolute;
  top: 1.35rem;
  left: calc(100% + clamp(2.2rem, 2rem + 1.6vw, 3.4rem));
  translate: -50% 0;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 2.7rem; height: 2.7rem;
  border-radius: 50%;
  background: var(--ink-deep);
  border: 2px solid var(--line-hell);
  color: var(--muted-hell);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
  transition: background 0.35s, color 0.35s, border-color 0.35s, transform 0.35s var(--zug);
}
.schritt:nth-child(even) .schritt-nr { left: auto; right: calc(100% + clamp(2.2rem, 2rem + 1.6vw, 3.4rem)); translate: 50% 0; }
.schritt.aktiv .schritt-nr {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--ink);
  transform: scale(1.12);
}
.schritt::before {
  content: "";
  position: absolute;
  top: 2.6rem;
  left: 100%;
  width: clamp(2.2rem, 2rem + 1.6vw, 3.4rem);
  height: 1px;
  background: var(--line-hell);
}
.schritt:nth-child(even)::before { left: auto; right: 100%; }
.schritt h3 { font-size: clamp(1.2rem, 1.05rem + 0.7vw, 1.55rem); }
.schritt p { margin-top: 0.6rem; font-size: 0.97rem; }

@media (max-width: 56rem) {
  .ablauf-liste::before, .ablauf-liste::after { left: 1.3rem; }
  .schritt,
  .schritt:nth-child(even) { width: auto; justify-self: stretch; margin-left: 3.4rem; }
  .schritt-nr,
  .schritt:nth-child(even) .schritt-nr { left: -3.4rem; right: auto; translate: 65% 0; }
  .schritt::before, .schritt:nth-child(even)::before { left: -2.1rem; right: auto; width: 2.1rem; }
}

/* ------------------------------------------------------------- Videos */
.videos-gitter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.4vw, 1.4rem);
}
.clip {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: clip;
  background: var(--ink-soft);
  border: 1px solid var(--line-hell);
  cursor: pointer;
}
.clip img, .clip video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.clip-spiel {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background: linear-gradient(to top, rgba(10, 10, 13, 0.55), transparent 55%);
  transition: opacity 0.3s;
}
.clip-spiel::after {
  content: "";
  width: 3.4rem; height: 3.4rem;
  border-radius: 50%;
  background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23101013'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center / 1.5rem no-repeat;
  transition: transform 0.35s var(--zug);
}
.clip:hover .clip-spiel::after { transform: scale(1.1); }
.clip.spielt .clip-spiel { opacity: 0; pointer-events: none; }
.clip-marke {
  position: absolute;
  left: 0.8rem; bottom: 0.7rem;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--paper);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}
@media (max-width: 56rem) {
  .videos-gitter { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ------------------------------------------------------------- Team */
.team-gitter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 2vw, 2rem);
}
.person {
  border-radius: var(--radius);
  background: #fbf9f4;
  border: 1px solid var(--line);
  overflow: clip;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  align-items: end;
  transition: transform 0.45s var(--zug), box-shadow 0.45s var(--zug);
}
.person:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(16, 16, 19, 0.12);
}
.person-bild {
  align-self: stretch;
  background: linear-gradient(180deg, #ffefc4, #fbde9b);
}
.person-bild img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.person-text { padding: clamp(1.4rem, 1rem + 1.4vw, 2.2rem); align-self: center; }
.person-text h3 { font-size: clamp(1.4rem, 1.2rem + 0.8vw, 1.8rem); }
.person-rolle {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange-tief);
  margin-top: 0.35rem;
}
.person-text p { margin-top: 0.9rem; font-size: 0.98rem; }
@media (max-width: 56rem) {
  .team-gitter { grid-template-columns: 1fr; }
  /* Karte stapeln: Foto oben, Text darunter */
  .person { grid-template-columns: 1fr; }
  .person-bild { height: clamp(240px, 60vw, 340px); }
  .person-bild img { object-position: top center; }
}

/* ------------------------------------------------------------- FAQ */
.faq { max-width: 46rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none;
  display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem;
  padding: 1.4rem 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.05rem, 1rem + 0.5vw, 1.35rem);
  letter-spacing: -0.01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1;
  color: var(--orange-tief);
  transition: rotate 0.3s var(--zug);
  flex-shrink: 0;
}
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { padding-bottom: 1.5rem; max-width: 40rem; }

/* ------------------------------------------------------------- Schluss-Kontakt */
.schluss-kontakt {
  margin-top: 2.2rem;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0.8rem 2.4rem;
  font-family: var(--font-display);
  font-size: 0.98rem;
  color: #5c4310;
}
.schluss-kontakt a { border-bottom: 1px solid rgba(16, 16, 19, 0.35); padding-bottom: 2px; transition: color 0.25s, border-color 0.25s; }
.schluss-kontakt a:hover { color: var(--ink); border-color: var(--ink); }

/* ------------------------------------------------------------- Fuß */
.fuss { border-top: 1px solid var(--line-hell); padding-block: 2.6rem; background: var(--ink-deep); color: var(--muted-hell); }
.fuss-innen {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: space-between;
  gap: 1.4rem;
}
.fuss-logo img { height: 40px; width: auto; }
.fuss-nav { display: flex; flex-wrap: wrap; gap: 1.6rem; font-size: 0.9rem; }
.fuss-nav a:hover { color: var(--paper); }
.fuss-recht { font-size: 0.82rem; }

/* ------------------------------------------------------------- Rechtsseiten */
.recht { padding-block: calc(var(--raum) * 0.8); background: var(--paper); color: var(--ink); }
.recht .spann { max-width: 46rem; }
.recht h1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.4rem); margin-bottom: 2rem; }
.recht h2 { font-size: 1.35rem; margin: 2.2rem 0 0.7rem; }
.recht h3 { font-size: 1.05rem; margin: 1.6rem 0 0.5rem; }
.recht p { margin-top: 0.7rem; color: var(--muted); }
.recht a { text-decoration: underline; text-underline-offset: 3px; color: var(--orange-tief); }

/* ------------------------------------------------------------- Website-Arbeiten */
.arbeiten-gitter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.8rem);
}
.arbeit {
  border-radius: 16px;
  overflow: clip;
  background: #fbf9f4;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(16, 16, 19, 0.08);
  transition: transform 0.45s var(--zug), box-shadow 0.45s var(--zug);
}
.arbeit:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 54px rgba(16, 16, 19, 0.16);
}
.arbeit-leiste {
  display: flex; align-items: center; gap: 5px;
  padding: 0.55rem 0.9rem;
  border-bottom: 1px solid var(--line);
}
.arbeit-leiste span {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--paper-deep);
  border: 1px solid var(--line);
}
.arbeit-leiste span:first-child { background: var(--orange); border-color: var(--orange); }
.arbeit-bild { overflow: clip; aspect-ratio: 16 / 10; }
.arbeit-bild img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.6s var(--zug);
}
.arbeit:hover .arbeit-bild img { transform: scale(1.03); }
.arbeit-text {
  display: flex; align-items: baseline; justify-content: space-between; gap: 0.8rem;
  padding: 0.85rem 1rem 0.95rem;
}
.arbeit-text strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--ink);
}
.arbeit-text small { font-size: 0.78rem; color: var(--muted); text-align: right; }
@media (max-width: 56rem) {
  .arbeiten-gitter { grid-template-columns: 1fr; }
}

/* Galerie als Teil der Websites-Sektion */
.arbeiten-anschluss { margin-top: clamp(2.6rem, 2rem + 3vw, 4.5rem); }
.arbeiten-zeile {
  max-width: 40rem;
  margin-bottom: clamp(1.6rem, 1.2rem + 1.6vw, 2.6rem);
  color: var(--muted);
}
.arbeiten-anschluss .eyebrow { margin-bottom: clamp(1.4rem, 1.1rem + 1.2vw, 2.2rem); }
.website-cta {
  margin-top: clamp(2.2rem, 1.8rem + 1.8vw, 3.4rem);
  background: var(--orange);
  color: var(--ink);
  border-radius: var(--radius);
  padding: clamp(2rem, 1.6rem + 2.4vw, 4rem);
  text-align: center;
}
.website-cta h3 {
  font-size: clamp(1.5rem, 1.2rem + 1.6vw, 2.4rem);
  letter-spacing: -0.02em;
}
.website-cta p {
  max-width: 34rem;
  margin: 0.8rem auto 0;
  color: #4a3a10;
}
.website-cta .pill { margin-top: 1.6rem; }
