:root {
  --brown: #382e2d;
  --burgundy: #904a49;
  --wine: #3b080b;
  --ink: #231919;
  --muted: rgba(35, 25, 25, 0.72);
  --paper: #fff8f7;
  --blush: #ffdad8;
  --cream: #ffdeab;
  --pale: #ffedeb;
  --line: rgba(35, 25, 25, 0.16);
  --heading: "Cormorant", Georgia, serif;
  --body: "IBM Plex Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

body::selection {
  background: rgba(144, 74, 73, 0.18);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--paper);
  box-shadow: 0 1px 0 rgba(35, 25, 25, 0.08);
}

.contact-bar {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 7px clamp(18px, 5vw, 50px);
  background: var(--burgundy);
  color: white;
  font-size: 14px;
}

.contact-bar a {
  text-decoration: none;
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 82px;
  padding: 0 clamp(18px, 5vw, 50px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brown);
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.brand i {
  width: 13px;
  height: 13px;
  margin-top: 13px;
  background: var(--burgundy);
  box-shadow: 9px 9px 0 var(--brown);
}

.nav-links {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: var(--body);
  font-size: 15px;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nav-cta,
.button-primary,
.button-dark {
  background: var(--brown);
  color: var(--pale);
}

.button-light {
  background: transparent;
  border-color: rgba(255, 237, 235, 0.8);
  color: var(--pale);
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.button-primary:hover,
.button-dark:hover,
.nav-cta:hover {
  background: var(--wine);
}

.button-light:hover {
  background: var(--pale);
  color: var(--brown);
}

.hero {
  padding: clamp(80px, 10vw, 130px) clamp(22px, 6vw, 64px);
  background: var(--brown);
  color: var(--pale);
  text-align: center;
}

.hero .eyebrow {
  color: rgba(255, 237, 235, 0.6);
}

.hero h1 {
  max-width: 820px;
  margin: 0 auto;
}

.hero .button {
  margin-top: 30px;
}

.hero-meta {
  margin: 14px auto 0;
  color: rgba(255, 237, 235, 0.48);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.eyebrow {
  margin: 0 0 14px;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--heading);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  max-width: 850px;
  margin: 0 auto;
  font-size: clamp(37px, 4.2vw, 50px);
}

h2 {
  font-size: clamp(32px, 4vw, 52px);
}

h3 {
  font-size: 25px;
}

.hero-copy {
  max-width: 580px;
  margin: 18px auto 0;
  color: rgba(255, 237, 235, 0.72);
  font-size: clamp(17px, 2vw, 19px);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1040px, calc(100% - 36px));
  margin: 34px auto 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.36);
}

.proof-strip span {
  display: grid;
  place-items: center;
  min-height: 64px;
  padding: 14px 18px;
  color: var(--wine);
  font-weight: 600;
  text-align: center;
  border-right: 1px solid var(--line);
}

.proof-strip span:last-child {
  border-right: 0;
}

.section-cta {
  padding: clamp(28px, 4vw, 42px) clamp(22px, 6vw, 64px);
  text-align: center;
}

.trust-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line);
}

.trust-strip span {
  padding: 14px 28px;
  color: var(--muted);
  font-size: 13px;
  border-right: 1px solid var(--line);
}

.trust-strip span:last-child {
  border-right: 0;
}

.result-snapshot {
  width: min(860px, calc(100% - 36px));
  margin: clamp(52px, 6vw, 76px) auto;
  text-align: center;
}

.result-snapshot .eyebrow {
  color: var(--burgundy);
}

.result-snapshot h2 {
  max-width: 720px;
  margin: 0 auto;
}

.snapshot-body {
  max-width: 640px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 18px;
}

.snapshot-type-preview {
  width: min(860px, 100%);
  margin: 32px auto 0;
  filter: blur(2.5px);
  opacity: 0.72;
  pointer-events: none;
  user-select: none;
}

.snapshot-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 38px auto 0;
  background: var(--line);
  border: 1px solid var(--line);
  text-align: left;
}

.snapshot-item {
  padding: 24px;
  background: var(--paper);
}

.snapshot-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--wine);
  font-weight: 600;
}

.snapshot-item span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.section {
  padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 64px);
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading .eyebrow {
  color: var(--burgundy);
}

.symptom-list {
  width: min(1040px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.symptom {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) 1.4fr;
  gap: 34px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.symptom h3 {
  color: var(--wine);
}

.symptom p,
.outcome-card p,
.step p,
.about-copy p,
.assessment-teaser p {
  margin: 0;
  color: var(--muted);
}

.inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1040px, 100%);
  margin: 44px auto 0;
  padding: 28px 32px;
  background: rgba(56, 46, 45, 0.06);
}

.inline-cta p {
  max-width: 720px;
  margin: 0;
}

.process {
  background: var(--paper);
  padding-top: clamp(58px, 7vw, 86px);
  padding-bottom: clamp(26px, 4vw, 42px);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1180px, 100%);
  margin: 0 auto;
  background: rgba(59, 8, 11, 0.18);
}

.fit-grid article {
  min-height: 285px;
  padding: 34px;
  background: var(--paper);
}

.fit-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--burgundy);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.fit-grid h3 {
  margin-bottom: 14px;
  color: var(--wine);
}

.fit-grid p {
  margin: 0;
  color: var(--muted);
}

.how-it-works {
  padding: clamp(64px, 8vw, 98px) clamp(18px, 5vw, 64px);
  background: var(--brown);
  color: var(--pale);
  text-align: center;
}

.how-it-works .eyebrow {
  color: rgba(255, 237, 235, 0.65);
}

.how-it-works h2 {
  max-width: 620px;
  margin: 0 auto;
}

.how-it-works ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(860px, 100%);
  margin: 38px auto 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 237, 235, 0.18);
}

.how-it-works li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 22px;
  background: rgba(255, 248, 247, 0.07);
  text-align: left;
}

.how-it-works strong {
  color: var(--pale);
  font-weight: 600;
}

.how-it-works span {
  color: rgba(255, 237, 235, 0.76);
}

.outcome {
  background: var(--brown);
  color: var(--pale);
}

.outcome .section-heading .eyebrow {
  color: rgba(255, 237, 235, 0.65);
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1180px, 100%);
  margin: 0 auto;
  background: rgba(255, 237, 235, 0.16);
}

.outcome-card {
  min-height: 330px;
  padding: 34px;
  background: rgba(255, 248, 247, 0.07);
}

.outcome-card span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--pale);
  font-weight: 600;
}

.outcome-card h3 {
  margin-bottom: 16px;
}

.outcome-card p {
  color: rgba(255, 237, 235, 0.76);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1180px, 100%);
  margin: 0 auto;
  background: rgba(59, 8, 11, 0.18);
}

.step {
  min-height: 360px;
  padding: 34px;
  background: var(--paper);
}

.step span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border: 1px solid var(--burgundy);
  color: var(--burgundy);
  font-family: var(--heading);
  font-size: 24px;
}

.step h3 {
  margin-bottom: 16px;
}

.about {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(38px, 6vw, 86px);
  align-items: start;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.about-portrait {
  min-height: 480px;
  background:
    linear-gradient(180deg, rgba(56, 46, 45, 0) 48%, rgba(56, 46, 45, 0.2)),
    url("https://www.karlhoff.de/cdn/shop/files/karlhoff-contact-us-michel.jpg?v=1729860125&width=1200") center / cover;
  filter: grayscale(100%);
}

.about-copy .eyebrow {
  color: var(--burgundy);
}

.about-copy > p {
  margin-top: 22px;
  font-size: 18px;
}

.cases {
  margin: 34px 0;
  border-top: 1px solid var(--line);
}

.cases article {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.cases strong {
  display: block;
  margin-bottom: 8px;
  color: var(--wine);
  font-weight: 600;
}

.company-note {
  margin-bottom: 28px !important;
  color: var(--ink) !important;
  font-weight: 500;
}

.assessment-teaser {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 96px;
  padding: clamp(30px, 5vw, 56px);
  background: rgba(56, 46, 45, 0.06);
}

.hero-social-proof {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 22px;
}

.hero-social-proof .spb-label {
  color: rgba(255, 237, 235, 0.52);
}

.hero-social-proof .spb-avatar {
  border-color: rgba(255, 237, 235, 0.25);
}

.spb-avatars {
  display: flex;
}

.spb-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(100%);
  border: 2px solid var(--paper);
  margin-left: -12px;
}

.spb-avatar:first-child {
  margin-left: 0;
}

.spb-label {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.cta-quote {
  margin: 40px auto 0;
  padding: 32px;
  border: 0;
  max-width: 500px;
  text-align: center;
  background: var(--pale);
}

.cta-quote--light {
  background: rgba(255, 237, 235, 0.07);
  border: 1px solid rgba(255, 237, 235, 0.14);
}

.cta-quote p {
  margin: 0 0 10px;
  font-family: var(--heading);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  color: var(--wine);
  line-height: 1.4;
}

.cta-quote footer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cta-quote footer span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0;
  text-align: left;
}

.cq-avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(100%);
}

.cta-quote--light p {
  color: rgba(255, 237, 235, 0.92);
}

.cta-quote--light footer span {
  color: rgba(255, 237, 235, 0.55);
}

.assessment-entry {
  width: 100%;
  margin: 0;
  padding: clamp(62px, 8vw, 92px) clamp(22px, 6vw, 64px);
  background: var(--brown);
  color: var(--pale);
  scroll-margin-top: 140px;
}

.assessment-intro {
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: center;
}

.assessment-intro .eyebrow {
  color: rgba(255, 237, 235, 0.65);
}

.assessment-intro p:not(.eyebrow) {
  max-width: 680px;
  margin: 16px auto 0;
  color: rgba(255, 237, 235, 0.78);
}

.assessment-intro .button {
  margin-top: 24px;
}

.assessment-trust {
  margin: 14px auto 0;
  max-width: 480px;
  color: rgba(255, 237, 235, 0.56) !important;
  font-size: 13px;
  text-align: center;
}

body.assessment-open {
  overflow: hidden;
}

.assessment-modal {
  width: min(1180px, calc(100vw - 36px));
  max-width: none;
  height: min(820px, calc(100vh - 36px));
  max-height: none;
  padding: 0;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 100px rgba(35, 25, 25, 0.38);
}

.assessment-modal::backdrop {
  background: rgba(35, 25, 25, 0.72);
}

.modal-shell {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 0 clamp(20px, 4vw, 42px);
  border-bottom: 1px solid var(--line);
}

.modal-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(35, 25, 25, 0.18);
  background: transparent;
  color: var(--brown);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover {
  border-color: var(--burgundy);
  color: var(--burgundy);
}

.assessment-progress {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px clamp(20px, 4vw, 42px);
  border-bottom: 1px solid var(--line);
  color: var(--burgundy);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.assessment-progress div {
  height: 1px;
  background: rgba(35, 25, 25, 0.14);
}

.assessment-progress i {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--burgundy);
  transition: width 220ms ease;
}

.quiz-form,
.result-view {
  scroll-margin-top: 140px;
}

.quiz-form {
  display: grid;
  align-items: center;
  min-height: 560px;
  padding: clamp(30px, 5vw, 64px) clamp(20px, 6vw, 88px);
}

.result-view {
  padding: clamp(28px, 5vw, 54px);
}

[hidden] {
  display: none !important;
}

.is-result .quiz-form,
.is-result .assessment-progress {
  display: none !important;
}

.quiz-step {
  display: none;
}

.quiz-step.is-active {
  display: block;
}

.quiz-step > .eyebrow {
  color: var(--burgundy);
}

.quiz-step h2,
.result-hero h3 {
  max-width: 820px;
  font-size: clamp(34px, 4vw, 56px);
}

.question-note {
  max-width: 760px;
  margin: 14px 0 30px;
  color: var(--muted);
}

.option-stack {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin-top: 28px;
}

.option-stack.compact {
  gap: 10px;
}

.option-group-label {
  margin: 10px 0 4px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--burgundy);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.option-stack .option-group-label:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.choice {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.compact .choice {
  padding: 15px 18px;
}

.choice:hover,
.choice.is-selected {
  border-color: var(--burgundy);
  background: rgba(144, 74, 73, 0.08);
}

.choice input {
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--burgundy);
  cursor: pointer;
}

.choice strong {
  display: block;
  color: var(--ink);
  font-weight: 500;
}

.choice:has(em) {
  align-items: start;
}

.choice:has(em) input {
  margin-top: 3px;
}

.choice em {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-style: normal;
}

.quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button-ghost {
  background: transparent;
  border-color: rgba(35, 25, 25, 0.28);
  color: var(--brown);
}

.button-ghost:hover {
  border-color: var(--brown);
  background: rgba(56, 46, 45, 0.06);
}

.button-text {
  min-height: 47px;
  padding-inline: 8px;
  background: transparent;
  color: var(--burgundy);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.button-text:hover {
  transform: none;
  color: var(--wine);
}

.form-error {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--wine);
  font-size: 14px;
  font-weight: 500;
}

textarea,
input {
  width: 100%;
  border: 1px solid rgba(35, 25, 25, 0.24);
  border-radius: 0;
  background: white;
  color: var(--ink);
  font: inherit;
  letter-spacing: 0;
}

textarea {
  min-height: 150px;
  padding: 16px;
  resize: vertical;
  max-width: 860px;
}

.field-trust {
  max-width: 860px;
  margin: 9px 0 0;
  color: rgba(35, 25, 25, 0.54);
  font-size: 13px;
  line-height: 1.5;
}

.writing-meter {
  max-width: 860px;
  margin: 12px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(56, 46, 45, 0.12);
  background: rgba(255, 248, 247, 0.58);
}

.writing-meter-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 9px;
}

.writing-meter-top span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
}

.writing-meter-top small {
  color: rgba(35, 25, 25, 0.46);
  font-size: 12px;
}

.writing-meter-top b {
  font-weight: 650;
}

.writing-meter-track {
  overflow: hidden;
  height: 5px;
  background: rgba(35, 25, 25, 0.1);
}

.writing-meter-track i {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--burgundy);
  transition: width 220ms ease;
}

.writing-meter p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

input {
  min-height: 48px;
  margin-top: 7px;
  padding: 0 14px;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  margin-bottom: 12px;
  color: var(--wine);
  font-family: var(--heading);
  font-size: 25px;
  line-height: 1.15;
}

.context-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.wide-field,
.role-field,
.consent-field {
  grid-column: 1 / -1;
}

.contact-grid label {
  color: var(--wine);
  font-weight: 500;
}

.contact-grid label span {
  color: var(--muted);
  font-weight: 400;
}

.consent-field {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted) !important;
  font-weight: 400 !important;
}

.consent-field input {
  min-height: 18px;
  margin: 5px 0 0;
  accent-color: var(--burgundy);
}

.result-hero {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}

.result-hero .eyebrow {
  color: var(--burgundy);
}

.result-summary {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.result-executive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(860px, 100%);
  margin: 0 auto 26px;
  background: rgba(144, 74, 73, 0.2);
}

.result-executive article {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px 20px;
  background: rgba(255, 248, 247, 0.78);
}

.result-executive small {
  display: block;
  color: var(--burgundy);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.result-executive strong {
  display: block;
  color: var(--wine);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.result-executive p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  width: min(860px, 100%);
  margin: 0 auto 28px;
  background: var(--line);
  border: 1px solid var(--line);
}

.result-category {
  padding: 22px 24px;
  background: var(--paper);
}

.category-label {
  display: block;
  margin-bottom: 10px;
  color: var(--burgundy);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.category-lead {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.category-lead + .category-body {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(35, 25, 25, 0.1);
}

.category-body {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.result-category .result-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.result-category .result-list li {
  position: relative;
  padding: 9px 0 9px 20px;
  border-bottom: 1px solid rgba(35, 25, 25, 0.08);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.result-category .result-list li:first-child {
  padding-top: 0;
}

.result-category .result-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.result-category .result-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 9px;
  color: var(--burgundy);
  font-weight: 600;
  font-size: 13px;
}

.result-category .result-list li:first-child::before {
  top: 0;
}

.result-category .result-list .list-priority {
  color: var(--ink);
  font-weight: 500;
}

.result-category .result-list .list-priority::before {
  content: "↑";
  color: var(--burgundy);
}

.result-category .result-list .list-secondary {
  color: rgba(35, 25, 25, 0.4);
}

.result-category .result-list .list-secondary::before {
  color: rgba(35, 25, 25, 0.25);
}

.result-video-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(860px, 100%);
  margin: 0 auto 28px;
  padding: clamp(22px, 3vw, 30px) clamp(22px, 3vw, 32px);
  background: var(--brown);
  color: var(--pale);
}

.result-video-cta .eyebrow {
  color: rgba(255, 237, 235, 0.62);
  margin-bottom: 8px;
}

.result-video-cta p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 237, 235, 0.78);
  font-size: 15px;
}

.result-matrix {
  width: min(860px, 100%);
  margin: 0 auto 28px;
}

.result-matrix .eyebrow {
  text-align: center;
  color: var(--burgundy);
  margin-bottom: 14px;
}


.result-full-block {
  width: min(860px, 100%);
  margin: 0 auto 28px;
  border: 1px solid var(--line);
}

.result-full-block .result-category {
  padding: 26px 28px;
}

.result-full-block--risk .result-category {
  background: rgba(59, 8, 11, 0.03);
}

.result-full-block--risk .category-label {
  color: var(--wine);
}

.result-recommendation {
  width: min(860px, 100%);
  margin: 0 auto 28px;
}

.result-recommendation > .eyebrow {
  color: var(--burgundy);
  margin-bottom: 14px;
}

.result-recommendation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.result-recommendation-grid .result-category {
  background: var(--paper);
}


.result-block {
  padding: 28px 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--line);
}

.result-block h4 {
  margin: 0 0 12px;
  color: var(--wine);
  font-family: var(--heading);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.15;
}

.result-block p {
  margin: 0 0 14px;
  color: var(--muted);
}

.result-block p:last-child {
  margin-bottom: 0;
}

.result-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.result-list li {
  margin-bottom: 10px;
}

.sub-question {
  margin: 28px 0 12px;
  color: var(--wine);
  font-family: var(--heading);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
}

.sub-question:first-of-type {
  margin-top: 24px;
}

.result-footer-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(820px, 100%);
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.result-footer-note p {
  margin: 0;
  color: var(--muted);
}

.developer-note {
  width: min(820px, 100%);
  margin: 0 auto 22px;
  border: 1px dashed rgba(144, 74, 73, 0.34);
  background: rgba(56, 46, 45, 0.05);
  color: var(--muted);
  font-size: 13px;
}

.developer-note summary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  color: var(--wine);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  list-style: none;
}

.developer-note summary::-webkit-details-marker {
  display: none;
}

.developer-note[open] summary {
  border-bottom: 1px dashed rgba(144, 74, 73, 0.24);
}

.developer-note-body {
  padding: 18px;
}

.briefing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.briefing-grid article {
  padding: 16px;
  border: 1px solid rgba(144, 74, 73, 0.16);
  background: rgba(255, 248, 247, 0.72);
}

.briefing-grid .briefing-wide {
  grid-column: 1 / -1;
}

.briefing-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--burgundy);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.briefing-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--wine);
  font-size: 15px;
  line-height: 1.35;
}

.briefing-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.58;
}

.developer-note-body ul {
  margin: 0;
  padding-left: 18px;
}

.developer-note-body li {
  margin-bottom: 6px;
}

.notbremse {
  width: min(820px, 100%);
  padding: 24px;
  margin: 0 auto 28px;
  background: rgba(56, 46, 45, 0.06);
}

.notbremse .eyebrow {
  color: var(--wine);
}

.notbremse h3 {
  margin-bottom: 12px;
}

.notbremse p {
  margin: 0 0 22px;
  color: var(--muted);
}

.result-actions {
  margin-top: 28px;
}

.result-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(860px, 100%);
  margin: 0 auto 28px;
  padding: 16px 0;
  border-top: 1px solid rgba(35, 25, 25, 0.12);
  border-bottom: 1px solid rgba(35, 25, 25, 0.12);
}

.result-tools p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.assessment-teaser .eyebrow {
  color: var(--wine);
}

.assessment-teaser h2 {
  margin-bottom: 14px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 34px clamp(18px, 5vw, 50px);
  background: var(--brown);
  color: rgba(255, 237, 235, 0.72);
  border-top: 1px solid rgba(255, 237, 235, 0.12);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 18px;
}

dialog:not(.assessment-modal) {
  width: min(520px, calc(100% - 36px));
  padding: 36px;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 24px 80px rgba(35, 25, 25, 0.28);
}

dialog:not(.assessment-modal)::backdrop {
  background: rgba(35, 25, 25, 0.62);
}

dialog:not(.assessment-modal) .eyebrow {
  color: var(--burgundy);
}

dialog:not(.assessment-modal) p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
}

.dialog-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--brown);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--burgundy);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .symptom,
  .about,
  .assessment-teaser,
  .outcome-grid,
  .fit-grid,
  .context-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .snapshot-items,
  .how-it-works ol {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .outcome-card {
    min-height: 0;
  }

  .fit-grid article {
    min-height: 0;
  }

  .step {
    min-height: 0;
  }

  .about-portrait {
    min-height: 400px;
  }

}

@media (max-width: 620px) {
  body {
    font-size: 15px;
    line-height: 1.68;
  }

  .contact-bar {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 10px;
    text-align: center;
  }

  .nav-shell {
    min-height: 72px;
    gap: 16px;
  }

  .brand {
    font-size: 15px;
  }

  .nav-cta {
    display: none;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .proof-strip span {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip span:last-child {
    border-bottom: 0;
  }

  .result-snapshot {
    margin: 50px auto;
  }

  h1 {
    font-size: 33px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 23px;
  }

  .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .symptom {
    gap: 10px;
    padding: 24px 0;
  }

  .inline-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 24px;
  }

  .button {
    width: 100%;
  }

  .step {
    padding: 28px 24px;
  }

  .fit-grid article,
  .outcome-card {
    padding: 28px 24px;
  }

  .how-it-works {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .trust-strip {
    flex-direction: column;
  }

  .trust-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    text-align: center;
  }

  .trust-strip span:last-child {
    border-bottom: 0;
  }

  .about {
    width: min(100% - 30px, 560px);
  }

  .about-portrait {
    min-height: 360px;
  }

  .assessment-teaser {
    margin-bottom: 62px;
  }

  .assessment-entry {
    width: 100%;
    margin-bottom: 0;
    padding: 62px 18px;
    scroll-margin-top: 110px;
  }

  .assessment-progress {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 18px;
  }

  .quiz-form,
  .result-view {
    padding: 28px 20px;
  }

  .quiz-step h2,
  .result-hero h3 {
    font-size: 32px;
  }

  .result-executive {
    grid-template-columns: 1fr;
  }

  .result-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .choice {
    padding: 15px 14px;
  }

  .quiz-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button-text {
    width: auto;
    align-self: center;
  }

  legend {
    font-size: 22px;
  }

  .chart-center {
    padding: 10px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .result-block h4 {
    font-size: 26px;
  }

  .notbremse {
    padding: 22px;
  }

  .site-footer {
    flex-direction: column;
  }

  .assessment-modal {
    width: 100vw;
    height: 100vh;
    max-height: none;
  }

  .modal-header {
    min-height: 66px;
    padding-inline: 18px;
  }

  .modal-close {
    width: 42px;
    min-height: 42px;
  }

  .quiz-form,
  .result-view {
    min-height: calc(100vh - 126px);
    padding: 28px 20px;
  }

  .result-footer-note {
    align-items: stretch;
    flex-direction: column;
  }

  .result-grid,
  .result-recommendation-grid {
    grid-template-columns: 1fr;
  }

  .result-video-cta {
    flex-direction: column;
    align-items: stretch;
  }
}

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

/* ── Hero 2/3 | 1/3 portrait layout ───────────── */

.hero {
  padding: 0;
  text-align: left;
  overflow: hidden;
  background: var(--brown);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(260px, 0.58fr);
  align-items: center;
  min-height: clamp(420px, 48vw, 620px);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(60px, 8vw, 100px) clamp(42px, 7vw, 112px) clamp(60px, 8vw, 100px) clamp(36px, 7vw, 88px);
}

.hero h1 {
  margin: 0;
  max-width: 780px;
  text-align: left;
}

.hero-copy {
  margin: 18px 0 0;
  max-width: 700px;
  text-align: left;
}

.hero-action {
  width: min(460px, 100%);
  margin-top: 32px;
}

.hero-step-preview {
  margin-bottom: 22px;
}

.hero-step-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  margin-bottom: 18px;
}

.hero-step-track span {
  position: relative;
  height: 3px;
  background: rgba(255, 237, 235, 0.24);
}

.hero-step-track span[data-label]::after {
  content: attr(data-label);
  position: absolute;
  top: 10px;
  left: 0;
  color: rgba(255, 237, 235, 0.56);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-step-track .is-result {
  background: rgba(255, 237, 235, 0.86);
}

.hero-step-track .is-end::after {
  left: auto;
  right: 0;
  color: rgba(255, 237, 235, 0.72);
}

.hero-meta {
  margin: 14px 0 0;
  text-align: left;
}

.hero-portrait {
  position: relative;
  justify-self: center;
  width: min(330px, calc(100% - 56px));
  aspect-ratio: 4 / 5;
  min-height: 0;
  margin-right: clamp(28px, 5vw, 78px);
  border: 1px solid rgba(255, 237, 235, 0.22);
  background:
    linear-gradient(180deg, rgba(56, 46, 45, 0.08), rgba(56, 46, 45, 0.24)),
    url('portrait.jpg') 53% 34% / cover no-repeat;
  box-shadow: 0 26px 70px rgba(24, 15, 15, 0.24);
}

.hero-portrait::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(56, 46, 45, 0.24), transparent 44%);
  pointer-events: none;
}

@media (max-width: 900px) {
  .hero {
    padding: 0;
    text-align: left;
  }

  .hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-portrait {
    order: -1;
    justify-self: start;
    width: min(280px, calc(100% - 44px));
    min-height: 0;
    margin: clamp(28px, 7vw, 48px) 0 0 clamp(22px, 6vw, 64px);
    background-position: center 34%;
    border: 1px solid rgba(255, 237, 235, 0.22);
  }

  .hero-content {
    padding: clamp(42px, 8vw, 72px) clamp(22px, 6vw, 64px);
  }

  .hero h1 {
    margin: 0;
    text-align: left;
    max-width: 820px;
  }

  .hero-copy {
    margin: 18px 0 0;
    text-align: left;
  }

  .hero-meta {
    margin: 14px 0 0;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .hero-portrait {
    width: min(220px, calc(100% - 44px));
    background-position: 51% 32%;
  }
}

/* ── LP step preview ──────────────────────────── */

.lp-step-preview {
  width: min(460px, 100%);
  margin: 28px auto 28px;
}

.lsp-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  margin-bottom: 10px;
}

.lsp-seg {
  height: 3px;
  background: rgba(255, 237, 235, 0.24);
  position: relative;
}

.lsp-seg[data-label]::after {
  content: attr(data-label);
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 237, 235, 0.6);
  white-space: nowrap;
}

.lsp-result {
  background: var(--pale);
  opacity: 0.82;
}

.lsp-end[data-label]::after {
  left: auto;
  right: 0;
  color: rgba(255, 237, 235, 0.78);
}

/* ── Thicker quiz progress bar ─────────────────── */

.assessment-progress div {
  height: 3px;
  background: rgba(35, 25, 25, 0.12);
}

.assessment-progress i {
  display: block;
  height: 100%;
  background: var(--burgundy);
  transition: width 260ms ease;
}

/* ── Landing page visual overhaul ─────────────── */

/* Fit grid → editorial numbered list */
.fit-grid {
  display: flex;
  flex-direction: column;
  width: min(760px, 100%);
  margin: 0 auto;
  background: transparent;
  border-top: 1px solid var(--line);
  counter-reset: fit-counter;
}

.fit-grid article {
  padding: clamp(22px, 3vw, 34px) 0;
  border-bottom: 1px solid var(--line);
  min-height: 0;
  background: transparent;
  counter-increment: fit-counter;
}

.fit-grid article::before {
  content: "0" counter(fit-counter);
  display: block;
  font-family: var(--heading);
  font-size: 30px;
  font-weight: 400;
  color: rgba(144, 74, 73, 0.28);
  line-height: 1;
  margin-bottom: 14px;
}

.fit-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--burgundy);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.fit-grid h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 21px;
}

.fit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* Snapshot items → numbered list */
.snapshot-items {
  display: flex;
  flex-direction: column;
  width: min(760px, 100%);
  margin: 36px auto 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  counter-reset: snapshot-counter;
  text-align: left;
}

.snapshot-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 20px;
  row-gap: 4px;
  padding: clamp(22px, 3vw, 30px) 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  counter-increment: snapshot-counter;
  align-items: start;
}

.snapshot-item::before {
  content: "0" counter(snapshot-counter);
  font-family: var(--heading);
  font-size: 30px;
  font-weight: 400;
  color: rgba(144, 74, 73, 0.28);
  line-height: 1;
  padding-top: 3px;
  grid-row: 1 / span 2;
}

.snapshot-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
}

.snapshot-item span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

/* How-it-works → clean steps with large serif numbers */
.how-it-works ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: min(820px, 100%);
  margin: 44px auto 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border-top: 1px solid rgba(255, 237, 235, 0.2);
  counter-reset: how-counter;
}

.how-it-works li {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 28px 24px;
  background: transparent;
  text-align: left;
  border-right: 1px solid rgba(255, 237, 235, 0.2);
  counter-increment: how-counter;
}

.how-it-works li:last-child {
  border-right: 0;
}

.how-it-works li::before {
  content: "0" counter(how-counter);
  display: block;
  font-family: var(--heading);
  font-size: 34px;
  font-weight: 400;
  color: rgba(255, 237, 235, 0.22);
  line-height: 1;
  margin-bottom: 18px;
}

.how-it-works strong {
  display: block;
  margin-bottom: 8px;
  color: var(--pale);
  font-weight: 600;
  font-size: 15px;
}

.how-it-works span {
  color: rgba(255, 237, 235, 0.66);
  font-size: 14px;
  line-height: 1.62;
}

/* Trust strip with check markers */
.trust-strip span::before {
  content: "✓";
  display: inline-block;
  margin-right: 8px;
  color: var(--burgundy);
  font-weight: 600;
  font-size: 12px;
}

@media (max-width: 900px) {
  .how-it-works ol {
    grid-template-columns: 1fr;
  }

  .how-it-works li {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 237, 235, 0.2);
  }

  .how-it-works li:last-child {
    border-bottom: 0;
  }
}

/* ── Clean editorial result flow ─────────────── */

.result-flow {
  width: min(720px, 100%);
  margin: 0 auto 38px;
}

.rf-section {
  position: relative;
  padding: clamp(26px, 3.4vw, 40px) 0;
  border-top: 1px solid var(--line);
}

.result-flow {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vw, 24px);
}

.rf-section:last-child {
  border-bottom: 1px solid var(--line);
}

.rf-section--reframe,
.rf-section--rolle,
.rf-section--auswahl,
.rf-section--risiko {
  padding-left: clamp(18px, 3vw, 30px);
  padding-right: clamp(18px, 3vw, 30px);
}

.rf-section--reframe {
  background: rgba(144, 74, 73, 0.045);
}

.rf-section--rolle {
  background: rgba(56, 46, 45, 0.045);
}

.rf-section--auswahl {
  background: rgba(255, 255, 255, 0.34);
}

.rf-section--risiko {
  margin-top: clamp(10px, 2vw, 16px);
  border-top: 1px solid rgba(144, 74, 73, 0.26);
  border-bottom: 1px solid rgba(144, 74, 73, 0.26) !important;
  background: rgba(144, 74, 73, 0.06);
  color: var(--ink);
}

.rf-label {
  margin-bottom: 12px;
  color: var(--burgundy);
  font-family: var(--heading);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.08;
}

.rf-section--rolle .rf-label {
  color: var(--brown);
}

.rf-section--auswahl .rf-label {
  color: var(--burgundy);
}

.rf-section--risiko .rf-label {
  color: var(--burgundy);
}

.rf-lead {
  max-width: 720px;
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink);
}

.rf-points {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(35, 25, 25, 0.1);
}

.rf-points li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid rgba(35, 25, 25, 0.08);
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

.rf-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 8px;
  height: 1px;
  background: var(--burgundy);
}

.rf-points li:last-child {
  border-bottom: 0;
}

.rf-signal-list,
.rf-compact-list,
.rf-numbered-list {
  margin: 0;
  padding: 0;
}

.rf-signal-list,
.rf-compact-list {
  list-style: none;
}

.rf-signal-list {
  display: grid;
  gap: 8px;
}

.rf-signal-list li {
  padding: 12px 14px;
  border-left: 3px solid rgba(144, 74, 73, 0.42);
  background: rgba(144, 74, 73, 0.045);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.rf-compare,
.rf-diagnosis {
  display: grid;
  gap: 0;
  margin: 0;
  background: transparent;
}

.rf-compare {
  grid-template-columns: 1fr 1.35fr;
}

.rf-diagnosis {
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(144, 74, 73, 0.18);
}

.rf-compare div,
.rf-diagnosis article {
  padding: 15px 0;
  background: transparent;
}

.rf-diagnosis article {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid rgba(144, 74, 73, 0.14);
}

.rf-compare small,
.rf-diagnosis small,
.rf-role-grid span,
.rf-criteria span {
  display: block;
  margin-bottom: 8px;
  color: var(--burgundy);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rf-compare p,
.rf-diagnosis p,
.rf-role-grid p,
.rf-criteria p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.52;
}

.rf-action-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(56, 46, 45, 0.14);
  background: transparent;
}

.rf-action-grid article {
  padding: 16px 0;
  border-bottom: 1px solid rgba(56, 46, 45, 0.12);
  background: transparent;
}

.rf-action-grid small {
  display: block;
  margin-bottom: 8px;
  color: var(--burgundy);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rf-action-grid h4 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.42;
}

.rf-mini-list,
.rf-check-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rf-mini-list li,
.rf-check-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.rf-mini-list li::before,
.rf-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 1px;
  background: var(--burgundy);
}

.rf-diagnosis article:nth-child(2) {
  background: transparent;
}

.rf-diagnosis article:nth-child(2) p {
  font-weight: 600;
}

.rf-compact-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(35, 25, 25, 0.1);
}

.rf-compact-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(35, 25, 25, 0.08);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.rf-compact-list li:last-child {
  border-bottom: 0;
}

.rf-role-grid {
  display: grid;
  gap: 10px;
}

.rf-role-grid article {
  padding: 18px 20px;
  border: 1px solid rgba(56, 46, 45, 0.14);
  background: rgba(255, 248, 247, 0.62);
}

.rf-criteria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(56, 46, 45, 0.16);
}

.rf-criteria article {
  min-height: 150px;
  padding: 18px;
  background: rgba(255, 248, 247, 0.74);
}

.rf-criteria span {
  color: rgba(144, 74, 73, 0.58);
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.rf-section--risiko .rf-lead,
.rf-section--risiko .rf-numbered-list li {
  color: var(--ink);
}

.rf-numbered-list {
  display: grid;
  gap: 0;
  list-style: none;
  counter-reset: risk-counter;
  border-top: 1px solid rgba(144, 74, 73, 0.2);
}

.rf-numbered-list li {
  position: relative;
  min-height: 0;
  padding: 14px 0 14px 48px;
  border-bottom: 1px solid rgba(144, 74, 73, 0.14);
  font-size: 14px;
  line-height: 1.52;
  counter-increment: risk-counter;
}

.rf-numbered-list li::before {
  content: counter(risk-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 13px;
  color: rgba(144, 74, 73, 0.58);
  font-family: var(--heading);
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 700px) {
  .rf-compare,
  .rf-diagnosis,
  .rf-action-grid,
  .rf-criteria {
    grid-template-columns: 1fr;
  }

  .rf-diagnosis article {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .rf-criteria article {
    min-height: 0;
  }
}

/* Bedeutung — numbered items */
.rf-numbered {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rf-numbered-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
}

.rf-num {
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: rgba(144, 74, 73, 0.28);
  padding-top: 2px;
}

.rf-numbered-item p {
  margin: 0;
  padding-top: 4px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

/* Empfehlung — Schritt with left accent */
.rf-schritt-content {
  border-left: 3px solid var(--burgundy);
  padding-left: 18px;
  margin-bottom: 28px;
}

.rf-schritt-sub {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--burgundy);
}

/* Empfehlung — Profil list */
.rf-profil-header {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}

.rf-profil-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rf-profil-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  align-items: start;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}

.rf-profil-marker {
  color: var(--burgundy);
  font-weight: 600;
  font-size: 13px;
}

.rf-profil-priority {
  color: var(--ink) !important;
  font-weight: 500;
}

.rf-profil-secondary {
  color: rgba(35, 25, 25, 0.38) !important;
}

.rf-profil-secondary .rf-profil-marker {
  color: rgba(35, 25, 25, 0.25);
}

/* Width overrides to match flow column */
.result-video-cta,
.notbremse,
.developer-note,
.result-footer-note {
  width: min(860px, 100%);
}

@media (max-width: 620px) {
  .briefing-grid {
    grid-template-columns: 1fr;
  }

  .rf-numbered-item {
    grid-template-columns: 32px 1fr;
    gap: 8px;
  }

  .rf-num {
    font-size: 22px;
  }
}

/* ── Type cards (result visual) ──────────────── */

.type-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: min(700px, 100%);
  margin: 24px auto 38px;
}

.type-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 10px 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  opacity: 0.45;
  transition: opacity 200ms ease, border-color 200ms ease, background-color 200ms ease;
}

.type-card.is-active {
  opacity: 1;
  border-color: var(--burgundy);
  background: rgba(144, 74, 73, 0.07);
}

.type-card-icon {
  width: 26px;
  height: 26px;
  color: rgba(35, 25, 25, 0.28);
}

.type-card.is-active .type-card-icon {
  color: var(--burgundy);
}

.type-card-icon svg {
  width: 100%;
  height: 100%;
}

.type-card strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--muted);
  line-height: 1.3;
}

.type-card.is-active strong {
  color: var(--ink);
}

.type-card span {
  font-size: 10px;
  line-height: 1.45;
  color: rgba(35, 25, 25, 0.36);
}

.type-card.is-active span {
  color: var(--muted);
}

.result-confirm-note {
  margin-top: 10px !important;
  font-weight: 600;
  color: var(--pale) !important;
}

.result-signoff {
  margin-top: 14px !important;
  font-weight: 500;
  color: rgba(255, 237, 235, 0.52) !important;
  font-size: 13px;
}

@media (max-width: 620px) {
  .type-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .type-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
  }

  .type-card {
    padding: 14px 8px 12px;
  }

  .type-card strong {
    font-size: 10px;
  }

  .type-card span {
    font-size: 9px;
  }
}

/* ── Preview Teaser ──────────────────────────────── */

.preview-teaser {
  padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 48px) clamp(32px, 4vw, 48px);
}


.teaser-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 11px;
  border-radius: 20px;
  background: rgba(144, 74, 73, 0.08);
  border: 1px solid rgba(144, 74, 73, 0.22);
  color: var(--burgundy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.teaser-chip::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--burgundy);
  opacity: 0.7;
  flex-shrink: 0;
}

.teaser-chip--delayed {
  background: rgba(56, 46, 45, 0.06);
  border-color: rgba(56, 46, 45, 0.18);
  color: var(--brown);
}

.teaser-chip--delayed::before {
  background: var(--brown);
}

.teaser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 3vw, 28px);
  width: min(960px, 100%);
  margin: 0 auto;
  align-items: start;
}

.teaser-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.teaser-blur-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--paper);
  aspect-ratio: 16 / 9;
  box-shadow: 0 2px 20px rgba(35, 25, 25, 0.08);
  transform: translateZ(0);
  isolation: isolate;
}

.teaser-blur-wrap--loom {
  aspect-ratio: 16 / 9;
}

/* ── Result preview (live render) ───────────────── */

.rp-outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: var(--paper);
}

.rp-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 660px;
  transform-origin: top left;
  padding: 22px 22px 0;
}

/* ── Loom preview ────────────────────────────────── */

.loom-mock {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #1e1e2e;
}

.loom-mock-screen {
  flex: 1;
  background: #f5f5f7;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 14px 14px 10px;
  gap: 10px;
}

.loom-mock-profiles {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.loom-mock-title {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  color: var(--brown);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.loom-mock-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  flex: 1;
}

.loom-mock-card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.loom-mock-card--hl {
  border-color: rgba(144, 74, 73, 0.35);
  background: #fff8f7;
  box-shadow: 0 0 0 1.5px rgba(144, 74, 73, 0.18);
}

.loom-mock-av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(56, 46, 45, 0.14);
  flex-shrink: 0;
}

.loom-mock-av--hl {
  background: rgba(144, 74, 73, 0.22);
}

.loom-mock-card strong {
  display: block;
  font-size: 8px;
  font-weight: 600;
  color: var(--wine);
  line-height: 1.35;
}

.loom-mock-card span {
  display: block;
  font-size: 7px;
  color: var(--muted);
  line-height: 1.4;
}

.loom-cam {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  border: 2.5px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
}

.loom-cam img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
}

.loom-mock-chrome {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: #1e1e2e;
  flex-shrink: 0;
}

.loom-chrome-info {
  flex: 1;
  min-width: 0;
}

.loom-chrome-info strong {
  display: block;
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.loom-chrome-info span {
  display: block;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.46);
}

.loom-chrome-timeline {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

.loom-timeline-track {
  width: 56px;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  overflow: hidden;
}

.loom-timeline-fill {
  width: 38%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
}

.loom-chrome-timeline span {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.46);
}

.teaser-caption {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 2px;
}

.teaser-caption strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.teaser-caption span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

/* ── Result page skeleton ────────────────────────── */

.tmock-result {
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--paper);
}

.tmock-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-bottom: 4px;
}

.tmock-eyebrow {
  height: 7px;
  width: 60px;
  border-radius: 3px;
  background: var(--burgundy);
  opacity: 0.65;
}

.tmock-h3 {
  height: 14px;
  width: 88%;
  border-radius: 3px;
  background: var(--ink);
  opacity: 0.72;
}

.tmock-h3--short { width: 68%; }

.tmock-body {
  height: 8px;
  width: 72%;
  border-radius: 3px;
  background: var(--ink);
  opacity: 0.28;
}

.tmock-exec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(144, 74, 73, 0.22);
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
}

.tmock-exec-col {
  padding: 7px 8px;
  background: rgba(255, 248, 247, 0.9);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tmock-label-bar {
  height: 5px;
  width: 36px;
  border-radius: 2px;
  background: var(--burgundy);
  opacity: 0.6;
}

.tmock-strong-bar {
  height: 8px;
  width: 92%;
  border-radius: 2px;
  background: var(--wine);
  opacity: 0.65;
}

.tmock-strong-bar--med { width: 78%; }
.tmock-strong-bar--short { width: 62%; }

.tmock-text-bar {
  height: 6px;
  width: 100%;
  border-radius: 2px;
  background: var(--ink);
  opacity: 0.22;
}

.tmock-text-bar--short { width: 68%; }
.tmock-text-bar--med { width: 82%; }

.tmock-typecards {
  display: flex;
  gap: 3px;
  flex-shrink: 0;
}

.tmock-typecard {
  flex: 1;
  height: 32px;
  border-radius: 3px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.tmock-typecard--active {
  border-color: rgba(144, 74, 73, 0.5);
  background: rgba(144, 74, 73, 0.07);
}

/* ── Loom mock ───────────────────────────────────── */

.tmock-loom {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #1e1e2e;
}

.tmock-loom-screen {
  flex: 1;
  background: #f7f7f8;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  filter: blur(2.5px);
}

.tmock-loom-titlebar {
  height: 28px;
  background: #ececec;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  flex-shrink: 0;
}

.tmock-loom-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  flex-shrink: 0;
}

.tmock-loom-urltab {
  flex: 1;
  height: 14px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  margin-left: 6px;
}

.tmock-profiles {
  flex: 1;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tmock-profiles-heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tmock-pbar {
  border-radius: 2px;
  background: rgba(35, 25, 25, 0.18);
}

.tmock-pbar--h {
  height: 10px;
  width: 52%;
}

.tmock-pbar--sub {
  height: 7px;
  width: 38%;
  opacity: 0.55;
}

.tmock-pbar--name {
  height: 8px;
  width: 75%;
}

.tmock-pbar--role {
  height: 6px;
  width: 60%;
  opacity: 0.6;
}

.tmock-pbar--desc {
  height: 5px;
  width: 90%;
  opacity: 0.35;
}

.tmock-pbar--short { width: 65%; }

.tmock-profile-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  flex: 1;
}

.tmock-profile-card {
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tmock-profile-card--hl {
  border-color: rgba(144, 74, 73, 0.4);
  background: rgba(255, 248, 247, 0.95);
  box-shadow: 0 0 0 1.5px rgba(144, 74, 73, 0.25);
}

.tmock-profile-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(35, 25, 25, 0.14);
  margin-bottom: 2px;
}

.tmock-profile-avatar--hl {
  background: rgba(144, 74, 73, 0.25);
}

/* Michel cam bubble — sharp, no blur */
.tmock-loom-cam {
  position: absolute;
  bottom: 44px;
  right: 12px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: url('portrait.jpg');
  background-size: cover;
  background-position: center 8%;
  border: 2.5px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  z-index: 10;
}

/* Loom bottom chrome */
.tmock-loom-chrome {
  height: 38px;
  background: rgba(18, 14, 24, 0.92);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  gap: 10px;
  flex-shrink: 0;
  filter: blur(1px);
}

.tmock-loom-chrome-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.tmock-loom-avatar-sm {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: url('portrait.jpg');
  background-size: cover;
  background-position: center 8%;
  flex-shrink: 0;
  opacity: 0.7;
}

.tmock-loom-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.tmock-loom-bar {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.6);
}

.tmock-loom-bar--title {
  height: 6px;
  width: 90px;
}

.tmock-loom-bar--sub {
  height: 4px;
  width: 55px;
  opacity: 0.4;
}

.tmock-loom-progress-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.tmock-loom-progress {
  width: 60px;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 2px;
}

.tmock-loom-fill {
  height: 100%;
  width: 35%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
}

.tmock-loom-time {
  height: 5px;
  width: 28px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35);
}

@media (max-width: 620px) {
  .teaser-grid {
    grid-template-columns: 1fr;
  }
}
