.about-hero {
    position: relative;
    overflow: hidden;
    padding: calc(var(--home-nav-height, 92px) + clamp(40px, 5vw, 64px)) 0 0;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 145, 76, 0.12) 0%, transparent 22%),
        radial-gradient(circle at 84% 24%, rgba(255, 145, 76, 0.12) 0%, transparent 18%),
        radial-gradient(circle at 68% 78%, rgba(71, 0, 47, 0.05) 0%, transparent 26%),
        linear-gradient(135deg, rgba(255,247,239,0.96) 0%, #fff 42%, rgba(255,250,244,0.98) 72%, rgba(251,245,238,0.96) 100%);
    border-bottom: 1px solid rgba(71, 0, 47, 0.06);
}

.about-hero::before,
.about-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

.about-hero::before {
    width: clamp(180px, 26vw, 320px);
    height: clamp(180px, 26vw, 320px);
    top: 120px;
    right: clamp(-80px, 4vw, 24px);
    background: radial-gradient(circle, rgba(255, 119, 0, 0.12) 0%, transparent 72%);
}

.about-hero::after {
    width: clamp(140px, 18vw, 220px);
    height: clamp(140px, 18vw, 220px);
    left: clamp(-32px, 2vw, 16px);
    bottom: 24px;
    background: radial-gradient(circle, rgba(71, 0, 47, 0.08) 0%, transparent 72%);
}

.about-hero__inner,
.about-story__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(32px, 4vw, 56px);
}

.about-hero__header,
.about-story__grid {
    align-items: start;
}

.about-hero__header {
    display: grid;
    justify-items: start;
    gap: clamp(18px, 3vw, 28px);
    max-width: min(1080px, 100%);
    text-align: left;
}

.about-hero__intro,
.about-story__timeline,
.about-offices__header,
.about-story__body {
    display: grid;
    gap: 18px;
}

.about-hero__title,
.about-section__title {
    margin: 0;
    color: var(--bordeaux-bg);
    font-size: clamp(42px, 5.6vw, 68px);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.about-section__title {
    font-size: clamp(34px, 4.4vw, 52px);
}

.about-hero__copy,
.about-section__copy {
    display: grid;
    gap: 16px;
    max-width: 72ch;
}

.about-hero__copy p,
.about-section__copy p,
.about-story__timeline p,
.about-offices__item p {
    margin: 0;
    color: rgba(71, 0, 47, 0.86);
    font-family: "Metropolis Light", sans-serif;
    font-size: clamp(18px, 1.7vw, 21px);
    line-height: 1.65;
}

.about-section__eyebrow {
    margin: 0;
    color: var(--primary-bg-orange);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-hero__image {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(71, 0, 47, 0.08);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,248,243,0.96));
    box-shadow: 0 24px 56px rgba(71, 0, 47, 0.08);
}

.about-hero__gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(18px, 2vw, 24px);
    align-items: end;
    margin-top: clamp(12px, 2vw, 20px);
}

.about-hero__image::after,
.about-story__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 45%, rgba(71, 0, 47, 0.08) 100%);
    pointer-events: none;
}

.about-hero__image--team {
    aspect-ratio: 16 / 6.75;
    border-radius: 32px 32px 0 0;
    border-bottom: 0;
}

.about-hero__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero__image--team img {
    object-position: center 67%;
}

.about-company,
.about-story,
.about-offices {
    padding-top: clamp(64px, 8vw, 104px);
    padding-bottom: clamp(64px, 8vw, 104px);
}

.about-story {
    background:
        radial-gradient(ellipse at top right, rgba(255, 137, 58, 0.08), transparent 42%),
        linear-gradient(180deg, rgba(255,249,243,0.94) 0%, rgba(255,255,255,0.98) 28%, rgba(255,251,246,0.95) 68%, rgba(250,244,237,0.92) 100%);
    border-bottom: 1px solid rgba(71, 0, 47, 0.06);
}

.about-story__grid {
    grid-template-columns: 1fr;
}

.about-story__intro {
    display: grid;
    gap: 24px;
    max-width: 40rem;
}

.about-story__body {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(22px, 3vw, 32px);
    align-items: start;
}

.about-story__image {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(71, 0, 47, 0.08);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,248,243,0.96));
    box-shadow: 0 24px 56px rgba(71, 0, 47, 0.08);
    aspect-ratio: 1.12 / 1;
}

.about-story__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-story__timeline {
    position: relative;
    gap: 22px;
    padding-left: clamp(34px, 3vw, 42px);
}

.about-story__timeline::before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 6px;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 119, 0, 0.7), rgba(71, 0, 47, 0.12));
}

.about-story__timeline p {
    position: relative;
    padding-left: 0;
}

.about-story__timeline p::before {
    content: "";
    position: absolute;
    top: 0.52em;
    left: calc(clamp(34px, 3vw, 42px) * -1);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--primary-bg-orange);
    box-shadow: 0 0 0 5px rgba(255, 119, 0, 0.08);
}

.about-story__closing {
    color: var(--bordeaux-bg);
}

.about-offices__header {
    max-width: 760px;
    margin-bottom: clamp(28px, 4vw, 40px);
}

.about-offices__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 48px);
}

.about-offices__item {
    display: grid;
    gap: 14px;
    padding: clamp(24px, 3vw, 30px) 0 0;
    border-top: 1px solid rgba(71, 0, 47, 0.12);
}

.about-offices__media {
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 16 / 9;
    margin-bottom: 4px;
}

.about-offices__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-offices__eyebrow {
    margin: 0;
    color: var(--primary-bg-orange);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-offices__item h3 {
    margin: 0;
    color: var(--bordeaux-bg);
    font-size: clamp(26px, 2.6vw, 34px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.about-offices__address,
.about-offices__address .footer-location-link {
    color: rgba(71, 0, 47, 0.82);
    font-family: "Metropolis Light", sans-serif;
    font-size: clamp(18px, 1.7vw, 21px);
    line-height: 1.65;
    text-decoration: none;
}

.about-offices__address .footer-location-link:hover {
    color: var(--bordeaux-bg);
}

.about-offices__phone {
    color: var(--primary-bg-orange);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-offices__phone:hover {
    color: var(--bordeaux-bg);
}

@media screen and (max-width: 1024px) {
    .about-offices__grid {
        grid-template-columns: 1fr;
    }

    .about-story__body {
        grid-template-columns: 1fr;
    }

    .about-story__intro {
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .about-hero__title,
    .about-section__title {
        font-size: clamp(34px, 9vw, 42px);
        line-height: 1;
    }

    .about-hero__copy p,
    .about-section__copy p,
    .about-story__timeline p,
    .about-offices__item p {
        font-size: 17px;
        line-height: 1.6;
    }

    .about-hero__gallery {
        grid-template-columns: 1fr;
        margin-top: 12px;
    }

    .about-hero__image--team {
        min-height: 0;
        height: clamp(188px, 54vw, 240px);
        aspect-ratio: auto;
        border-radius: 24px 24px 0 0;
        border-bottom: 0;
        margin-bottom: -1px;
    }

    .about-hero__image,
    .about-story__image {
        border-radius: 24px;
    }

    .about-hero__image--team {
        border-radius: 24px 24px 0 0;
    }

    .about-hero__image--team img {
        object-position: center 70%;
    }

    .about-story__image {
        width: min(100%, 320px);
        max-width: 100%;
        aspect-ratio: 1.08 / 0.92;
        justify-self: center;
    }

    .about-story__image img {
        object-position: center center;
    }

    .about-story__timeline {
        padding-left: 34px;
    }

    .about-story__timeline p::before {
        left: -34px;
    }
}
