.nav-links a[aria-current="page"] {
    background: var(--surface-blue);
    color: var(--brand-dark);
}

.nav-banner a[aria-current="page"],
.footer-links a[aria-current="page"] {
    color: #72d0e4;
}

#who-we-are,
#what-we-do,
#our-values,
#get-in-touch {
    scroll-margin-top: calc(var(--header-height) + 24px);
}

.about-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(76px, 9vw, 116px) 0 clamp(72px, 8vw, 104px);
    background:
        radial-gradient(circle at 3% 9%, rgba(71, 189, 216, 0.2), transparent 27%),
        radial-gradient(circle at 96% 92%, rgba(8, 127, 174, 0.12), transparent 25%),
        linear-gradient(135deg, #f8fbfd 0%, #ffffff 54%, #edf7fa 100%);
}

.about-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(8, 127, 174, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 127, 174, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    content: "";
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(410px, 0.95fr);
    align-items: center;
    gap: clamp(54px, 8vw, 102px);
}

.about-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--ink-950);
    font-size: clamp(3rem, 5.25vw, 5rem);
    font-weight: 760;
    letter-spacing: -0.06em;
    line-height: 1;
}

.about-hero-lead {
    max-width: 660px;
    margin: 28px 0 0;
    color: var(--slate-700);
    font-size: clamp(1.08rem, 1.55vw, 1.24rem);
    font-weight: 560;
    line-height: 1.7;
}

.about-hero-summary {
    max-width: 650px;
    margin: 18px 0 0;
    color: var(--slate-600);
    font-size: 1.02rem;
    line-height: 1.75;
}

.about-hero-visual {
    position: relative;
}

.about-hero-visual::before {
    position: absolute;
    inset: 13% -10% -9% 18%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(8, 127, 174, 0.21);
    filter: blur(54px);
    content: "";
}

.about-image-frame {
    position: relative;
    min-height: 530px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 28px;
    background: var(--ink-900);
    box-shadow: var(--shadow-lg);
}

.about-image-frame > img {
    width: 100%;
    height: 100%;
    min-height: 530px;
    object-fit: cover;
    object-position: 54% center;
}

.about-image-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 22, 38, 0.03) 38%, rgba(7, 22, 38, 0.87) 100%),
        linear-gradient(90deg, rgba(7, 22, 38, 0.13), transparent 52%);
}

.about-image-note {
    position: absolute;
    top: 24px;
    right: 24px;
    display: grid;
    min-width: 138px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 13px;
    background: rgba(7, 22, 38, 0.76);
    color: #ffffff;
    backdrop-filter: blur(12px);
}

.note-year {
    font-size: 1.65rem;
    font-weight: 780;
    letter-spacing: -0.04em;
    line-height: 1;
}

.note-copy {
    margin-top: 5px;
    color: #b9d5e0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-image-caption {
    position: absolute;
    right: 28px;
    bottom: 28px;
    left: 28px;
    max-width: 460px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.12rem, 2vw, 1.42rem);
    font-weight: 680;
    letter-spacing: -0.025em;
    line-height: 1.38;
}

.about-section-heading {
    margin-bottom: 44px;
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    align-items: stretch;
    gap: clamp(44px, 7vw, 88px);
}

.about-story-copy {
    padding-top: 8px;
}

.about-story-copy p {
    max-width: 650px;
    margin: 0;
    color: var(--slate-600);
    font-size: 1.06rem;
    line-height: 1.82;
}

.about-story-copy p + p {
    margin-top: 20px;
}

.choice-panel {
    position: relative;
    padding: clamp(32px, 4.5vw, 48px);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--surface-soft);
}

.choice-panel::after {
    position: absolute;
    right: -82px;
    bottom: -94px;
    width: 210px;
    height: 210px;
    border: 34px solid rgba(8, 127, 174, 0.055);
    border-radius: 50%;
    content: "";
}

.choice-kicker,
.work-type {
    margin: 0;
    color: var(--brand-dark);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.choice-panel h3 {
    max-width: 500px;
    margin: 17px 0 13px;
    color: var(--ink-900);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    letter-spacing: -0.04em;
    line-height: 1.18;
}

.choice-panel > p:not(.choice-kicker) {
    position: relative;
    z-index: 1;
    margin: 0 0 24px;
    color: var(--slate-600);
    font-size: 0.98rem;
}

.choice-panel .text-link {
    position: relative;
    z-index: 1;
    color: var(--brand-dark);
}

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

.work-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.work-card {
    position: relative;
    display: flex;
    min-height: 375px;
    flex-direction: column;
    padding: 31px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 10px 32px rgba(11, 31, 51, 0.035);
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.work-card::after {
    position: absolute;
    right: -48px;
    bottom: -66px;
    width: 160px;
    height: 160px;
    border: 25px solid rgba(8, 127, 174, 0.045);
    border-radius: 50%;
    content: "";
}

.work-card:hover {
    z-index: 1;
    border-color: #aac9d7;
    box-shadow: var(--shadow-sm);
    transform: translateY(-4px);
}

.work-number {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 11px;
    background: var(--surface-blue);
    color: var(--brand-dark);
    font-size: 0.8rem;
    font-weight: 850;
}

.work-card > div {
    margin-top: 30px;
}

.work-card h3 {
    margin: 8px 0 10px;
    color: var(--ink-900);
    font-size: 1.35rem;
    letter-spacing: -0.03em;
    line-height: 1.24;
}

.work-card div > p:last-child {
    margin: 0;
    color: var(--slate-600);
    font-size: 0.96rem;
    line-height: 1.68;
}

.work-card .card-link {
    position: relative;
    z-index: 1;
    width: fit-content;
    text-decoration: none;
}

.values-section {
    position: relative;
    overflow: hidden;
    background: var(--ink-950);
    color: #ffffff;
}

.values-section::before {
    position: absolute;
    top: -330px;
    right: -210px;
    width: 690px;
    height: 690px;
    border: 115px solid rgba(71, 189, 216, 0.06);
    border-radius: 50%;
    content: "";
}

.values-heading {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
    align-items: end;
    gap: 48px;
    margin-bottom: 48px;
}

.values-heading .section-label {
    color: #72d0e4;
}

.values-heading h2 {
    max-width: 780px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.15rem, 4vw, 3.65rem);
    font-weight: 740;
    letter-spacing: -0.05em;
    line-height: 1.08;
}

.values-heading > p {
    margin: 0;
    color: #aebfcd;
    font-size: 1.04rem;
    line-height: 1.75;
}

.values-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.value-card {
    min-height: 305px;
    padding: 31px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.055);
}

.value-index {
    display: inline-block;
    padding-bottom: 9px;
    border-bottom: 2px solid rgba(114, 208, 228, 0.68);
    color: #72d0e4;
    font-size: 0.78rem;
    font-weight: 850;
}

.value-card h3 {
    margin: 50px 0 10px;
    color: #ffffff;
    font-size: 1.32rem;
    letter-spacing: -0.025em;
}

.value-card p {
    margin: 0;
    color: #aebfcd;
    font-size: 0.97rem;
    line-height: 1.7;
}

.about-cta {
    padding-top: clamp(82px, 10vw, 128px);
}

@media (max-width: 1020px) {
    .about-hero-grid,
    .about-story-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-copy {
        max-width: 790px;
    }

    .about-hero-visual {
        width: min(100%, 760px);
    }

    .about-image-frame,
    .about-image-frame > img {
        min-height: 500px;
    }

    .about-story-copy {
        max-width: 760px;
    }

    .choice-panel {
        max-width: 760px;
    }

    .work-grid,
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .work-card:last-child,
    .value-card:last-child {
        grid-column: 1 / -1;
    }

    .value-card:last-child {
        min-height: 220px;
    }
}

@media (max-width: 720px) {
    .about-hero {
        padding-top: 64px;
    }

    .about-hero-grid {
        gap: 46px;
    }

    .about-hero h1 {
        font-size: clamp(2.65rem, 13vw, 4rem);
        letter-spacing: -0.055em;
    }

    .about-image-frame,
    .about-image-frame > img {
        min-height: 420px;
    }

    .about-image-caption {
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .work-grid,
    .values-grid,
    .values-heading {
        grid-template-columns: 1fr;
    }

    .values-heading {
        gap: 20px;
        margin-bottom: 34px;
    }

    .work-card,
    .value-card,
    .value-card:last-child {
        min-height: 275px;
        grid-column: auto;
    }
}

@media (max-width: 480px) {
    .about-image-frame,
    .about-image-frame > img {
        min-height: 370px;
    }

    .about-image-note {
        top: 14px;
        right: 14px;
        min-width: 124px;
        padding: 12px 14px;
    }

    .about-image-caption {
        font-size: 1.04rem;
    }

    .choice-panel,
    .work-card,
    .value-card {
        padding: 24px;
    }
}
