.hero-section {
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 5rem 1.5rem 3.75rem !important;
  margin-bottom: 1rem;
  background: var(--wp--preset--color--base, #faf8f5);
  border-bottom: 1px solid var(--wp--preset--color--muted, #ebe4dc);
  color: var(--wp--preset--color--contrast, #1f1a17);
  text-align: center;
}

.hero-section .hero-headline {
  margin: 0 auto 1.75rem;
  max-width: 16ch;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.1rem, 4.8vw, 3.35rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--wp--preset--color--contrast, #1f1a17);
}

.hero-section .hero-subline {
  margin: 0 auto 2rem;
  max-width: 40rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.55;
  color: var(--wp--preset--color--secondary, #8b6f5c);
}

.hero-section .hero-statement {
  position: relative;
  margin: 0 auto;
  padding-top: 1.75rem;
  max-width: 36rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  color: var(--wp--preset--color--primary, #5c4a3d);
}

.hero-section .hero-statement::before {
  content: '';
  display: block;
  width: 3rem;
  height: 1px;
  margin: 0 auto 1.75rem;
  background: var(--wp--preset--color--muted, #ebe4dc);
}

.evolution-site-logo img {
  display: block;
  width: min(220px, 58vw);
  height: auto;
}

.weichenstellung-columns {
  align-items: stretch !important;
  gap: 1.5rem;
}

.pillar {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem 1.75rem;
  border: 1px solid var(--wp--preset--color--muted);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  text-align: center;
}

.pillar-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.pillar-me,
.pillar-us {
  border-top: 4px solid var(--wp--preset--color--accent-me);
}

.pillar-us {
  border-top-color: var(--wp--preset--color--accent-us);
}

.pillar-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140px;
  margin-bottom: 1.25rem;
}

.pillar-logo {
  display: block;
  width: min(160px, 62%);
  height: auto;
  margin: 0 auto;
}

.pillar-title {
  margin: 0 0 1rem !important;
  max-width: 22ch;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.25rem, 2vw, 1.45rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--wp--preset--color--contrast, #1f1a17);
}

.pillar-text {
  margin: 0 0 1.5rem !important;
  flex: 1;
  max-width: 34ch;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--wp--preset--color--secondary, #8b6f5c);
}

.landing-lead {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  line-height: 1.65;
  color: var(--wp--preset--color--secondary, #8b6f5c);
  margin-bottom: 1.25rem !important;
}

.landing-transformation {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--wp--preset--color--contrast, #1f1a17);
  margin-bottom: 2rem !important;
}

.landing-journey {
  margin: 0 0 2.5rem !important;
  padding: 0;
  border: 1px solid var(--wp--preset--color--muted, #ebe4dc);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.landing-journey-image {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  margin: 0;
}

.landing-journey-title,
.landing-journey-list {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.landing-journey-title {
  margin-top: 1.5rem !important;
  margin-bottom: 1rem !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.35rem, 2.2vw, 1.6rem);
  font-weight: 600;
  color: var(--wp--preset--color--contrast, #1f1a17);
}

.landing-journey-list {
  margin-bottom: 1.5rem !important;
  padding-left: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--wp--preset--color--primary, #5c4a3d);
}

.landing-journey-list li {
  margin-bottom: 1rem;
}

.landing-journey-list li:last-child {
  margin-bottom: 0;
}

.pillar-actions {
  margin-top: auto !important;
  width: 100%;
  max-width: 18rem;
  justify-content: center !important;
}

.pillar-actions .wp-block-button {
  width: 100%;
}

.pillar-actions .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.1rem;
  padding: 0.75rem 1.25rem;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
}

.page-hero {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 3rem 1.5rem !important;
  margin-bottom: 2rem;
  background: var(--wp--preset--color--base, #faf8f5);
  border-bottom: 1px solid var(--wp--preset--color--muted, #ebe4dc);
}

.page-hero h1 {
  color: var(--wp--preset--color--contrast, #1f1a17);
  text-shadow: none;
  margin-bottom: 0;
}

.page-hero--us {
  background: var(--wp--preset--color--base, #faf8f5);
}

.path-attribution {
  margin-top: 1.25rem !important;
  max-width: 38rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.65;
  color: var(--wp--preset--color--primary, #5c4a3d);
}

.phase-card {
  margin: 2.5rem 0;
  padding: 1.5rem;
  border: 1px solid var(--wp--preset--color--muted);
  border-radius: 12px;
  background: #fff;
}

.phase-card .phase-image {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
}

.phase-card .phase-label {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary);
  font-weight: 600;
}

.phase-card h3 {
  margin-top: 0;
}

.phase-tools {
  margin-top: 1.5rem !important;
  padding-top: 1.25rem;
  border-top: 1px solid var(--wp--preset--color--muted, #ebe4dc);
}

.phase-tools-label {
  margin: 0 0 0.75rem !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary, #8b6f5c);
}

.phase-tools-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.phase-tools-list li {
  margin: 0;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--wp--preset--color--muted, #ebe4dc);
  border-radius: 999px;
  background: var(--wp--preset--color--base, #faf8f5);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.88rem;
  line-height: 1.35;
  color: var(--wp--preset--color--primary, #5c4a3d);
}

.compare-intro {
  margin: -0.5rem auto 2rem !important;
  max-width: 40rem;
  color: var(--wp--preset--color--secondary, #8b6f5c);
}

.evolution-compare-table {
  margin: 0 auto 3.5rem;
  overflow-x: auto;
}

.evolution-compare-table table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.95rem;
  line-height: 1.55;
}

.evolution-compare-table th,
.evolution-compare-table td {
  padding: 0.9rem 1rem;
  border: 1px solid var(--wp--preset--color--muted, #ebe4dc);
  vertical-align: top;
  text-align: left;
}

.evolution-compare-table thead th {
  background: var(--wp--preset--color--contrast, #1f1a17);
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.evolution-compare-table tbody tr:nth-child(even) {
  background: #fff;
}

.evolution-compare-table tbody tr:nth-child(odd) {
  background: #f7f3ee;
}

.evolution-compare-table tbody td:first-child {
  white-space: nowrap;
  color: var(--wp--preset--color--contrast, #1f1a17);
}

.evolution-compare-table tbody td:nth-child(3) {
  border-left: 3px solid var(--wp--preset--color--accent-me, #6b5b4f);
}

.evolution-compare-table tbody td:nth-child(4) {
  border-left: 3px solid var(--wp--preset--color--accent-us, #7a6358);
}

@media (max-width: 781px) {
  .phase-card .phase-image {
    max-width: 220px;
    margin-bottom: 1rem;
  }
}

.path-progress {
  margin: 3.5rem 0 2rem;
  padding: 2.25rem 1.75rem;
  border: 1px solid var(--wp--preset--color--muted, #ebe4dc);
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #faf8f5 100%);
}

.path-progress-intro {
  max-width: 42rem;
  margin: 0 auto 1.75rem !important;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--wp--preset--color--secondary, #8b6f5c);
}

.path-progress-note {
  margin-bottom: 1.75rem !important;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--wp--preset--color--primary, #5c4a3d);
  background: #fff;
  border-radius: 0 8px 8px 0;
  font-size: 0.98rem;
  line-height: 1.65;
}

.path-progress-list {
  margin-bottom: 2rem !important;
  padding-left: 1.2rem;
  line-height: 1.7;
  color: var(--wp--preset--color--primary, #5c4a3d);
}

.path-progress-columns {
  gap: 1.5rem;
}

.path-progress-me,
.path-progress-us {
  padding: 1.35rem 1.25rem;
  border: 1px solid var(--wp--preset--color--muted, #ebe4dc);
  border-radius: 10px;
  background: #fff;
}

.path-progress-me {
  border-top: 3px solid var(--wp--preset--color--accent-me, #6b5b4f);
}

.path-progress-us {
  border-top: 3px solid var(--wp--preset--color--accent-us, #7a6358);
}

.path-progress-me h4,
.path-progress-us h4 {
  margin-top: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.15rem;
}

.path-progress-me ul,
.path-progress-us ul {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--wp--preset--color--primary, #5c4a3d);
}

.page-hero--about h1 {
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  line-height: 1.25;
}

.about-profile {
  margin: 0 0 2.5rem !important;
}

.about-profile-title {
  margin-bottom: 0.75rem !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.35rem, 2.2vw, 1.6rem);
  text-align: center;
}

.about-profile-intro {
  margin: 0 auto 2rem !important;
  max-width: 36rem;
  text-align: center;
  font-style: italic;
  color: var(--wp--preset--color--secondary, #8b6f5c);
}

.about-profile-card {
  margin: 0 0 1.25rem !important;
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--wp--preset--color--muted, #ebe4dc);
  border-radius: 12px;
  background: #fff;
}

.about-profile-card h3 {
  margin-top: 0;
  margin-bottom: 0.65rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.12rem;
  line-height: 1.35;
  color: var(--wp--preset--color--contrast, #1f1a17);
}

.about-profile-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--wp--preset--color--primary, #5c4a3d);
}

.about-profile-card:last-child {
  margin-bottom: 0 !important;
}
