
  .ab-sec { padding: var(--sec-pad) 0; position: relative; }
  .ab-sec.light { background: var(--light-0); color: var(--ink); }
  .ab-hero { position: relative; min-height: 76vh; display: flex; align-items: flex-end; padding: 150px 0 72px; overflow: hidden; }
  .ab-hero-bg { position: absolute; inset: 0; border-radius: 0; outline: none; }
  .ab-hero-bg .ph-label { transform: translateY(-6vh); }
  .ab-hero-ov {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background:
      linear-gradient(90deg, rgba(18,18,18,0.92) 0%, rgba(18,18,18,0.55) 50%, rgba(18,18,18,0.25) 100%),
      linear-gradient(0deg, var(--bg-0) 2%, rgba(18,18,18,0.25) 40%, rgba(18,18,18,0.4) 100%);
  }
  .ab-hero .wrap { position: relative; z-index: 2; width: 100%; }
  .ab-hero-content { max-width: 840px; display: grid; gap: 22px; }
  .ab-hero h1 { font-size: clamp(36px, 4.8vw, 62px); }
  .ab-hero .sub { font-size: 18px; color: var(--txt-mid); max-width: 680px; text-wrap: pretty; }
  .ab-pills { display: flex; gap: 10px; flex-wrap: wrap; }
  .ab-pill {
    font-family: var(--font-display); font-stretch: var(--display-stretch);
    font-weight: 620; font-size: 13px; letter-spacing: 0.03em; color: var(--orange-soft);
    border: 1px solid rgba(244, 116, 27, 0.4); border-radius: 999px; padding: 8px 16px;
  }
  .ab-hero .hero-ctas { margin-top: 6px; }
  .ab-mission-lede { max-width: 860px; margin-bottom: 56px; }
  .ab-mission-lede p { font-size: 18px; color: var(--ink-soft); text-wrap: pretty; }
  .ab-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
  .ab-stats .cp {
    display: grid; gap: 8px; align-content: center;
    background: #FFFFFF; border: 1px solid var(--paper-line);
    border-radius: 18px; padding: 30px 28px; min-height: 132px;
  }
  .ab-stats .cp-num {
    font-family: var(--font-display); font-stretch: var(--display-stretch);
    font-weight: 750; font-size: 38px; line-height: 1.05;
    color: var(--orange); letter-spacing: -0.01em;
  }
  .ab-stats .cp:nth-child(2) .cp-num { font-size: 26px; }
  .ab-stats .cp-lbl { font-size: 14px; color: var(--ink-soft); }
  .ab-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 160px; grid-auto-flow: dense; gap: 16px; }
  .ab-tile { position: relative; }
  .ab-tile .media-ph { width: 100%; height: 100%; }
  .media-ph.filled { outline: none; }
  .media-ph.filled > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .media-ph.filled .ph-cap {
    position: absolute; left: 14px; bottom: 12px; z-index: 2;
    font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
    color: #fff; padding: 6px 11px; border-radius: 999px;
    background: rgba(18,18,18,0.55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.14);
  }
  .ab-tile.t-lg { grid-column: span 2; grid-row: span 2; }
  .ab-tile.t-wide { grid-column: span 2; }
  .ab-tile.t-tall { grid-row: span 2; }
  .ab-gallery-cap { font-family: var(--font-mono); font-size: 12px; color: var(--txt-low); text-align: center; margin-top: 26px; letter-spacing: 0.04em; }
  .ab-culture { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 8px 0 56px; }
  .pos-list { display: grid; gap: 14px; }
  .pos-row {
    display: grid; grid-template-columns: 1fr auto; gap: 14px 28px; align-items: center;
    background: var(--bg-1); border: 1px solid var(--line); border-radius: 18px; padding: 24px 28px;
    transition: border-color 0.22s, transform 0.22s;
  }
  .pos-row:hover { border-color: rgba(244, 116, 27, 0.4); transform: translateY(-2px); }
  .pos-main { display: grid; gap: 9px; }
  .pos-title { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
  .pos-title h3 { font-family: var(--font-display); font-stretch: var(--display-stretch); font-weight: 660; font-size: 19px; }
  .pos-pill { display: flex; gap: 8px; flex-wrap: wrap; }
  .pos-pill span {
    font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--orange-soft); border: 1px solid rgba(244, 116, 27, 0.38); border-radius: 999px; padding: 5px 11px;
  }
  .pos-desc { font-size: 14.5px; color: var(--txt-mid); }
  .pos-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--txt-hi); white-space: nowrap; transition: color 0.18s; }
  .pos-link:hover { color: var(--orange-bright); }
  .pos-link .arr { transition: transform 0.2s; }
  .pos-link:hover .arr { transform: translateX(3px); }
  .ab-initiativ { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
  .ab-initiativ p { font-size: 16px; color: var(--txt-mid); }
  @media (max-width: 1100px) {
    .ab-culture { grid-template-columns: repeat(2, 1fr); }
    .ab-gallery { grid-template-columns: repeat(2, 1fr); }
    .ab-tile.t-lg { grid-column: span 2; grid-row: span 2; }
  }
  @media (max-width: 760px) {
    .ab-hero { padding-top: 120px; min-height: 70vh; }
    .ab-hero h1 { hyphens: auto; -webkit-hyphens: auto; }
    .ab-hero .hero-ctas .btn { width: 100%; }
    .ab-stats { grid-template-columns: 1fr; }
    .ab-culture { grid-template-columns: 1fr; }
    .ab-gallery { grid-template-columns: 1fr; grid-auto-rows: 200px; }
    .ab-tile.t-lg, .ab-tile.t-wide, .ab-tile.t-tall { grid-column: auto; grid-row: auto; }
    .pos-row { grid-template-columns: 1fr; }
  }