/* about.css - DESKTOP About Me section alternatives (v16) for Amon Bähler */

#about.about-section {
  background: #eeede6;
  color: #101218;
  scroll-margin-top: 0;
  padding: 32px 5vw 40px;
  box-sizing: border-box;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top: 1px solid rgba(16, 18, 24, 0.12);
  font-family: Space, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Compare switch navigation bar */
#about .about-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 18px;
  margin-bottom: 28px;
  background: #e5eafb;
  border: 1px solid rgba(36, 77, 247, 0.22);
  border-radius: 6px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#about .about-switch-label {
  font-weight: 700;
  color: #101218;
  opacity: 0.85;
}

#about .about-switch-nav {
  display: flex;
  gap: 8px;
  align-items: center;
}

#about .about-switch-link {
  padding: 6px 14px;
  color: #101218;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 11px;
  transition: all 0.2s ease;
}

#about .about-switch-link[aria-current="page"] {
  background: #244df7;
  color: #ffffff;
  font-weight: 700;
}

#about .about-switch-link:hover:not([aria-current="page"]) {
  color: #244df7;
  background: rgba(36, 77, 247, 0.1);
}

#about .about-switch-faq {
  color: #244df7;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease;
  font-size: 11px;
}

#about .about-switch-faq:hover {
  text-decoration: underline;
}

/* Shared typography & UI elements */
#about .about-eyebrow {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #244df7;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px;
}

#about .about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: #244df7;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 4px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(36, 77, 247, 0.2);
}

#about .about-btn:hover {
  background: #101218;
  box-shadow: 0 6px 18px rgba(16, 18, 24, 0.22);
}

#about .about-btn:focus-visible {
  outline: 3px solid #244df7;
  outline-offset: 3px;
}


/* ==========================================================================
   DESIGN 01: 'Porträt' (Large real portrait LEFT, generous introduction RIGHT)
   ========================================================================== */
#about.about-v01 .about-v01-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
  align-items: center;
  flex: 1;
}

#about.about-v01 .about-v01-media {
  width: 100%;
}

#about.about-v01 .about-v01-image-wrap {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 500px;
  background: #e2e5dc;
  border: 1px solid rgba(16, 18, 24, 0.12);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 36px -12px rgba(16, 18, 24, 0.12);
}

#about.about-v01 .about-v01-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#about.about-v01 .about-v01-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
}

#about.about-v01 .about-v01-title {
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #101218;
  margin: 0 0 20px;
}

#about.about-v01 .about-v01-rule {
  width: 100%;
  height: 1px;
  background: rgba(16, 18, 24, 0.15);
  margin: 20px 0;
}

#about.about-v01 .about-v01-copy {
  font-size: 16px;
  line-height: 1.7;
  color: #2b303b;
  margin: 0 0 16px;
}

#about.about-v01 .about-v01-subtext {
  font-size: 14px;
  line-height: 1.6;
  color: #59636b;
  margin: 0 0 24px;
  font-weight: 500;
}

#about.about-v01 .about-v01-cta {
  margin-bottom: 8px;
}

#about.about-v01 .about-v01-signature {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #59636b;
  font-weight: 600;
}


/* ==========================================================================
   DESIGN 02: 'Fokus' (Strongly CENTRED intro with central portrait)
   ========================================================================== */
#about.about-v02 .about-v02-inner {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

#about.about-v02 .about-v02-title {
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: #101218;
  margin: 0 0 24px;
}

#about.about-v02 .about-v02-frame {
  position: relative;
  width: 280px;
  aspect-ratio: 4 / 5;
  background: rgba(36, 77, 247, 0.04);
  border: 1px solid rgba(36, 77, 247, 0.22);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 28px;
  box-shadow: 0 12px 32px -8px rgba(36, 77, 247, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

#about.about-v02 .about-v02-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
  background: #e2e5dc;
  display: block;
}

#about.about-v02 .about-v02-copy {
  font-size: 16px;
  line-height: 1.65;
  color: #2b303b;
  margin: 0 0 12px;
  max-width: 680px;
}

#about.about-v02 .about-v02-subtext {
  font-size: 14px;
  color: #59636b;
  margin: 0 0 28px;
  font-weight: 500;
}

#about.about-v02 .about-v02-cta {
  display: flex;
  justify-content: center;
}


/* ==========================================================================
   DESIGN 03: 'Editorial' (Oversize headline LEFT, portrait RIGHT feature)
   ========================================================================== */
#about.about-v03 .about-v03-inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
  flex: 1;
}

#about.about-v03 .about-v03-left {
  display: flex;
  flex-direction: column;
}

#about.about-v03 .about-v03-title {
  font-size: clamp(52px, 6.5vw, 92px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.92;
  color: #101218;
  margin: 0 0 24px;
  text-transform: uppercase;
}

#about.about-v03 .about-v03-title-blue {
  color: #244df7;
}

#about.about-v03 .about-v03-copy {
  font-size: 15px;
  line-height: 1.7;
  color: #2b303b;
  max-width: 560px;
  margin: 0 0 32px;
}

#about.about-v03 .about-v03-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid rgba(16, 18, 24, 0.12);
  border-left: 4px solid #244df7;
  border-radius: 4px;
}

#about.about-v03 .about-v03-strip-text {
  font-size: 12px;
  font-weight: 600;
  color: #101218;
}

#about.about-v03 .about-v03-right {
  display: flex;
  justify-content: flex-end;
}

#about.about-v03 .about-v03-feature {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4 / 5;
  max-height: 500px;
  background: #ffffff;
  padding: 12px;
  border: 1px solid rgba(16, 18, 24, 0.12);
  box-shadow: 0 20px 48px -12px rgba(16, 18, 24, 0.15);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about.about-v03 .about-v03-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #e2e5dc;
  display: block;
}
