/* =========================================================
   Ueber mich
   ========================================================= */

.ak-about-page {
    background: #fbfbfa;
    color: #0b1f38;
}

/* ---------------------------------------------------------
   Hero
   --------------------------------------------------------- */

.ak-about-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(185, 154, 100, 0.16), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
    padding: clamp(62px, 8vw, 118px) 24px clamp(62px, 8vw, 112px);
    border-bottom: 1px solid rgba(6, 27, 54, 0.08);
}

.ak-about-hero-inner {
    width: min(1220px, calc(100vw - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: clamp(38px, 6vw, 86px);
    align-items: center;
}

.ak-about-kicker,
.ak-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 22px;
    color: #00578b;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.ak-about-kicker::before,
.ak-section-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: #b99a64;
}

.ak-about-hero h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4.4rem, 8vw, 8.6rem);
    font-weight: 400;
    line-height: 0.86;
    letter-spacing: -0.065em;
    color: #061b36;
}

.ak-about-role {
    margin: 26px 0 0;
    color: #00578b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.18rem, 1.8vw, 1.62rem);
    line-height: 1.25;
}

.ak-about-line {
    display: block;
    width: 58px;
    height: 1px;
    margin: 28px 0 22px;
    background: #b99a64;
}

.ak-about-lead {
    margin: 0;
    max-width: 560px;
    color: #22344b;
    font-size: clamp(1.05rem, 1.25vw, 1.18rem);
    line-height: 1.78;
}

.ak-about-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.ak-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ak-about-button:hover {
    transform: translateY(-2px);
}

.ak-about-button-primary {
    background: #061b36;
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(6, 27, 54, 0.17);
}

.ak-about-button-primary:hover {
    background: #00578b;
    color: #ffffff;
}

.ak-about-button-secondary {
    border: 1px solid rgba(6, 27, 54, 0.16);
    background: #ffffff;
    color: #061b36;
}

.ak-about-button-secondary:hover {
    border-color: #00578b;
    color: #00578b;
}

.ak-about-hero-visual {
    position: relative;
}

.ak-about-photo {
    width: min(100%, 520px);
    min-height: clamp(460px, 52vw, 680px);
    margin-left: auto;
    border-radius: 46% 46% 38px 38px;
    background-image:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(6,27,54,0.10)),
        url("../img/hero-ich.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    box-shadow: 0 26px 78px rgba(6, 27, 54, 0.15);
    position: relative;
    overflow: hidden;
}

.ak-about-photo::before {
    content: "";
    position: absolute;
    inset: 26px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 46% 46% 28px 28px;
    pointer-events: none;
}

.ak-about-photo::after {
    content: "";
    position: absolute;
    left: -18%;
    right: -18%;
    bottom: -24%;
    height: 36%;
    background: rgba(255,255,255,0.70);
    border-radius: 50% 50% 0 0 / 68% 68% 0 0;
    pointer-events: none;
}

/* ---------------------------------------------------------
   Intro
   --------------------------------------------------------- */

.ak-about-intro {
    padding: clamp(70px, 9vw, 128px) 24px;
    background: #ffffff;
}

.ak-about-intro-inner {
    width: min(1040px, calc(100vw - 48px));
    margin: 0 auto;
}

.ak-about-intro h2,
.ak-about-work h2,
.ak-about-story h2,
.ak-about-cta h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.5rem, 4.8vw, 5.4rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.058em;
    color: #061b36;
}

.ak-about-text-columns {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 5vw, 64px);
}

.ak-about-text-columns p,
.ak-about-work-content p,
.ak-about-story-card p,
.ak-about-value-card p,
.ak-about-cta p,
.ak-about-work-item p {
    margin: 0;
    color: #2d4058;
    font-size: 1.04rem;
    line-height: 1.82;
}

/* ---------------------------------------------------------
   Values
   --------------------------------------------------------- */

.ak-about-values {
    padding: clamp(64px, 8vw, 112px) 24px;
    background: #fbfbfa;
    border-top: 1px solid rgba(6, 27, 54, 0.08);
    border-bottom: 1px solid rgba(6, 27, 54, 0.08);
}

.ak-about-values-inner {
    width: min(1180px, calc(100vw - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ak-about-value-card {
    padding: 34px 30px;
    background: #ffffff;
    border: 1px solid rgba(6, 27, 54, 0.10);
    border-radius: 30px;
    box-shadow: 0 18px 52px rgba(6, 27, 54, 0.06);
    position: relative;
    overflow: hidden;
}

.ak-about-value-card::after {
    content: "";
    position: absolute;
    right: -42px;
    top: -42px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(185, 154, 100, 0.10);
}

.ak-about-value-number {
    display: block;
    margin-bottom: 26px;
    color: #00578b;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.22em;
}

.ak-about-value-card h2 {
    margin: 0 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.048em;
    color: #061b36;
}

/* ---------------------------------------------------------
   Work
   --------------------------------------------------------- */

.ak-about-work {
    padding: clamp(70px, 9vw, 128px) 24px;
    background: #ffffff;
}

.ak-about-work-inner {
    width: min(1180px, calc(100vw - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(34px, 6vw, 82px);
    align-items: start;
}

.ak-about-work-content p {
    margin-top: 24px;
}

.ak-about-work-list {
    display: grid;
    gap: 18px;
}

.ak-about-work-item {
    padding: 26px 28px;
    background: #fbfbfa;
    border: 1px solid rgba(6, 27, 54, 0.10);
    border-radius: 26px;
}

.ak-about-work-item h3 {
    margin: 0 0 10px;
    color: #061b36;
    font-size: 1.22rem;
    line-height: 1.3;
}

.ak-about-work-item a {
    display: inline-flex;
    margin-top: 14px;
    color: #00578b;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.ak-about-work-item a:hover {
    color: #061b36;
}

/* ---------------------------------------------------------
   Story
   --------------------------------------------------------- */

.ak-about-story {
    padding: clamp(70px, 9vw, 128px) 24px;
    background:
        radial-gradient(circle at top right, rgba(185, 154, 100, 0.12), transparent 32%),
        #fbfbfa;
    border-top: 1px solid rgba(6, 27, 54, 0.08);
}

.ak-about-story-inner {
    width: min(1180px, calc(100vw - 48px));
    margin: 0 auto;
}

.ak-about-story-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ak-about-story-card {
    padding: 30px 28px;
    background: #ffffff;
    border: 1px solid rgba(6, 27, 54, 0.10);
    border-radius: 28px;
    box-shadow: 0 18px 52px rgba(6, 27, 54, 0.06);
}

.ak-about-story-card h3 {
    margin: 0 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    color: #061b36;
    font-size: clamp(1.75rem, 2.4vw, 2.5rem);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

/* ---------------------------------------------------------
   Quote
   --------------------------------------------------------- */

.ak-about-quote {
    padding: clamp(64px, 8vw, 112px) 24px;
    background: #ffffff;
}

.ak-about-quote-inner {
    width: min(780px, calc(100vw - 48px));
    margin: 0 auto;
    text-align: center;
}

.ak-about-quote p {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.5rem, 2.4vw, 2.5rem);
    font-style: italic;
    line-height: 1.34;
    letter-spacing: 0.02em;
    color: #061b36;
}

/* ---------------------------------------------------------
   CTA
   --------------------------------------------------------- */

.ak-about-cta {
    padding: clamp(70px, 9vw, 128px) 24px;
    background: #fbfbfa;
    border-top: 1px solid rgba(6, 27, 54, 0.08);
}

.ak-about-cta-inner {
    width: min(860px, calc(100vw - 48px));
    margin: 0 auto;
    text-align: center;
    padding: clamp(34px, 5vw, 58px);
    background: #ffffff;
    border: 1px solid rgba(6, 27, 54, 0.10);
    border-radius: 34px;
    box-shadow: 0 24px 70px rgba(6, 27, 54, 0.08);
}

.ak-about-cta .ak-section-kicker {
    justify-content: center;
}

.ak-about-cta .ak-section-kicker::after {
    content: "";
    width: 34px;
    height: 1px;
    background: #b99a64;
}

.ak-about-cta p:not(.ak-section-kicker) {
    margin: 22px auto 0;
    max-width: 680px;
}

.ak-about-cta .ak-about-button {
    margin-top: 30px;
}

/* ---------------------------------------------------------
   Responsive
   --------------------------------------------------------- */

@media (max-width: 980px) {
    .ak-about-hero-inner,
    .ak-about-work-inner {
        grid-template-columns: 1fr;
    }

    .ak-about-photo {
        margin: 0 auto;
        min-height: 560px;
    }

    .ak-about-text-columns,
    .ak-about-values-inner,
    .ak-about-story-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .ak-about-hero,
    .ak-about-intro,
    .ak-about-values,
    .ak-about-work,
    .ak-about-story,
    .ak-about-quote,
    .ak-about-cta {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ak-about-hero-inner,
    .ak-about-intro-inner,
    .ak-about-values-inner,
    .ak-about-work-inner,
    .ak-about-story-inner,
    .ak-about-quote-inner,
    .ak-about-cta-inner {
        width: min(100%, calc(100vw - 32px));
    }

    .ak-about-hero h1 {
        font-size: clamp(4rem, 17vw, 5.7rem);
    }

    .ak-about-kicker,
    .ak-section-kicker {
        letter-spacing: 0.18em;
    }

    .ak-about-kicker::before,
    .ak-section-kicker::before,
    .ak-about-cta .ak-section-kicker::after {
        width: 24px;
    }

    .ak-about-actions {
        flex-direction: column;
    }

    .ak-about-button {
        width: 100%;
    }

    .ak-about-photo {
        min-height: 460px;
        border-radius: 44% 44% 28px 28px;
    }

    .ak-about-value-card,
    .ak-about-story-card,
    .ak-about-work-item,
    .ak-about-cta-inner {
        border-radius: 24px;
    }

    .ak-about-cta-inner {
        padding: 30px 22px;
    }
}