/*
 * Die engere Wahl — magnet-specific layer (broad-audience Profil-Check).
 * site.css supplies chrome (.nav/.footer/.skip-link/.language-toggle),
 * tokens, .site-shell, buttons and .kicker; magnet-shared.css supplies
 * .m-dark/.m-chapter/.m-rule. This file holds the page's own components:
 * the photographic hero with the document mock, the referral scroll story
 * (ew-panel: chat → profile → list → profile rebuilt), the tool cards,
 * the editorial voices pass and the dark gate inset. Shared DE/EN.
 */

* { margin: 0; padding: 0; }

.section--light .kicker.kicker.kicker { color: #755a36 !important; }

/* ---------- Hero ---------- */

.ew-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  background: var(--builderz-green-deep, #0b2419);
  overflow: hidden;
}

.ew-hero__bg {
  position: absolute;
  inset: 0;
  background: url("../images/handwerk background new.webp") center 42% / cover no-repeat;
  opacity: 0.44;
  filter: saturate(0.68) contrast(1.04);
  transform: scale(1.04);
}

.ew-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 19, 13, 0.6) 0%, rgba(6, 19, 13, 0.42) 50%, rgba(6, 19, 13, 0.72) 100%),
    linear-gradient(180deg, rgba(6, 19, 13, 0.42) 0%, rgba(6, 19, 13, 0.95) 100%);
}

.ew-hero .site-shell {
  position: relative;
  z-index: 2;
  padding-top: clamp(140px, 18vh, 220px);
  padding-bottom: clamp(64px, 8vh, 110px);
}

.ew-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
}

.ew-hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.35rem, 6.2vw, 6.6rem);
  line-height: 0.98;
  letter-spacing: -0.015em;
  color: var(--bone);
  max-width: 15ch;
  margin: 0 0 26px;
}

.ew-hero__sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.45;
  color: rgba(244, 240, 232, 0.82);
  max-width: 46ch;
  margin: 0 0 40px;
}

.ew-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-bottom: 44px;
}

.ew-chips { display: flex; flex-wrap: wrap; gap: 10px; }

.ew-chip {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 240, 232, 0.66);
  border: 1px solid rgba(244, 240, 232, 0.22);
  padding: 8px 14px;
  white-space: nowrap;
}

/* Document mock: the guide has no rendered cover yet, so the hero shows a
   typographic cover instead of a fabricated image. */

.ew-cover {
  width: clamp(230px, 22vw, 300px);
  aspect-ratio: 595 / 842;
  justify-self: end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 2vw, 32px);
  background: linear-gradient(160deg, #10281c 0%, var(--builderz-green-deep, #0b2419) 70%);
  border: 1px solid rgba(244, 240, 232, 0.16);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.5), 0 4px 14px rgba(0, 0, 0, 0.34);
}

.ew-cover__kicker {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b59262;
}

.ew-cover__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.7rem, 2.2vw, 2.2rem);
  line-height: 1.06;
  color: var(--bone);
}

.ew-cover__foot {
  border-top: 1px solid rgba(244, 240, 232, 0.2);
  padding-top: 14px;
  font-family: var(--sans);
  font-size: 0.74rem;
  line-height: 1.5;
  color: rgba(244, 240, 232, 0.6);
}

/* ---------- Section head (canon pattern) ---------- */

.section--light {
  background: var(--bone);
  color: var(--ink-soft);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(260px, 0.45fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 72px);
}

.section-head h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.35rem, 4.2vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin-top: 18px;
  max-width: 16ch;
}

.section-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(23, 23, 20, 0.72);
  max-width: 44ch;
}

/* ---------- Scroll story: the way of a name ---------- */

.ew-scrolly {
  background: var(--bone);
  color: var(--ink-soft);
  padding: var(--space-section) 0;
}

.ew-scrolly .m-rule { margin-bottom: clamp(40px, 5vw, 72px); }

.ew-scrolly__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 110px);
  align-items: start;
}

.ew-steps { display: flex; flex-direction: column; order: 1; }

.ew-sticky { position: sticky; top: 110px; order: 2; }

.ew-step { min-height: 44vh; display: flex; align-items: center; }

.ew-step__inner {
  border-left: 2px solid rgba(168, 131, 85, 0.35);
  padding: 6px 0 6px 26px;
  opacity: 0.3;
  transform: translateY(6px);
  transition: opacity 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
}

.ew-step.is-active .ew-step__inner {
  opacity: 1;
  transform: none;
  border-left-color: var(--bronze);
}

.ew-step .kicker { margin-bottom: 10px; }

.ew-step p {
  font-size: clamp(1.05rem, 1.3vw, 1.3rem);
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
  max-width: 44ch;
}

/* The panel */

.ew-panel {
  position: relative;
  display: grid;
  background: #fdfbf7;
  border: 1px solid rgba(23, 23, 20, 0.14);
  box-shadow: 0 24px 60px rgba(10, 24, 17, 0.12);
  min-height: 460px;
  max-width: 560px;
}

/* Views stack in one grid cell: the panel is always as tall as its
   tallest view, so no state can overflow the frame. */
.ew-panel__view {
  grid-area: 1 / 1;
  min-width: 0;
  opacity: 0;
  transition: opacity 0.45s var(--ease-atelier, ease);
  pointer-events: none;
}

.ew-panel[data-state="s1"] .ew-panel__view--chat,
.ew-panel[data-state="s2"] .ew-panel__view--profil,
.ew-panel[data-state="s4"] .ew-panel__view--profil { opacity: 1; }
.ew-panel[data-state="s3"] .ew-panel__view--liste { opacity: 1; }

/* Chat view: the name travels */

.ew-panel__view--chat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 30px;
}

.ew-chat__label {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(23, 23, 20, 0.4);
  margin: 0 0 14px;
}

.ew-chat__bubble {
  border: 1px solid rgba(23, 23, 20, 0.1);
  padding: 16px 18px;
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(23, 23, 20, 0.75);
  max-width: 86%;
}

.ew-chat__bubble--frage { align-self: flex-start; background: #efe9dc; }

.ew-chat__bubble--antwort {
  align-self: flex-end;
  background: rgba(46, 92, 70, 0.1);
  margin-top: 12px;
}

.ew-chat__bubble--antwort strong { font-weight: 600; color: var(--ink-soft); }

.ew-chat__note {
  margin-top: 22px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(23, 23, 20, 0.55);
}

/* Profile view (weak in s2, rebuilt in s4) */

.ew-panel__banner {
  height: 88px;
  background: linear-gradient(120deg, var(--builderz-green) 0%, var(--builderz-green-deep, #0b2419) 100%);
}

.ew-panel__avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #d8d2c4;
  border: 4px solid #fdfbf7;
  margin: -46px 0 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 1.5rem;
  color: rgba(23, 23, 20, 0.55);
}

.ew-panel__body { padding: 14px 28px 26px; }

.ew-panel__name {
  font-family: var(--serif);
  font-size: 1.35rem;
  margin: 0 0 6px;
  color: var(--ink-soft);
}

.ew-headline {
  font-family: var(--sans);
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(23, 23, 20, 0.78);
  margin: 0 0 14px;
  display: none;
}

.ew-panel[data-state="s2"] .ew-headline--schwach { display: block; }
.ew-panel[data-state="s4"] .ew-headline--stark { display: block; }

.ew-headline--schwach mark {
  background: transparent;
  color: inherit;
  box-shadow: inset 0 -2px 0 0 rgba(147, 64, 47, 0.75);
}

.ew-headline--stark mark {
  background: transparent;
  color: inherit;
  box-shadow: inset 0 -2px 0 0 rgba(46, 92, 70, 0.7);
}

.ew-panel__meta {
  font-family: var(--sans);
  font-size: 0.8rem;
  color: rgba(23, 23, 20, 0.45);
  margin: 0;
  display: none;
}

.ew-panel[data-state="s2"] .ew-panel__meta--schwach { display: block; }
.ew-panel[data-state="s4"] .ew-panel__meta--stark { display: block; }

.ew-panel__skeleton { display: none; margin-top: 26px; }
.ew-panel[data-state="s2"] .ew-panel__skeleton { display: block; }

.ew-panel__skeleton span {
  display: block;
  height: 10px;
  margin-bottom: 12px;
  background: rgba(23, 23, 20, 0.08);
}

.ew-panel__skeleton span:nth-child(1) { width: 82%; }
.ew-panel__skeleton span:nth-child(2) { width: 64%; }
.ew-panel__skeleton span:nth-child(3) { width: 40%; }

.ew-panel__skeleton-note {
  margin-top: 18px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(23, 23, 20, 0.5);
}

.ew-verdicts { display: none; margin: 16px 0 0; padding: 0; list-style: none; }
.ew-panel[data-state="s4"] .ew-verdicts { display: block; }

.ew-verdicts li {
  position: relative;
  font-family: var(--sans);
  font-size: 0.86rem;
  color: rgba(23, 23, 20, 0.7);
  padding: 6px 0 6px 26px;
}

.ew-verdicts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #2e5c46;
  border-bottom: 2px solid #2e5c46;
  transform: rotate(-45deg);
}

/* List view: Monday's calls */

.ew-panel__view--liste {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 30px;
}

.ew-liste__label {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(23, 23, 20, 0.4);
  margin: 0 0 14px;
}

.ew-liste__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 2px;
  border-top: 1px solid rgba(23, 23, 20, 0.12);
  font-family: var(--sans);
  font-size: 0.95rem;
  color: rgba(23, 23, 20, 0.78);
}

.ew-liste__row:last-of-type { border-bottom: 1px solid rgba(23, 23, 20, 0.12); }

.ew-liste__row span:last-child { color: rgba(23, 23, 20, 0.45); }

.ew-liste__row--raus {
  color: rgba(23, 23, 20, 0.35);
  text-decoration: line-through;
  text-decoration-color: rgba(147, 64, 47, 0.7);
}

.ew-liste__row--raus span:last-child {
  text-decoration: none;
  color: #93402f;
  font-size: 0.82rem;
}

.ew-liste__note {
  margin-top: 22px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(23, 23, 20, 0.55);
}

/* ---------- Photo chapter band ---------- */

.ew-band {
  position: relative;
  min-height: clamp(560px, 72vw, 860px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(244, 240, 232, 0.1);
  border-bottom: 1px solid rgba(244, 240, 232, 0.1);
}

.ew-band__bg {
  position: absolute;
  inset: 0;
  background: url("../images/builderz-world-room.webp") center 35% / cover no-repeat;
  filter: saturate(0.64) contrast(1.05) brightness(0.8);
  transform: scale(1.02);
}

.ew-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 17, 12, 0.9) 0%, rgba(6, 17, 12, 0.62) 52%, rgba(6, 17, 12, 0.84) 100%),
    linear-gradient(180deg, rgba(6, 17, 12, 0.24) 0%, rgba(6, 17, 12, 0.8) 100%);
}

.ew-band .site-shell { position: relative; z-index: 2; }

.ew-band .kicker { display: block; margin-bottom: 18px; }

.ew-band blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 6.2vw, 6.4rem);
  line-height: 1.02;
  color: var(--bone);
  max-width: 18ch;
}

/* ---------- Solution: guide + counter-reader ---------- */

.ew-solution {
  background: var(--bone);
  color: var(--ink-soft);
  padding: var(--space-section) 0;
}

.ew-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
  margin: clamp(36px, 5vw, 64px) 0 0;
}

.ew-tool {
  background: #fdfbf7;
  border: 1px solid rgba(23, 23, 20, 0.14);
  display: flex;
  flex-direction: column;
}

.ew-tool__media {
  position: relative;
  background: var(--builderz-green-deep, #0b2419);
  height: 380px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ew-tool__media .ew-cover {
  width: auto;
  height: 82%;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  transform: rotate(-2deg);
}

.ew-chat-demo {
  width: 84%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px 0;
}

.ew-chat-demo__msg {
  font-family: var(--sans);
  font-size: 0.82rem;
  line-height: 1.55;
  padding: 12px 15px;
  max-width: 92%;
}

.ew-chat-demo__msg--user {
  align-self: flex-end;
  background: rgba(244, 240, 232, 0.12);
  color: rgba(244, 240, 232, 0.75);
  border: 1px solid rgba(244, 240, 232, 0.18);
}

.ew-chat-demo__msg--gpt {
  align-self: flex-start;
  background: var(--bone);
  color: rgba(23, 23, 20, 0.82);
}

.ew-chat-demo__msg--gpt strong { font-weight: 600; color: var(--ink-soft); }

.ew-tool__body {
  padding: 26px 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ew-tool__body h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0;
  color: var(--ink-soft);
}

.ew-tool__body p {
  font-family: var(--sans);
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(23, 23, 20, 0.66);
  margin: 0;
}

.ew-tool__tag {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze);
}

.ew-checkrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(30px, 4vw, 48px);
}

.ew-checkrow .ew-chip {
  color: rgba(23, 23, 20, 0.6);
  border-color: rgba(23, 23, 20, 0.18);
}

.ew-checkrow__note {
  width: 100%;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: rgba(23, 23, 20, 0.5);
  margin: 6px 0 0;
}

.ew-trust {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(40px, 5vw, 64px);
  padding-top: 28px;
  border-top: 1px solid rgba(23, 23, 20, 0.14);
}

.ew-trust img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.ew-trust p {
  font-family: var(--sans);
  font-size: 0.95rem;
  color: rgba(23, 23, 20, 0.62);
  margin: 0;
}

.ew-trust a { color: var(--ink-soft); }

/* ---------- Voices: dark editorial pass ---------- */

.engere-wahl-page .case-voices.m-dark { border-bottom: 0; }

.engere-wahl-page .case-voices__grid {
  gap: 0;
  border-top: 1px solid var(--atelier-line);
}

.engere-wahl-page .voice-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: clamp(30px, 3.4vw, 48px) clamp(22px, 2.6vw, 40px) 0;
}

.engere-wahl-page .voice-card:first-child { padding-left: 0; }

.engere-wahl-page .voice-card + .voice-card { border-left: 1px solid var(--atelier-line); }

.engere-wahl-page .voice-card__quote {
  font-size: clamp(1.3rem, 1.8vw, 1.85rem);
  line-height: 1.28;
}

.engere-wahl-page .voice-card__metric {
  border-top: 0;
  padding-top: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 240, 232, 0.58);
}

.engere-wahl-page .voice-card__metric strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 3.6vw, 4rem);
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: var(--bone);
}

.engere-wahl-page .voice-card__link {
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b59262;
  padding-bottom: 12px;
}

/* ---------- Gate: dark inset on bone ---------- */

.engere-wahl-page .gate { padding-bottom: clamp(96px, 12vw, 176px); }

.gate__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(300px, 0.45fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.gate__intro h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.35rem, 4.2vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin-top: 18px;
  max-width: 14ch;
}

.gate__promise {
  margin-top: 26px;
  max-width: 52ch;
  font-size: 1.05rem;
  line-height: 1.7;
}

.gate__form { display: grid; gap: 20px; padding: clamp(26px, 3.4vw, 40px); }

.gate__field { display: grid; gap: 8px; }

.gate__field > span {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gate__field input {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: var(--bone);
  font: inherit;
}

.gate__consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

.gate__consent input {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  accent-color: var(--bronze);
}

.gate__consent span {
  font-family: "Tiempos Text", Georgia, serif;
  font-size: 0.88rem;
  line-height: 1.55;
}

.gate__status {
  min-height: 1.2em;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gate__form .button { justify-self: start; }

.gate__confirm h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.1rem, 3.6vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-top: 18px;
  max-width: 20ch;
}

.gate__confirm-body {
  margin-top: 26px;
  max-width: 64ch;
  font-size: 1.05rem;
  line-height: 1.7;
}

.gate__confirm:focus,
.gate__confirm:focus-visible { outline: none; }

.gate__noscript { margin: 0; font-size: 0.88rem; opacity: 0.65; }

.engere-wahl-page .gate__grid,
.engere-wahl-page .gate__confirm {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 0%, rgba(168, 131, 85, 0.12), transparent 26rem),
    linear-gradient(180deg, var(--builderz-green-deep, #0b2419), #081b12);
  border: 1px solid var(--atelier-line);
  color: var(--paper);
  padding: clamp(36px, 5.4vw, 88px);
}

.engere-wahl-page .gate__intro h2,
.engere-wahl-page .gate__confirm h2 { color: var(--bone); }

.engere-wahl-page .gate__promise,
.engere-wahl-page .gate__confirm-body { color: rgba(244, 240, 232, 0.72); }

.engere-wahl-page .gate__confirm-body a { color: var(--bone); }

.engere-wahl-page .gate__field > span { color: rgba(244, 240, 232, 0.6); }

.engere-wahl-page .gate__field input {
  border: 1px solid var(--atelier-line-strong);
  background: rgba(244, 240, 232, 0.05);
}

.engere-wahl-page .gate__field input:focus-visible {
  outline: 2px solid #b59262;
  border-color: #b59262;
}

.engere-wahl-page .gate__consent span { color: rgba(244, 240, 232, 0.62); }

.engere-wahl-page .gate__consent a { color: rgba(244, 240, 232, 0.85); }

.engere-wahl-page .gate__status { color: var(--warn); }

.engere-wahl-page .gate__form {
  border: 1px solid var(--atelier-line);
  background: rgba(244, 240, 232, 0.03);
}

.engere-wahl-page .gate .button--dark {
  background: var(--bone);
  border-color: var(--bone);
  color: var(--forest-atelier);
}

.engere-wahl-page .gate .button--dark::before { background: var(--ink-soft); }

.engere-wahl-page .gate .button--dark:hover { color: var(--bone); }

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .section-head { grid-template-columns: 1fr; align-items: start; }
  .gate__grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .ew-hero { min-height: 78vh; }
  .ew-hero .site-shell { padding-top: 96px; padding-bottom: 64px; }
  .ew-hero__grid { grid-template-columns: 1fr; }
  .ew-cover { display: none; }
  .ew-tool__media .ew-cover { display: flex; }
  .ew-scrolly__grid { grid-template-columns: 1fr; }
  .ew-sticky { position: sticky; top: 70px; z-index: 3; order: 1; }
  .ew-steps { order: 2; }
  .ew-panel { min-height: 320px; margin: 0 auto; }
  .ew-panel__banner { height: 56px; }
  .ew-panel__avatar { width: 64px; height: 64px; margin: -34px 0 0 22px; font-size: 1.15rem; }
  .ew-panel__body { padding: 10px 22px 20px; }
  .ew-panel__name { font-size: 1.15rem; }
  .ew-headline { font-size: 0.88rem; }
  .ew-panel__skeleton { margin-top: 18px; }
  .ew-verdicts li { font-size: 0.8rem; padding: 4px 0 4px 24px; }
  .ew-panel__view--chat,
  .ew-panel__view--liste { padding: 26px 22px; }
  .ew-step { min-height: 52vh; }
  .ew-step p { max-width: none; }
  .ew-tools { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .ew-hero h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
    hyphens: auto;
    -webkit-hyphens: auto;
  }

  .ew-hero__actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .section-head h2,
  .gate__intro h2 {
    font-size: clamp(2rem, 8.5vw, 2.35rem);
    hyphens: auto;
    -webkit-hyphens: auto;
  }

  .gate__confirm h2 {
    font-size: clamp(1.8rem, 7.5vw, 2.1rem);
    hyphens: auto;
    -webkit-hyphens: auto;
  }

  .ew-step { min-height: 40vh; }

  .ew-band blockquote { font-size: clamp(2rem, 10vw, 2.9rem); }

  .engere-wahl-page .case-voices__grid {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .engere-wahl-page .voice-card {
    padding: clamp(28px, 5vw, 40px) 0;
    border-top: 1px solid var(--atelier-line);
  }

  .engere-wahl-page .voice-card + .voice-card { border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ew-panel__view,
  .ew-step__inner { transition: none; }
}
