.about-mini-hero {
  position: relative;
  min-height: 430px;
  padding-top: 82px;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}

.about-mini-bg {
  position: absolute;
  top: 82px;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: none;
  background: url("../img/reichstag.jpg") center center / cover no-repeat;
  filter: saturate(1.03);
}

.about-mini-tint {
  position: absolute;
  inset: 82px 0 0;
  background:
          linear-gradient(90deg, rgba(1, 18, 36, .98) 0%, rgba(1, 18, 36, .88) 45%, rgba(1, 18, 36, .34) 100%),
          linear-gradient(180deg, rgba(1, 18, 36, .1) 0%, rgba(1, 18, 36, .62) 100%);
}

.about-mini-content {
  position: relative;
  z-index: 1;
  padding-top: 4.7rem;
  padding-bottom: 4.3rem;
}

.about-mini-content h1 {
  max-width: 650px;
  margin: 0 0 1.1rem;
  color: #fff;
  font-size: clamp(2.8rem, 5.4vw, 4.8rem);
  font-weight: 900;
  line-height: .98;
  overflow-wrap: anywhere;
}

.about-mini-content > p:last-child {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.12rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}

.about-intro,
.about-values,
.about-timeline,
.about-cta {
  padding: clamp(4rem, 6vw, 6rem) 0;
}

.about-intro {
  background: #fff;
}

.about-intro .row > [class*="col-"] {
  display: flex;
}

.portrait-panel {
  width: 100%;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
  background: #e8eef6;
  border-radius: 4px;
  box-shadow: 0 24px 55px rgba(5, 24, 46, .15);
}

.portrait-panel img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center top;
}

.profile-card {
  width: 100%;
}

.about-intro h2,
.about-values h2,
.about-timeline h2,
.cta-panel h2 {
  margin: 0 0 1.35rem;
  color: var(--ink);
  font-size: clamp(2rem, 3.15vw, 3rem);
  font-weight: 900;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.about-intro h2,
.about-timeline h2,
.cta-panel h2 {
  font-family: var(--serif);
  font-weight: 600;
}

.lead-text {
  color: #17253a;
  font-size: 1.22rem;
  line-height: 1.72;
}

.about-intro p:not(.section-kicker) {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.75;
}

.profile-card {
  padding: clamp(2rem, 4vw, 3.4rem);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  box-shadow: 0 24px 55px rgba(5, 24, 46, .1);
}

.profile-card .btn {
  margin-top: 1.7rem;
}

.profile-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 1.8rem;
}

.profile-tags div {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: .1rem .85rem;
  min-height: 86px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fbfcfe;
}

.profile-tags i,
.bio-grid i {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--blue);
  background: linear-gradient(135deg, #eef5ff, #f8fbff);
  border: 1px solid rgba(7, 94, 215, .13);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .85);
  font-size: .95rem;
  font-style: normal;
  font-weight: 900;
}

.profile-tags i::before,
.bio-grid i::before,
.focus-list i::before {
  font-size: .95rem;
  font-weight: 900;
  line-height: 1;
}

.profile-tags strong {
  align-self: end;
  color: var(--ink);
  font-size: .98rem;
  font-weight: 900;
}

.profile-tags span {
  grid-column: 2;
  color: var(--muted);
  font-size: .88rem;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 820px;
  margin-top: 2.2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-facts div {
  padding: 1.35rem 1.25rem 1.25rem 0;
}

.about-facts div + div {
  padding-left: 1.25rem;
  border-left: 1px solid var(--line);
}

.about-facts strong {
  display: block;
  margin-bottom: .35rem;
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 900;
}

.about-facts span {
  display: block;
  color: var(--ink);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.45;
}

.about-visual-band {
  padding: clamp(4rem, 6vw, 6rem) 0;
  background: var(--navy);
  color: #fff;
}

.about-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.visual-statement h2 {
  max-width: 540px;
  margin: 0 0 1.2rem;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 4vw, 3.9rem);
  font-weight: 600;
  line-height: 1.02;
}

.visual-statement p:not(.section-kicker) {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.08rem;
  line-height: 1.72;
}

.image-mosaic {
  display: grid;
  grid-template-columns: 1.2fr .85fr;
  grid-template-rows: 190px 190px;
  gap: 1rem;
}

.image-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  filter: saturate(1.02);
}

.image-mosaic .mosaic-large {
  grid-row: span 2;
}

.experience-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 4px;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(10px);
}

.experience-strip div {
  padding: 1.35rem 1.45rem;
}

.experience-strip div + div {
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.experience-strip strong {
  display: block;
  margin-bottom: .35rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
}

.experience-strip span {
  color: rgba(255, 255, 255, .76);
  line-height: 1.45;
}

.about-values {
  background: var(--soft);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 2.4rem;
}

.section-heading h2 {
  margin: 0 0 .8rem;
  color: var(--ink);
  font-size: clamp(2rem, 3.15vw, 3rem);
  font-weight: 900;
  line-height: 1.08;
}

.section-heading p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.value-card {
  min-height: 235px;
  padding: 2.1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(8, 30, 55, .08);
}

.value-card span {
  display: block;
  margin-bottom: 1.4rem;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.value-card h3 {
  margin-bottom: .8rem;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 900;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.detail-card {
  min-height: 100%;
}

.detail-card h3 {
  margin-bottom: .9rem;
}

.detail-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.62;
}

.detail-card li + li {
  margin-top: .55rem;
}

.detail-card strong {
  color: var(--ink);
}

.about-timeline {
  background: #fff;
}

.bio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.bio-grid article {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: 1rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.bio-grid h3 {
  margin: .1rem 0 .3rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}

.bio-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.45;
}

.timeline-list {
  border-bottom: 1px solid var(--line);
}

.timeline-list article {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
}

.timeline-list time {
  color: var(--blue);
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.timeline-list h3 {
  margin-bottom: .55rem;
  color: var(--ink);
  font-size: 1.28rem;
  font-weight: 900;
}

.timeline-list p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.about-cta {
  background: var(--soft);
}

.motivation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, .85fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.motivation-panel {
  min-height: 340px;
}

.motivation-panel .btn {
  margin-top: 1.7rem;
}

.focus-panel {
  padding: clamp(2rem, 3.6vw, 3rem);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(8, 30, 55, .08);
}

.focus-panel h2 {
  margin-bottom: 1.35rem;
  color: var(--ink);
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  font-weight: 900;
}

.focus-panel p:not(.section-kicker) {
  margin: 1.3rem 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.focus-list {
  display: grid;
  gap: .7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.focus-list li {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .9rem 1rem;
  color: var(--ink);
  background: #fbfcfe;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 900;
}

.focus-list i {
  color: var(--blue);
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2.4rem, 4.6vw, 4.5rem);
  background:
          linear-gradient(90deg, rgba(3, 21, 40, .98), rgba(3, 21, 40, .88)),
          url("assets/reichstag.jpg") center / cover no-repeat;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 24px 60px rgba(3, 21, 40, .16);
}

.final-contact {
  margin-top: 0;
}

.cta-panel h2 {
  color: #fff;
}

.cta-panel p:not(.section-kicker) {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .about-mini-hero {
    min-height: 390px;
  }

  .about-mini-content {
    padding-top: 4rem;
  }

  .portrait-panel,
  .portrait-panel img {
    min-height: 390px;
  }

  .about-facts {
    grid-template-columns: 1fr;
  }

  .about-facts div {
    padding: 1.2rem 0;
  }

  .about-facts div + div {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .profile-tags,
  .bio-grid,
  .about-visual-grid,
  .experience-strip,
  .motivation-grid {
    grid-template-columns: 1fr;
  }

  .image-mosaic {
    grid-template-rows: 220px 160px 160px;
    grid-template-columns: 1fr;
  }

  .image-mosaic .mosaic-large {
    grid-row: auto;
  }

  .experience-strip div + div {
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-left: 0;
  }

  .cta-panel {
    display: block;
  }

  .cta-panel .btn {
    margin-top: 1.8rem;
  }
}

@media (max-width: 575.98px) {
  .about-page .page-pad {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-page main {
    overflow: hidden;
  }

  .about-page .row {
    --bs-gutter-x: 0;
  }

  .about-mini-hero {
    min-height: 360px;
  }

  .about-mini-content {
    padding-top: 3.1rem;
    padding-bottom: 3.3rem;
  }

  .about-mini-content .eyebrow {
    width: 100%;
    max-width: 100%;
    font-size: .68rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .about-mini-content h1 {
    width: 100%;
    font-size: 2.85rem;
    max-width: 100%;
  }

  .about-mini-content > p:last-child {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
  }

  .portrait-panel,
  .portrait-panel img {
    min-height: 330px;
  }

  .portrait-panel {
    width: 100%;
  }

  .portrait-panel img {
    object-position: center top;
  }

  .about-intro h2,
  .about-values h2,
  .about-timeline h2,
  .cta-panel h2 {
    width: 100%;
    max-width: 100%;
    font-size: 2.05rem;
  }

  .lead-text {
    width: 100%;
    max-width: 100%;
    font-size: 1.08rem;
  }

  .about-intro p:not(.section-kicker),
  .about-facts,
  .value-card,
  .about-visual-grid,
  .image-mosaic,
  .experience-strip,
  .timeline-list,
  .cta-panel,
  .profile-card,
  .profile-tags,
  .section-heading,
  .bio-grid,
  .motivation-grid,
  .focus-panel {
    width: 100%;
    max-width: 100%;
  }

  .profile-card,
  .focus-panel {
    padding: 1.35rem;
  }

  .visual-statement h2 {
    width: 100%;
    max-width: 100%;
    font-size: 2.15rem;
  }

  .visual-statement p:not(.section-kicker) {
    width: 100%;
    max-width: 100%;
  }

  .image-mosaic {
    grid-template-rows: 210px 145px 145px;
  }

  .experience-strip div {
    padding: 1.15rem;
  }

  .profile-tags div,
  .bio-grid article {
    grid-template-columns: 2rem 1fr;
  }

  .profile-tags i,
  .bio-grid i {
    width: 2rem;
    height: 2rem;
  }

  .timeline-list article {
    grid-template-columns: 1fr;
    gap: .65rem;
    padding: 1.6rem 0;
  }
}
