.about-page {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(0, 151, 178, 0.2), transparent 34rem),
        radial-gradient(circle at 8% 22%, rgba(255, 145, 77, 0.1), transparent 30rem),
        radial-gradient(circle at 78% 64%, rgba(0, 151, 178, 0.12), transparent 36rem),
        linear-gradient(180deg, #0b2334 0%, #0a1d2c 42%, #0b2334 72%, #081a28 100%);
    color: #e5e7eb;
}

.about-page::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.about-page::after {
    background:
        linear-gradient(180deg, rgba(8, 26, 40, 0.08) 0%, rgba(11, 35, 52, 0.42) 34%, rgba(11, 35, 52, 0.58) 72%, rgba(8, 26, 40, 0.74) 100%),
        radial-gradient(circle at 28% 28%, rgba(0, 151, 178, 0.12), transparent 34rem),
        radial-gradient(circle at 72% 62%, rgba(255, 145, 77, 0.07), transparent 34rem);
}

.about-page img {
    display: block;
    max-width: 100%;
}

.about-hero {
    position: relative;
    z-index: 1;
    min-height: clamp(520px, 72svh, 720px);
    display: grid;
    align-items: start;
    overflow: visible;
    margin-bottom: clamp(-120px, -7vw, -72px);
    padding: 42px 24px clamp(150px, 14vw, 220px);
}

.about-hero-media {
    position: absolute;
    inset: 0;
    overflow: visible;
}

.about-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 26, 40, 0.92), rgba(8, 26, 40, 0.64) 46%, rgba(8, 26, 40, 0.28)),
        linear-gradient(180deg, rgba(8, 26, 40, 0.08) 0%, rgba(8, 26, 40, 0.24) 48%, rgba(11, 35, 52, 0.7) 78%, #0b2334 100%);
}

.about-hero-media::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: clamp(-170px, -9vw, -96px);
    left: 0;
    z-index: 1;
    height: clamp(340px, 36vw, 620px);
    background:
        linear-gradient(180deg, rgba(11, 35, 52, 0) 0%, rgba(11, 35, 52, 0.7) 34%, #0b2334 66%, rgba(11, 35, 52, 0) 100%),
        radial-gradient(ellipse at 50% 48%, rgba(11, 35, 52, 0.92), transparent 74%);
    pointer-events: none;
}

.about-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 58%;
    filter: saturate(0.9) contrast(1.04);
}

.about-hero-content {
    position: relative;
    z-index: 1;
    width: min(100%, 780px);
    margin-left: max(24px, 5vw);
}

.about-hero-content::before,
.about-section-heading::before,
.about-split-copy::before,
.about-production-panel::before,
.about-final-cta__inner::before,
.about-method-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border-radius: 999px;
    background: radial-gradient(ellipse at center, rgba(0, 151, 178, 0.22), rgba(0, 151, 178, 0.1) 42%, transparent 72%);
    filter: blur(28px);
}

.about-hero-content::before {
    inset: -46px -72px -54px -46px;
}

.about-hero-content > span,
.about-section-heading span {
    display: block;
    margin-bottom: 12px;
    color: #FF914D;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-hero h1 {
    margin: 0 0 24px;
    color: #f8fafc;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: 0;
}

.about-hero p {
    max-width: 640px;
    margin: 0;
    color: rgba(226, 232, 240, 0.78);
    font-size: 19px;
    line-height: 1.65;
    font-weight: 650;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.about-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    background: rgba(0, 151, 178, 0.14);
    color: #67e8f9;
    font-size: 14px;
    font-weight: 900;
}

.about-secondary-link:hover {
    background: rgba(0, 151, 178, 0.22);
    color: #a5f3fc;
}

.about-intro,
.about-partner,
.about-capabilities,
.about-values,
.about-method,
.about-lab,
.about-team,
.about-production,
.about-final-cta {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding: 86px 24px;
}

.about-intro {
    position: relative;
    z-index: 0;
    padding-top: clamp(156px, 14vw, 224px);
}

.about-section-heading {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin-bottom: 34px;
}

.about-section-heading::before {
    inset: -34px -52px;
}

.about-section-heading h2 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0;
}

.about-section-heading p {
    max-width: 820px;
    margin: 18px 0 0;
    color: rgba(203, 213, 225, 0.78);
    font-size: 16px;
    line-height: 1.7;
}

.about-intro-grid {
    display: block;
    max-width: 1040px;
    margin: 0 auto;
}

.about-intro article {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 8px 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
}

.about-intro article::before {
    content: "";
    position: absolute;
    inset: -54px -74px -46px -58px;
    z-index: -1;
    border-radius: 999px;
    background:
        radial-gradient(ellipse at 42% 50%, rgba(0, 151, 178, 0.2), rgba(0, 151, 178, 0.1) 46%, transparent 74%),
        radial-gradient(ellipse at 72% 58%, rgba(0, 151, 178, 0.12), transparent 68%);
    filter: blur(26px);
    pointer-events: none;
}

.about-intro p {
    margin: 0;
    color: rgba(226, 232, 240, 0.86);
    font-family: var(--ydea-font-mono);
    font-size: clamp(16px, 1.28vw, 19px);
    line-height: 1.76;
    font-weight: 500;
}

.about-intro p + p {
    margin-top: 22px;
}

.about-intro strong {
    color: #FF914D;
    font-weight: 900;
}

.about-intro .about-section-heading,
.about-production .about-section-heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.about-metrics {
    display: grid;
    gap: 14px;
}

.about-metrics div {
    display: grid;
    align-content: center;
    min-height: 118px;
    padding: 24px;
    border-radius: 12px;
    background:
        radial-gradient(circle at top right, rgba(0, 151, 178, 0.18), transparent 15rem),
        rgba(255, 255, 255, 0.045);
}

.about-metrics strong {
    display: block;
    color: #67e8f9;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
}

.about-metrics span {
    margin-top: 8px;
    color: rgba(203, 213, 225, 0.74);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 850;
    text-transform: uppercase;
}

.about-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 34px;
    align-items: stretch;
}

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

.about-partner {
    padding-bottom: clamp(20px, 2vw, 36px);
}

.about-partner .about-section-heading {
    position: relative;
    z-index: 6;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.about-split-copy,
.about-production-panel,
.about-final-cta__inner {
    position: relative;
    z-index: 1;
    padding: 34px;
    border: 0;
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0, rgba(0, 151, 178, 0.12), transparent 18rem),
        linear-gradient(135deg, rgba(255, 145, 77, 0.08), transparent 38%),
        rgba(8, 25, 38, 0.76);
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.22);
}

.about-split-copy::before,
.about-production-panel::before,
.about-final-cta__inner::before {
    inset: -30px -42px;
}

.about-partner .about-split-copy {
    display: block;
    max-width: 980px;
    min-height: 0;
    margin: 0 auto;
    padding: clamp(6px, 1vw, 18px) 0 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    text-align: center;
}

.about-partner-text {
    position: relative;
    z-index: 1;
    min-width: 0;
    max-width: 920px;
    margin: 0 auto;
}

.about-partner .about-split-copy::before {
    inset: -46px 50% -40px auto;
    width: min(900px, 90vw);
    transform: translateX(50%);
    background: radial-gradient(ellipse at 50% 50%, rgba(0, 151, 178, 0.17), rgba(0, 151, 178, 0.08) 48%, transparent 76%);
    filter: blur(30px);
}

.about-split-copy p,
.about-production-panel p,
.about-final-cta__inner p {
    margin: 0;
    color: rgba(213, 226, 236, 0.84);
    font-size: 16px;
    line-height: 1.75;
}

.about-split-copy p + p,
.about-production-panel p + p {
    margin-top: 18px;
}

.about-partner-text strong {
    color: #FF914D;
    font-weight: inherit;
}

.about-partner-badge {
    position: absolute;
    display: grid;
    place-items: center;
    right: calc((100% - 100vw) / 2);
    top: clamp(-820px, -1.8vw, -300px);
    bottom: auto;
    z-index: -1;
    width: min(68vw, 1180px);
    height: min(36vw, 600px);
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    pointer-events: none;
}

.about-partner-badge::before {
    content: "";
    position: absolute;
    inset: -18% -8% -14% 18%;
    z-index: -1;
    border-radius: 999px;
    background:
        radial-gradient(ellipse at center, rgba(0, 151, 178, 0.16), transparent 70%),
        radial-gradient(ellipse at 70% 60%, rgba(255, 145, 77, 0.09), transparent 66%);
    filter: blur(30px);
}

.about-partner-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
    filter:
        saturate(0.98)
        contrast(1.04)
        brightness(0.78);
    -webkit-mask-image:
        linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 10%, rgba(0, 0, 0, 0.58) 28%, #000 47%, #000 100%),
        linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.82) 12%, #000 28%, #000 76%, rgba(0, 0, 0, 0.84) 89%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
        linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 10%, rgba(0, 0, 0, 0.58) 28%, #000 47%, #000 100%),
        linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.82) 12%, #000 28%, #000 76%, rgba(0, 0, 0, 0.84) 89%, transparent 100%);
    mask-composite: intersect;
}

.about-split-media {
    position: relative;
    margin: 0;
    min-height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: transparent;
}

.about-split-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 28px 8px rgba(11, 35, 52, 0.42);
}

.about-split-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    -webkit-mask-image:
        linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%),
        linear-gradient(180deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
        linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%),
        linear-gradient(180deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    mask-composite: intersect;
}

.about-card-grid {
    display: grid;
    gap: 18px;
}

.about-capabilities {
    padding-top: clamp(18px, 2.4vw, 36px);
}

.about-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-card {
    position: relative;
    isolation: isolate;
    overflow: visible;
    border: 0;
    border-radius: 8px;
    padding: 30px 24px 28px;
    background: rgba(8, 25, 38, 0.18);
    box-shadow: none;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.about-card::before {
    content: "";
    position: absolute;
    inset: -28px -18px -34px;
    z-index: -1;
    border-radius: 999px;
    background:
        radial-gradient(ellipse at 50% 32%, rgba(0, 151, 178, 0.16), rgba(0, 151, 178, 0.07) 46%, transparent 74%),
        radial-gradient(ellipse at 50% 78%, rgba(255, 145, 77, 0.08), transparent 64%);
    filter: blur(24px);
    pointer-events: none;
}

.about-card:hover {
    transform: translateY(-4px);
    box-shadow: none;
}

.about-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    margin: 0 auto 20px;
    filter:
        drop-shadow(0 0 16px rgba(255, 145, 77, 0.42))
        drop-shadow(0 18px 28px rgba(255, 145, 77, 0.14));
}

.about-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-card h3,
.about-card p {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}

.about-card h3 {
    margin-top: 22px;
    margin-bottom: 12px;
    color: #f8fafc;
    font-size: 18px;
    line-height: 1.25;
}

.about-card p {
    margin-top: 0;
    margin-bottom: 24px;
    color: rgba(203, 213, 225, 0.76);
    font-size: 14px;
    line-height: 1.65;
}

.values-grid,
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.value-card,
.team-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 145, 77, 0.07), transparent 38%),
        #101722;
}

.value-card::after,
.team-card::after {
    content: "";
    position: absolute;
    inset: auto 18px 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 145, 77, 0.56), rgba(0, 151, 178, 0.4), transparent);
}

.value-card span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    margin: 0 auto 22px;
    border-radius: 0;
    background: transparent;
    color: #FF914D;
    font-size: 13px;
    font-weight: 900;
    filter:
        drop-shadow(0 0 14px rgba(255, 145, 77, 0.4))
        drop-shadow(0 14px 24px rgba(255, 145, 77, 0.12));
}

.value-card span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.value-card h3,
.team-card h3 {
    margin: 0 0 12px;
    color: #f8fafc;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.value-card p,
.team-card p {
    margin: 0;
    color: rgba(203, 213, 225, 0.72);
    font-size: 14px;
    line-height: 1.65;
    font-weight: 700;
}

.about-method {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.about-method-content {
    position: relative;
    z-index: 1;
}

.about-method-content::before {
    inset: -42px -56px;
}

.about-method-media {
    position: relative;
    min-height: 0;
    border-radius: 18px;
    overflow: visible;
}

.about-lab-grid::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 52px rgba(11, 17, 25, 0.96);
}

.about-method-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-method-process {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 10px;
    min-height: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.about-method-process::before {
    content: none;
}

.about-method-process__transparent::before {
    content: "";
    position: absolute;
    inset: 18% 12%;
    z-index: -1;
    border-radius: 999px;
    background:
        radial-gradient(ellipse at 50% 50%, rgba(255, 145, 77, 0.34), rgba(255, 145, 77, 0.18) 42%, rgba(0, 151, 178, 0.08) 62%, transparent 76%);
    filter: blur(32px);
    pointer-events: none;
}

.about-method-process::after {
    content: none;
}

.about-method-process figure {
    position: relative;
    z-index: 1;
    isolation: isolate;
    margin: 0;
    width: min(94%, 420px);
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 7.4;
    overflow: visible;
    border: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.about-method-process figure::before {
    content: "";
    position: absolute;
    inset: 4% -2%;
    z-index: -1;
    border-radius: 999px;
    background:
        radial-gradient(ellipse at center, rgba(255, 126, 38, 0.46), rgba(255, 145, 77, 0.22) 42%, transparent 74%);
    filter: blur(34px);
    opacity: 0.92;
    pointer-events: none;
}

.about-method-process__transparent {
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.about-method-process img {
    border-radius: 8px;
    filter: saturate(1.02) contrast(1.06);
    transition: transform 0.3s ease;
}

.about-method-process figure:hover img {
    transform: scale(1.04);
}

.about-method-arrow {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 28px;
    height: 38px;
    border: 0;
    border-radius: 0;
    color: #FF914D;
    font-family: var(--ydea-font-mono);
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
    text-shadow: 0 0 18px rgba(255, 145, 77, 0.44);
    box-shadow: none;
    justify-self: center;
    transform: rotate(90deg);
}

.about-steps {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: about-step;
}

.about-steps li {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    min-height: 86px;
    padding: 12px 0;
    border-radius: 0;
    background: transparent;
    counter-increment: about-step;
}

.about-steps li::after {
    content: "";
    position: absolute;
    inset: -16px -22px -16px 54px;
    z-index: -1;
    border-radius: 999px;
    background: radial-gradient(ellipse at 34% 50%, rgba(0, 151, 178, 0.2), rgba(0, 151, 178, 0.09) 46%, transparent 74%);
    filter: blur(22px);
    pointer-events: none;
}

.about-steps li::before {
    content: counter(about-step);
    position: relative;
    display: grid;
    place-items: center;
    grid-row: 1 / span 2;
    align-self: center;
    width: 44px;
    height: 44px;
    border-radius: 0;
    background: transparent;
    color: #FF914D;
    font-family: var(--ydea-font-mono);
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 0 18px rgba(255, 145, 77, 0.34);
    box-shadow: none;
}

.about-steps strong {
    display: block;
    grid-column: 2;
    color: #f8fafc;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 900;
}

.about-steps p {
    grid-column: 2;
    margin: 6px 0 0;
    color: rgba(203, 213, 225, 0.72);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
}

.about-lab-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-template-rows: repeat(2, 240px);
    gap: 16px;
    overflow: hidden;
    border-radius: 18px;
}

.about-lab-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.94) contrast(1.05);
}

.about-lab-grid img:first-child {
    grid-row: span 2;
}

.team-card img {
    width: 82px;
    height: 82px;
    margin-bottom: 20px;
    border-radius: 50%;
    object-fit: cover;
    background: rgba(255, 145, 77, 0.16);
    box-shadow: 0 0 0 4px rgba(255, 145, 77, 0.14);
}

.about-production {
    padding-top: 54px;
}

.about-production-panel {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.about-production-panel::before {
    inset: -42px -58px;
    background:
        radial-gradient(ellipse at 38% 48%, rgba(0, 151, 178, 0.2), rgba(0, 151, 178, 0.09) 46%, transparent 76%);
}

.about-production-panel p {
    color: rgba(226, 232, 240, 0.86);
    font-family: var(--ydea-font-mono);
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.76;
    font-weight: 500;
}

.about-production-panel span {
    color: #FF914D;
    font-weight: inherit;
}

.about-final-cta {
    position: relative;
    width: 100%;
    max-width: none;
    padding: clamp(72px, 9vw, 118px) 24px clamp(92px, 10vw, 132px);
    border-top: 1px solid rgba(104, 157, 183, 0.2);
    background:
        linear-gradient(180deg, rgba(255, 145, 77, 0.08), transparent 42%),
        transparent;
}

.about-final-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(760px, calc(100% - 48px));
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 145, 77, 0.58), transparent);
    transform: translateX(-50%);
}

.about-final-cta__inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    text-align: center;
    background: transparent;
    box-shadow: none;
}

.about-final-cta__inner::before {
    inset: -38px -58px;
    background: radial-gradient(ellipse at center, rgba(0, 151, 178, 0.18), rgba(0, 151, 178, 0.08) 42%, transparent 72%);
}

.about-final-cta__inner > span {
    display: block;
    margin-bottom: 12px;
    color: #FF914D;
    font-family: var(--ydea-font-mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-final-cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 4.6vw, 56px);
    line-height: 1.04;
}

.about-final-cta__inner p {
    max-width: 760px;
    margin: 18px auto 0;
    color: #e7f4fb;
    font-weight: 850;
}

.about-final-cta .about-hero-actions {
    justify-content: center;
}

.about-final-cta .btn-primary,
.about-final-cta .about-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 8px;
    font-family: var(--ydea-font-sans);
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
}

.about-final-cta .about-secondary-link {
    border: 1px solid rgba(169, 196, 214, 0.42);
    background: rgba(10, 30, 45, 0.76);
    color: #eaf7ff;
}

@media (max-width: 920px) {
    .about-hero {
        min-height: 560px;
    }

    .about-hero-content {
        margin: 0;
    }

    .about-hero-media::after {
        background:
            linear-gradient(180deg, rgba(8, 26, 40, 0.5), rgba(11, 35, 52, 0.68) 64%, #0b2334 100%),
            rgba(8, 26, 40, 0.34);
    }

    .about-intro-grid,
    .about-split,
    .about-partner .about-split-copy,
    .about-method,
    .about-card-grid--three,
    .values-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .about-partner .about-split-copy {
        min-height: auto;
        padding-bottom: 0;
    }

    .about-partner-badge {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(100%, 620px);
        height: 300px;
        margin-top: 22px;
        justify-self: center;
    }

    .about-method-media {
        min-height: 380px;
    }

    .about-method-process {
        min-height: 0;
    }

    .about-method-process figure {
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 620px) {
    .about-hero,
    .about-intro,
    .about-partner,
    .about-capabilities,
    .about-values,
    .about-method,
    .about-lab,
    .about-team,
    .about-production,
    .about-final-cta {
        padding-left: 16px;
        padding-right: 16px;
    }

    .about-hero {
        padding-top: 38px;
        padding-bottom: 72px;
    }

    .about-hero p,
    .about-intro p {
        font-size: 15px;
    }

    .about-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .about-hero-actions a {
        width: 100%;
    }

    .about-intro article,
    .value-card,
    .team-card,
    .about-split-copy,
    .about-production-panel,
    .about-final-cta__inner {
        padding: 22px;
    }

    .about-final-cta__inner {
        padding: 0;
    }

    .about-lab-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .about-lab-grid img,
    .about-lab-grid img:first-child {
        grid-row: auto;
        aspect-ratio: 16 / 10;
    }

    .about-method-process {
        gap: 12px;
    }

    .about-method-process figure {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .about-method-arrow {
        justify-self: center;
    }
}
