/* ========================================================================== 
   SKYTIME – ÜBER UNS
   Persönliche Skytime-Seite mit Pilotenprofil, Werten, X-Citor und Region.
   ========================================================================== */

.page-hero-about {
  background-image:
    linear-gradient(90deg, rgb(7 25 43 / 74%) 0%, rgb(7 25 43 / 42%) 43%, rgb(7 25 43 / 8%) 76%),
    url("../old_picture_stuff/1.jpg");
  background-position: center 50%;
  background-size: cover;
}

@media (min-width: 1500px) {
  .page-hero-about .page-hero-copy {
    margin-left: max(
      clamp(96px, calc((100vw - 1728px) / 2), 180px),
      calc((100vw - 2800px) / 2)
    );
  }
}

.about-intro {
  max-width: 780px;
}

.about-intro p {
  margin: 0 0 18px;
  color: #d5e0eb;
  font-size: 17px;
  line-height: 1.72;
}

.about-small-scale {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 3px solid #f2d088;
  background: rgb(18 53 87 / 48%);
  color: #eef4f8;
  line-height: 1.7;
}

.about-pilot {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 56px;
  align-items: start;
}

.about-pilot-copy p {
  max-width: 760px;
  color: #d5e0eb;
  font-size: 17px;
  line-height: 1.72;
}

.about-pilot-copy .lead {
  color: #fff;
  font-size: 20px;
  line-height: 1.65;
}

.pilot-facts {
  display: grid;
  gap: 14px;
}

.pilot-fact {
  padding: 22px 24px;
  border: 1px solid #7190b2;
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 12%, rgb(240 199 111 / 9%), transparent 30%),
    linear-gradient(150deg, rgb(51 95 146 / 90%), rgb(36 74 118 / 95%));
}

.pilot-fact span {
  display: block;
  margin-bottom: 7px;
  color: #f2d088;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pilot-fact strong {
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 1.45;
}

.about-values-layout {
  display: grid;
  gap: 34px;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-value-card {
  position: relative;
  min-height: 310px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #7190b2;
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 10%, rgb(240 199 111 / 9%), transparent 28%),
    linear-gradient(150deg, rgb(51 95 146 / 92%), rgb(36 74 118 / 96%));
  box-shadow: 0 22px 54px rgb(0 0 0 / 16%);
}

.about-value-number {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgb(242 208 136 / 64%);
  border-radius: 50%;
  background: #173b61;
  color: #f2d088;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.about-value-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(23px, 2.1vw, 31px);
}

.about-value-card p {
  margin: 0;
  color: #d5e0eb;
  line-height: 1.68;
}

.about-xcitor {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 54px;
  align-items: center;
}

.about-xcitor-copy p {
  max-width: 720px;
  color: #d5e0eb;
  font-size: 17px;
  line-height: 1.72;
}

.about-xcitor-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid #7190b2;
  border-radius: 24px;
  box-shadow: 0 26px 64px rgb(0 0 0 / 22%);
}

.about-xcitor-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 55%;
  transition: transform 500ms ease;
}

.about-xcitor-visual:hover img {
  transform: scale(1.025);
}

.text-link {
  display: inline-block;
  margin-top: 12px;
  color: #f2d088;
  font-weight: 800;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: #ffe2a0;
  text-shadow: 0 0 12px rgb(240 199 111 / 28%);
  transform: translateX(3px);
}

.about-region {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 50px;
  align-items: center;
}

.about-region > div:first-child p {
  max-width: 760px;
  color: #d5e0eb;
  font-size: 17px;
  line-height: 1.72;
}

.about-region-note {
  padding: 28px;
  border: 1px solid rgb(242 208 136 / 48%);
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 12%, rgb(240 199 111 / 12%), transparent 30%),
    linear-gradient(150deg, #335f92, #244a76);
  box-shadow: 0 20px 48px rgb(0 0 0 / 14%);
}

.about-region-note strong {
  display: block;
  margin-bottom: 9px;
  color: #f2d088;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.about-region-note p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 760;
  line-height: 1.45;
}

.about-closing {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 36px 40px;
  border: 1px solid #7190b2;
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 18%, rgb(240 199 111 / 14%), transparent 30%),
    linear-gradient(150deg, #335f92, #244a76);
}

.about-closing h2 {
  max-width: 820px;
  margin-bottom: 10px;
}

.about-closing p {
  max-width: 720px;
  margin: 0;
  color: #d5e0eb;
  line-height: 1.65;
}

@media (max-width: 1000px) {
  .about-values-grid,
  .about-pilot {
    grid-template-columns: 1fr;
  }

  .about-value-card {
    min-height: auto;
  }

  .about-xcitor,
  .about-region,
  .about-closing {
    grid-template-columns: 1fr;
  }

  .about-xcitor-visual {
    max-width: 760px;
  }
}

@media (max-width: 620px) {
  .page-hero-about {
    background-position: 58% center;
  }

  .about-value-card,
  .about-region-note,
  .pilot-fact {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .about-xcitor-visual {
    border-radius: 18px;
  }

  .about-closing {
    padding: 28px 24px;
  }
}