body.about-page,
body[data-theme="light"].about-page {
  color: #111;
  background: #fff;
}

.about-page .about-final-main {
  display: block;
  overflow: hidden;
  background: #fff;
}

.about-page .about-final-shell {
  width: min(1160px, calc(100% - 112px));
  margin-inline: auto;
}

.about-page .about-final-main h1,
.about-page .about-final-main h2,
.about-page .about-final-statement p {
  margin: 0;
  color: #111;
  font-family: "Zilla Slab", Georgia, serif;
  font-style: italic !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
}

.about-page .about-final-main p {
  margin: 0;
  color: #181818;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5 !important;
  letter-spacing: 0.005em !important;
}

.about-page .about-final-hero {
  position: relative;
  min-height: clamp(335px, calc(33.75vw - 18px), 470px);
  padding: 72px 0 0;
  overflow: hidden;
  background: #f7f7f5;
  isolation: isolate;
}

.about-page .about-final-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  z-index: -1;
  content: "";
  background: url("assets/uberuns_pc-v2.png?v=20260824") center bottom / cover no-repeat;
  transform: none;
}

.about-page .about-final-hero-grid {
  position: relative;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  column-gap: clamp(72px, 7.5vw, 118px);
  align-content: start;
  padding-top: clamp(125px, 11vw, 168px);
}

.about-page .about-final-hero h1 {
  grid-column: 1;
  grid-row: 1;
  font-size: 2.9rem;
  white-space: nowrap;
  transform: translateX(clamp(10px, 1.15vw, 18px));
}

.about-page .about-final-copy {
  display: grid;
  gap: 24px;
}

.about-page .about-final-hero-copy {
  grid-column: 1;
  grid-row: 2;
  max-width: 44ch;
  margin-top: 26px;
  padding-top: 0;
  font-size: clamp(0.78rem, 0.86vw, 0.9rem);
}

.about-page .about-final-hero-copy p:first-child {
  max-width: 36ch;
}

.about-page .about-final-ec-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-page .about-final-ec-logo {
  --logo-width: clamp(118px, 11vw, 165px);
  position: absolute;
  bottom: 38px;
  left: calc(var(--logo-width) * 1.5);
  width: var(--logo-width);
  height: auto;
  mix-blend-mode: multiply;
}

.about-page .about-final-section {
  position: relative;
  padding: 36px 0;
  background: #fff;
}

.about-page .about-final-top-row {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(76px, 9vw, 132px);
  align-items: start;
}

.about-page .about-final-top-row h2,
.about-page .about-final-people-grid h2 {
  font-size: clamp(1.85rem, 2.35vw, 2.45rem);
  white-space: nowrap;
  transform: translateX(clamp(10px, 1.15vw, 18px));
}

.about-page .about-final-top-row > p,
.about-page .about-final-proof-copy {
  max-width: 44ch;
  font-size: clamp(0.78rem, 0.86vw, 0.9rem);
}

.about-page .about-final-three-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 4.6vw, 68px);
  margin-top: clamp(52px, 5.2vw, 74px);
}

.about-page .about-final-three-columns p,
.about-page .about-final-two-columns p,
.about-page .about-final-people-copy > p {
  font-size: clamp(0.76rem, 0.82vw, 0.86rem);
}

.about-page .about-final-features::after,
.about-page .about-final-statement::before {
  display: none;
  content: none;
}

.about-page .about-final-features {
  position: relative;
  padding-top: 72px;
  padding-bottom: 36px;
}

.about-page .about-final-features::after {
  top: 78px;
  right: 0;
}

.about-page .about-final-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-top: clamp(40px, 4.5vw, 58px);
}

.about-page .about-final-card {
  padding: clamp(16px, 1.8vw, 22px);
  background: #f7f7f5;
  border-radius: 4px;
}

.about-page .about-final-card img {
  display: block;
  width: 100%;
  height: clamp(110px, 12vw, 150px);
  object-fit: contain;
  margin-bottom: clamp(14px, 1.6vw, 20px);
}

.about-page .about-final-card-label {
  display: block;
  margin-bottom: 10px;
  color: #00eb1c;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-page .about-final-card h3 {
  min-height: calc(2.6em + 15px);
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #00eb1c;
  color: #111;
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  font-size: clamp(0.92rem, 1.1vw, 1.02rem);
}

.about-page .about-final-card p {
  font-size: clamp(0.76rem, 0.85vw, 0.82rem);
}

.about-page .about-final-feature-notes {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  column-gap: clamp(76px, 9vw, 132px);
  row-gap: 16px;
  margin-top: clamp(36px, 4vw, 52px);
}

.about-page .about-final-feature-notes p {
  grid-column: 2;
  max-width: 54ch;
  font-size: clamp(0.78rem, 0.86vw, 0.9rem);
}

.about-page .about-final-feature-notes p:nth-child(2),
.about-page .about-final-feature-notes p:nth-child(3) {
  font-size: clamp(0.81rem, 0.8vw, 0.88rem);
}

.about-page .about-final-two-columns {
  width: calc(50% + clamp(10px, 1.15vw, 18px));
  margin: clamp(54px, 5.2vw, 74px) 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, 4vw, 56px);
}

.about-page .about-final-statement {
  position: relative;
  display: block;
  min-height: 0;
  padding: 36px 0;
  text-align: center;
  background: #fff;
}

.about-page .about-final-statement::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.about-page .about-final-statement p {
  color: #00eb1c;
  font-family: "Zilla Slab", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  font-size: clamp(1.85rem, 2.35vw, 2.45rem);
}

.about-page .about-final-proof {
  padding-top: 36px;
  padding-bottom: 36px;
}

.about-page .about-final-proof .about-final-top-row > h2 {
  margin-top: 0;
}

.about-page .about-final-proof::before { content: none; }

.about-page .about-final-proof-copy {
  display: grid;
  gap: 14px;
}

.about-page .about-final-dark-image {
  display: block;
  width: 100%;
  height: clamp(310px, 33vw, 470px);
  margin-top: clamp(48px, 5vw, 72px);
  object-fit: cover;
  object-position: center 72%;
}

.about-page .about-final-people {
  padding: 36px 0 clamp(105px, 11vw, 165px);
  background: #fff;
}

.about-page .about-final-people-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(76px, 9vw, 132px);
  align-items: start;
}

.about-page .about-final-people-copy {
  max-width: 44ch;
}

.about-page .about-final-actions {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-top: 55px;
}

.about-page .about-final-actions a {
  display: grid;
  justify-items: center;
  gap: 11px;
  color: #111;
  font-family: "Zilla Slab", Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 0.78rem;
  text-decoration: none;
}

.about-page .about-final-action-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: #050505;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: color 420ms cubic-bezier(0.22, 1, 0.36, 1), background-color 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1);
  transition: background-color 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-page .about-final-actions a[href="kontakt.html"] .about-final-action-icon svg {
  width: 20px;
  height: 20px;
}

.about-page .about-final-actions a:hover .about-final-action-icon,
.about-page .about-final-actions a:focus-visible .about-final-action-icon {
  color: #08110a;
  background: #00eb1c;
  box-shadow: 0 13px 30px rgba(0, 235, 28, 0.18);
}

@media (max-width: 760px) {
  .about-page .about-final-shell {
    width: min(100% - 48px, 560px);
  }

  .about-page .about-final-hero {
    min-height: 720px;
    padding-top: 72px;
  }

  .about-page .about-final-hero::before {
    top: 0;
    bottom: 0;
    height: auto;
    background-image: url("assets/uberuns_mobile-v3.png?v=20260824");
    background-position: center bottom;
    transform: none;
  }

  .about-page .about-final-hero-grid,
  .about-page .about-final-top-row,
  .about-page .about-final-people-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-page .about-final-hero-grid {
    padding-top: 84px;
  }

  .about-page .about-final-hero h1 {
    font-size: 2.05rem;
    white-space: normal;
    transform: translateX(8px);
  }

  .about-page .about-final-ec-logo {
    bottom: 30px;
    left: 20px;
    width: 115px;
  }

  .about-page .about-final-section {
    padding: 52px 0 70px;
  }

  .about-page .about-final-features {
    padding-bottom: 34px;
  }

  .about-page .about-final-proof {
    padding-top: 52px;
    padding-bottom: 34px;
  }

  .about-page .about-final-top-row h2,
  .about-page .about-final-people-grid h2 {
    font-size: 2.05rem;
    white-space: normal;
    transform: translateX(8px);
  }

  .about-page .about-final-three-columns,
  .about-page .about-final-two-columns {
    width: 100%;
    margin-top: 44px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-page .about-final-cards {
    display: flex;
    grid-template-columns: unset;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    margin-top: 32px;
    padding-bottom: 4px;
  }

  .about-page .about-final-cards::-webkit-scrollbar {
    display: none;
  }

  .about-page .about-final-card {
    flex: 0 0 78%;
    scroll-snap-align: center;
  }

  .about-page .about-final-feature-notes {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-page .about-final-feature-notes p {
    grid-column: 1;
    max-width: none;
  }

  .about-page .about-final-features::after,
  .about-page .about-final-statement::before,
  .about-page .about-final-proof::before {
    width: 34px;
    height: 24px;
  }

  .about-page .about-final-statement {
    min-height: 0;
    padding-inline: 0;
  }

  .about-page .about-final-statement p {
    font-size: 1.45rem;
  }

  .about-page .about-final-dark-image {
    height: 280px;
    margin-top: 42px;
  }

  .about-page .about-final-proof .about-final-top-row > h2 {
    margin-top: 0;
  }

  .about-page .about-final-proof::before {
    top: 82px;
  }

  .about-page .about-final-people {
    padding-top: 52px;
    padding-bottom: 100px;
  }

  .about-page .about-final-actions {
    justify-content: center;
    gap: 28px;
    margin-top: 42px;
  }
}

/* Final position: the left green marker belongs to the green statement itself. */
html body.about-page .about-final-proof::before {
  display: none !important;
  content: none !important;
}

html body.about-page .about-final-statement {
  position: relative !important;
}

/* Stable desktop/landscape composition: resizing the window must not rescale type. */
@media (min-width: 761px) {
  .about-page .about-final-shell {
    width: 1040px;
  }

  .about-page .about-final-hero-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    column-gap: 96px;
    padding-top: 150px;
  }

  .about-page .about-final-hero h1 {
    font-size: 56.8px;
    transform: none;
  }

  .about-page .about-final-hero-copy,
  .about-page .about-final-top-row > p,
  .about-page .about-final-proof-copy {
    font-size: 15px;
  }

  .about-page .about-final-top-row,
  .about-page .about-final-people-grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 112px;
  }

  .about-page .about-final-feature-notes {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    column-gap: 112px;
  }

  .about-page .about-final-top-row h2,
  .about-page .about-final-people-grid h2 {
    font-size: 40px;
    transform: translateX(16px);
  }

  .about-page .about-final-three-columns p,
  .about-page .about-final-two-columns p,
  .about-page .about-final-people-copy > p {
    font-size: 14px;
  }

  .about-page .about-final-three-columns {
    gap: 58px;
    margin-top: 68px;
  }

  .about-page .about-final-two-columns {
    gap: 48px;
    margin-top: 66px;
  }

  .about-page .about-final-statement p {
    font-size: 56px;
  }

  /* Editorial rule used across RIVER: copy begins slightly below its heading. */
  .about-page .about-final-top-row > p,
  .about-page .about-final-proof-copy,
  .about-page .about-final-people-copy {
    padding-top: 16px;
    box-sizing: border-box;
  }

  .about-page .about-final-hero-copy {
    padding-top: 0;
    box-sizing: border-box;
  }
}

/* Desktop: visually align the About page with the landing-page scale. */
@media (min-width: 761px) {
  .about-page .about-final-hero {
    height: max(400px, 90vh);
    min-height: max(400px, 90vh);
    box-sizing: border-box;
  }

  .about-page .about-final-hero-grid {
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
  }

  .about-page .about-final-hero::before {
    top: 86px;
    bottom: 0;
    height: auto;
  }

  .about-page .about-final-ec-logo {
    --logo-width: 190px;
    top: 500px;
    bottom: auto;
    left: calc(var(--logo-width) * 1.5 + 40px);
    width: var(--logo-width);
  }

  .about-page .about-final-hero h1 {
    font-size: 56.8px;
  }

  .about-page .about-final-hero-copy,
  .about-page .about-final-top-row > p,
  .about-page .about-final-proof-copy,
  .about-page .about-final-feature-notes p {
    font-size: 15px;
  }

  .about-page .about-final-top-row h2,
  .about-page .about-final-people-grid h2 {
    font-size: 40px;
  }

  .about-page .about-final-three-columns p,
  .about-page .about-final-two-columns p,
  .about-page .about-final-people-copy > p {
    font-size: 14px;
  }
}

/* Über uns — verbindliche Typografie nach Kundenvorgabe. */
.about-page .about-final-main h1,
.about-page .about-final-main h2,
.about-page .about-final-statement p {
  font-family: "Zilla Slab", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
}

.about-page .about-final-main p {
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.005em !important;
}

/* Introductory copy functions as the subtitle tier. */
.about-page .about-final-hero-copy > p:first-child,
.about-page .about-final-top-row > p,
.about-page .about-final-proof-copy > p:first-child {
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.04em !important;
}

.about-page .about-final-hero-copy > p:first-child strong,
.about-page .about-final-proof-copy > p:first-child strong {
  font-weight: 400 !important;
}

.about-page .about-final-proof-copy > p:first-child strong {
  font-weight: 700 !important;
}

/* Menu: Zilla Slab bold italic, sharp-edged menu controls. */
.about-page .site-header .nav-product-link,
.about-page .site-header .nav-placeholder-link,
.about-page .site-header .nav-product-name,
.about-page .site-header .header-demo,
.about-page .site-header .nav-demo-mobile {
  font-family: "Zilla Slab", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
}

.about-page .site-header .nav-product-option small {
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.005em !important;
}

.about-page .site-header .header-demo,
.about-page .site-header .nav-demo-mobile,
.about-page .site-header .nav-product-link,
.about-page .site-header .nav-placeholder-link {
  border-radius: 0 !important;
}

/* Website actions remain circular and use the menu type for their labels. */
.about-page .about-final-actions a {
  font-family: "Zilla Slab", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
}

.about-page .about-final-action-icon {
  flex: 0 0 48px;
  border-radius: 50% !important;
}

/* Keep the approved landing-page type treatment inside the compact About layout. */
.about-page .about-final-main .about-final-statement p {
  max-width: none;
  color: #00eb1c !important;
  font-family: "Zilla Slab", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
}

@media (max-width: 760px) {
  .about-page .about-final-top-row > p,
  .about-page .about-final-proof-copy,
  .about-page .about-final-feature-notes p {
    font-size: 0.95rem;
  }

  .about-page .about-final-hero-copy {
    font-size: clamp(0.55rem, calc(4.16vw - 2px), 0.95rem);
  }

  .about-page .about-final-three-columns p,
  .about-page .about-final-two-columns p,
  .about-page .about-final-people-copy > p {
    font-size: 0.9rem;
  }
}
