.about-page-header {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 690px;
    border-bottom: 1px solid #292d31;
    background:
        radial-gradient(circle at 73% 35%, rgba(245, 0, 99, .17), transparent 27%),
        linear-gradient(115deg, #050607 0%, #111419 58%, #08090b 100%);
    color: #fff;
}

.about-page-header::before {
    position: absolute;
    z-index: -1;
    top: 80px;
    right: -100px;
    width: 480px;
    height: 480px;
    background: url('../../img/paint-logo-hd.png') center/contain no-repeat;
    content: '';
    opacity: .25;
    transform: rotate(-14deg);
}

.about-page-header .navbar {
    min-height: 92px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.about-page-header .brand img {
    display: block;
    width: 100%;
    max-height: 76px;
    object-fit: contain;
}

.about-page-header .nav-link {
    color: rgba(255, 255, 255, .86);
}

.about-page-header .nav-link:hover,
.about-page-header .nav-link.active {
    color: var(--pink);
}

.about-hero {
    position: relative;
    display: grid;
    min-height: 598px;
    grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr);
    align-items: center;
}

.about-hero-copy {
    position: relative;
    z-index: 6;
    max-width: 690px;
    padding: 70px 0 100px;
}

.about-hero-copy .eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: .12em;
}

.about-hero-copy .eyebrow::before {
    width: 34px;
    height: 2px;
    background: var(--pink);
    content: '';
}

.about-hero-copy h1 {
    margin: 18px 0 26px;
    font-size: clamp(4.8rem, 8vw, 8rem);
    letter-spacing: -.055em;
    line-height: .78;
}

.about-hero-copy h1 span {
    color: var(--pink);
}

.about-hero-copy > p:not(.eyebrow) {
    max-width: 610px;
    margin: 0 0 34px;
    color: #d2d5d8;
    font-size: 1.05rem;
    line-height: 1.7;
}

.about-hero-actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.about-hero-actions .btn {
    min-width: 205px;
}

.about-text-link {
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: .04em;
}

.about-text-link i {
    margin-left: 8px;
    transition: transform .2s ease;
}

.about-text-link:hover {
    border-color: var(--pink);
    color: var(--pink);
}

.about-text-link:hover i {
    transform: translateX(5px);
}

.about-hero-visual {
    position: absolute;
    z-index: 2;
    right: -65px;
    bottom: 0;
    width: min(64vw, 850px);
    height: 610px;
    background: url('../../img/hero-stage-v3.png') center bottom/cover no-repeat;
}

.about-hero-visual::after {
    position: absolute;
    z-index: 1;
    right: 5%;
    bottom: -15px;
    left: 5%;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .7);
    content: '';
    filter: blur(20px);
}

.about-hero-visual > img {
    position: absolute;
    z-index: 3;
    right: -2%;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 18px 20px rgba(0, 0, 0, .44));
}

.about-hero-spotlight {
    position: absolute;
    z-index: 1;
    top: 8%;
    left: 28%;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 0, 99, .25), rgba(93, 42, 137, .1) 44%, transparent 70%);
    filter: blur(8px);
}

.about-since-card {
    position: absolute;
    z-index: 5;
    right: 50px;
    bottom: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(8, 10, 12, .82);
    box-shadow: 8px 8px 0 var(--pink);
    backdrop-filter: blur(8px);
    transform: rotate(-1.5deg);
}

.about-since-card strong {
    color: var(--pink);
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1;
}

.about-since-card span {
    color: #d9dcdf;
    font-size: .67rem;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.about-hero-word {
    position: absolute;
    z-index: 0;
    right: -20px;
    bottom: -20px;
    color: rgba(255, 255, 255, .028);
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 13rem;
    font-weight: 900;
    line-height: .8;
}

.about-page-main {
    color: #111316;
}

.about-intro {
    scroll-margin-top: 30px;
    background-color: #f6f6f3;
    background-image: radial-gradient(circle, rgba(0, 0, 0, .035) 0 1px, transparent 1.2px);
    background-size: 14px 14px;
    padding: clamp(80px, 9vw, 135px) 0 clamp(85px, 9vw, 130px);
}

.about-intro-heading {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 3px solid #111316;
}

.about-intro-heading h2 {
    margin: 8px 0 0;
    font-size: clamp(3.8rem, 7vw, 7rem);
    letter-spacing: -.05em;
    line-height: .8;
}

.about-intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: clamp(55px, 8vw, 115px);
    align-items: start;
}

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

.about-story-copy > p {
    max-width: 720px;
    margin: 0 0 20px;
    color: #555b60;
    font-size: .98rem;
    line-height: 1.85;
}

.about-story-copy .about-lead {
    color: #171a1d;
    font-size: 1.18rem;
    font-weight: 650;
    line-height: 1.75;
}

.about-story-copy .about-lead::first-letter {
    float: left;
    margin: 8px 10px 0 0;
    color: var(--pink);
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 4.7rem;
    font-weight: 900;
    line-height: .62;
}

.about-signature {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid #cfd0cc;
    transform: rotate(-1deg);
}

.about-signature span,
.about-signature strong {
    display: block;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-weight: 900;
}

.about-signature span {
    color: var(--pink);
    font-family: "Permanent Marker", cursive;
    font-size: 2.3rem;
}

.about-signature strong {
    margin-left: 20px;
    font-size: .72rem;
    letter-spacing: .12em;
}

.about-portrait {
    position: relative;
    padding: 0 0 54px 34px;
}

.about-portrait::before {
    position: absolute;
    top: -18px;
    right: 18px;
    bottom: 75px;
    left: 10px;
    border: 2px solid var(--pink);
    content: '';
}

.about-portrait-frame {
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 430px;
    background: #16191d;
    box-shadow: 0 22px 48px rgba(10, 12, 14, .2);
}

.about-portrait-frame img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.03);
}

.about-portrait-note {
    position: absolute;
    z-index: 3;
    right: -20px;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 21px;
    background: #111316;
    color: #fff;
    box-shadow: 8px 8px 0 var(--pink);
}

.about-portrait-note > i,
.about-portrait-note > .svg-inline--fa {
    flex: 0 0 auto;
    color: var(--pink);
    font-size: 1.7rem;
}

.about-portrait-note p,
.about-portrait-note strong,
.about-portrait-note span {
    display: block;
    margin: 0;
}

.about-portrait-note strong {
    margin-bottom: 3px;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 900;
}

.about-portrait-note span {
    color: #bfc3c7;
    font-size: .69rem;
    line-height: 1.45;
}

.about-facts {
    border-top: 1px solid #d8d8d4;
    border-bottom: 1px solid #d8d8d4;
    background: #fff;
}

.about-facts .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.about-facts .container > div {
    position: relative;
    display: flex;
    min-height: 118px;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.about-facts .container > div:not(:last-child)::after {
    position: absolute;
    top: 31px;
    right: 0;
    width: 1px;
    height: 56px;
    background: #dededa;
    content: '';
}

.about-facts strong {
    color: var(--pink);
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
}

.about-facts span {
    max-width: 120px;
    color: #565b60;
    font-size: .7rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.about-timeline {
    overflow: hidden;
    padding: clamp(90px, 10vw, 150px) 0;
    background: #0a0c0e;
    color: #fff;
}

.about-timeline-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 510px);
    align-items: end;
    gap: 70px;
    margin-bottom: 65px;
    padding-bottom: 34px;
    border-bottom: 1px solid #34383c;
}

.about-timeline-intro h2 {
    margin: 8px 0 0;
    font-size: clamp(4rem, 7vw, 7rem);
    letter-spacing: -.05em;
    line-height: .8;
}

.about-timeline-intro h2 span {
    color: var(--pink);
}

.about-timeline-intro > p {
    margin: 0;
    color: #afb4b9;
    font-size: .98rem;
    line-height: 1.7;
}

.about-timeline-list {
    position: relative;
}

.about-timeline-list::before {
    position: absolute;
    top: 36px;
    bottom: 36px;
    left: calc(215px + 28px);
    width: 1px;
    background: linear-gradient(var(--pink), #35393d 15%, #35393d 85%, var(--pink));
    content: '';
}

.about-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 215px 56px minmax(0, 1fr);
    gap: 0 28px;
    align-items: start;
    padding: 0 0 62px;
    opacity: 1;
    transform: none;
    transition: opacity .55s ease, transform .55s ease;
}

.about-motion-ready .about-timeline-item {
    opacity: .35;
    transform: translateY(24px);
}

.about-timeline-item:last-child {
    padding-bottom: 0;
}

.about-motion-ready .about-timeline-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-timeline-year {
    padding-top: 10px;
    color: #fff;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    text-align: right;
}

.about-timeline-marker {
    position: relative;
    z-index: 2;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 1px solid #464b50;
    border-radius: 50%;
    background: #111418;
    color: var(--pink);
    font-size: 1.15rem;
    box-shadow: 0 0 0 8px #0a0c0e;
}

.about-timeline-copy {
    max-width: 780px;
    padding: 4px 0 0 18px;
}

.about-timeline-copy small {
    color: var(--pink);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.about-timeline-copy h3 {
    margin: 7px 0 10px;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: .94;
}

.about-timeline-copy p {
    margin: 0;
    color: #adb2b7;
    font-size: .9rem;
    line-height: 1.7;
}

.about-philosophy {
    background-color: #f5f5f2;
    background-image: radial-gradient(circle, rgba(0, 0, 0, .035) 0 1px, transparent 1.2px);
    background-size: 14px 14px;
    padding: clamp(85px, 9vw, 135px) 0;
}

.about-philosophy-quote {
    position: relative;
    max-width: 1020px;
    margin: 0 auto 75px;
    text-align: center;
}

.about-philosophy-quote > i,
.about-philosophy-quote > .svg-inline--fa {
    margin-bottom: 22px;
    color: var(--pink);
    font-size: 2rem;
}

.about-philosophy-quote p {
    margin: 0 0 18px;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: clamp(3rem, 6vw, 5.8rem);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: .9;
    text-transform: uppercase;
}

.about-philosophy-quote span {
    color: #777b7f;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .17em;
}

.about-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #cfd0cc;
    border-bottom: 1px solid #cfd0cc;
}

.about-values article {
    position: relative;
    min-height: 275px;
    padding: 42px 38px;
}

.about-values article:not(:last-child) {
    border-right: 1px solid #cfd0cc;
}

.about-values article > span {
    position: absolute;
    top: 24px;
    right: 26px;
    color: #d3d4d1;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1;
}

.about-values article > i,
.about-values article > .svg-inline--fa {
    margin-bottom: 27px;
    color: var(--pink);
    font-size: 2rem;
}

.about-values h3 {
    margin: 0 0 12px;
    font-size: 1.8rem;
}

.about-values p {
    margin: 0;
    color: #62676b;
    font-size: .86rem;
    line-height: 1.65;
}

.about-formats {
    padding: clamp(85px, 9vw, 135px) 0;
    background: #fff;
}

.about-formats-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 500px);
    align-items: end;
    gap: 70px;
    margin-bottom: 48px;
    padding-bottom: 30px;
    border-bottom: 3px solid #111316;
}

.about-formats-heading h2 {
    margin: 7px 0 0;
    font-size: clamp(3.8rem, 7vw, 6.8rem);
    letter-spacing: -.05em;
    line-height: .8;
}

.about-formats-heading > p {
    margin: 0;
    color: #61666a;
    font-size: .95rem;
    line-height: 1.7;
}

.about-format-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.about-format-grid article {
    overflow: hidden;
    border: 1px solid #dededa;
    border-radius: 5px;
    background: #f7f7f5;
    box-shadow: 0 12px 32px rgba(10, 12, 14, .07);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.about-format-grid article:hover {
    border-color: rgba(245, 0, 99, .5);
    box-shadow: 0 20px 46px rgba(10, 12, 14, .14);
    transform: translateY(-6px);
}

.about-format-grid article > img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.about-format-grid article > div {
    position: relative;
    min-height: 260px;
    padding: 30px 28px 27px;
}

.about-format-grid article > div > i,
.about-format-grid article > div > .svg-inline--fa {
    position: absolute;
    top: -28px;
    left: 27px;
    display: grid;
    width: 54px;
    height: 54px;
    padding: 15px;
    place-items: center;
    border-radius: 50%;
    background: var(--pink);
    color: #fff;
    font-size: 1.15rem;
}

.about-format-grid small {
    color: var(--pink);
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.about-format-grid h3 {
    margin: 8px 0 12px;
    font-size: 1.8rem;
}

.about-format-grid p {
    min-height: 70px;
    margin: 0 0 22px;
    color: #61666a;
    font-size: .83rem;
    line-height: 1.65;
}

.about-format-grid a {
    padding-bottom: 3px;
    border-bottom: 2px solid currentColor;
    color: #111316;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: .8rem;
    font-weight: 900;
}

.about-format-grid a:hover {
    color: var(--pink);
}

.about-format-grid a i {
    margin-left: 7px;
}

.about-road {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 590px;
    background:
        radial-gradient(circle at 72% 40%, rgba(245, 0, 99, .25), transparent 30%),
        linear-gradient(115deg, #080a0c, #171a1e 65%, #25000f);
    color: #fff;
}

.about-road::before {
    position: absolute;
    z-index: -1;
    right: -80px;
    bottom: -160px;
    width: 500px;
    height: 500px;
    background: url('../../img/paint-logo-hd.png') center/contain no-repeat;
    content: '';
    opacity: .18;
}

.about-road .container {
    position: relative;
    min-height: 590px;
}

.about-road-copy {
    position: relative;
    z-index: 4;
    max-width: 610px;
    padding: 95px 0 230px;
}

.about-road-copy h2 {
    margin: 9px 0 20px;
    font-size: clamp(4rem, 7vw, 7rem);
    letter-spacing: -.05em;
    line-height: .8;
}

.about-road-copy h2 span {
    color: var(--pink);
}

.about-road-copy > p:not(.eyebrow) {
    max-width: 530px;
    margin: 0 0 28px;
    color: #c8ccd0;
    font-size: .98rem;
    line-height: 1.7;
}

.about-road-copy > div {
    display: flex;
    align-items: center;
    gap: 25px;
}

.about-road-copy > div > a:not(.btn) {
    color: #fff;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: .82rem;
    font-weight: 900;
}

.about-road-copy > div > a:not(.btn):hover {
    color: var(--pink);
}

.about-road-copy > div > a:not(.btn) i {
    margin-left: 8px;
}

.about-road-car {
    position: absolute;
    z-index: 3;
    right: -110px;
    bottom: -5px;
    width: min(70vw, 990px);
}

.about-road-car span {
    position: absolute;
    right: 5%;
    bottom: 2%;
    left: 5%;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .7);
    filter: blur(18px);
}

.about-road-car img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .42));
}

.about-footer-contact {
    display: grid;
    gap: 10px;
}

.about-footer-contact > a,
.about-footer-contact > span {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    color: #c7c9cb;
}

.about-footer-contact i,
.about-footer-contact .svg-inline--fa {
    display: grid;
    flex: 0 0 30px;
    width: 30px !important;
    height: 30px;
    padding: 8px;
    place-items: center;
    border: 1px solid rgba(245, 0, 99, .4);
    border-radius: 50%;
    color: var(--pink) !important;
}

@media (max-width: 1199.98px) {
    .about-hero {
        grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
    }

    .about-hero-visual {
        right: -120px;
        width: 760px;
    }

    .about-road-car {
        right: -180px;
    }
}

@media (max-width: 991.98px) {
    .about-page-header .navbar-collapse {
        position: relative;
        z-index: 20;
    }

    .about-page-header {
        min-height: 800px;
    }

    .about-hero {
        display: block;
        min-height: 705px;
    }

    .about-hero-copy {
        max-width: 710px;
        padding: 55px 0 0;
    }

    .about-hero-visual {
        right: -80px;
        width: 700px;
        height: 430px;
        opacity: .63;
    }

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

    .about-portrait {
        max-width: 620px;
        margin: 25px auto 0;
    }

    .about-timeline-intro,
    .about-formats-heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-timeline-list::before {
        left: 178px;
    }

    .about-timeline-item {
        grid-template-columns: 150px 56px minmax(0, 1fr);
        gap: 0 28px;
    }

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

    .about-values article {
        min-height: 0;
    }

    .about-values article:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #cfd0cc;
    }

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

    .about-format-grid article {
        display: grid;
        grid-template-columns: 340px 1fr;
    }

    .about-format-grid article > img {
        height: 100%;
        min-height: 300px;
    }

    .about-road {
        min-height: 680px;
    }

    .about-road .container {
        min-height: 680px;
    }

    .about-road-copy {
        padding-bottom: 330px;
    }

    .about-road-car {
        right: -110px;
        width: 850px;
    }
}

@media (max-width: 767.98px) {
    .about-page-header {
        min-height: 760px;
    }

    .about-hero {
        min-height: 665px;
    }

    .about-hero-copy {
        padding-top: 42px;
    }

    .about-hero-copy h1 {
        font-size: clamp(3.8rem, 16vw, 5.6rem);
    }

    .about-hero-copy > p:not(.eyebrow) {
        max-width: 95%;
        font-size: .94rem;
    }

    .about-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .about-hero-visual {
        right: -190px;
        width: 680px;
        height: 365px;
        opacity: .47;
    }

    .about-since-card {
        right: 190px;
        bottom: 28px;
    }

    .about-facts .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-facts .container > div:nth-child(2)::after {
        display: none;
    }

    .about-facts .container > div:nth-child(-n+2) {
        border-bottom: 1px solid #dededa;
    }

    .about-timeline-list::before {
        left: 27px;
    }

    .about-timeline-item {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 0 20px;
        padding-bottom: 48px;
    }

    .about-timeline-year {
        grid-column: 2;
        padding: 0 0 8px;
        font-size: 1.7rem;
        text-align: left;
    }

    .about-timeline-marker {
        grid-row: 1 / span 2;
    }

    .about-timeline-copy {
        grid-column: 2;
        padding-left: 0;
    }

    .about-format-grid article {
        display: block;
    }

    .about-format-grid article > img {
        height: 220px;
        min-height: 0;
    }

    .about-road-copy > div {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-road-car {
        right: -240px;
        width: 820px;
    }
}

@media (max-width: 575.98px) {
    .about-page-header {
        min-height: 790px;
    }

    .about-hero {
        min-height: 695px;
    }

    .about-hero-copy .eyebrow {
        font-size: .64rem;
    }

    .about-hero-visual {
        right: -270px;
        width: 700px;
        height: 355px;
    }

    .about-since-card {
        right: 275px;
    }

    .about-intro-heading h2,
    .about-timeline-intro h2,
    .about-formats-heading h2,
    .about-road-copy h2 {
        font-size: 3.45rem;
    }

    .about-portrait {
        padding-left: 16px;
    }

    .about-portrait-frame,
    .about-portrait-frame img {
        min-height: 330px;
    }

    .about-portrait-note {
        right: -5px;
    }

    .about-facts strong {
        font-size: 2.15rem;
    }

    .about-facts span {
        max-width: 90px;
        font-size: .59rem;
    }

    .about-philosophy-quote p {
        font-size: 3rem;
    }

    .about-values article {
        padding: 35px 25px;
    }

    .about-road-car {
        right: -290px;
        width: 760px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-timeline-item,
    .about-format-grid article,
    .about-text-link i {
        transition: none;
    }
}

/* Mobile subpage layout: biography copy and portrait no longer overlap. */
@media (max-width: 991.98px) {
    .about-page-header {
        min-height: 0;
    }

    .about-hero {
        display: flex;
        min-height: 0;
        flex-direction: column;
        align-items: stretch;
    }

    .about-hero-copy {
        width: 100%;
        max-width: none;
        padding: 38px 0 30px;
    }

    .about-hero-copy h1 {
        margin-bottom: 18px;
        font-size: clamp(3rem, 13vw, 4.25rem);
    }

    .about-hero-copy > p:not(.eyebrow) {
        max-width: none;
        margin-bottom: 24px;
    }

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

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

    .about-hero-visual {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        height: clamp(280px, 82vw, 370px);
        background-position: center bottom;
        opacity: .92;
    }

    .about-hero-visual > img {
        right: 0;
        object-position: center bottom;
    }

    .about-since-card {
        right: 12px;
        bottom: 24px;
    }

    .about-hero-word {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .about-hero-copy {
        padding-top: 30px;
    }

    .about-hero-visual {
        right: auto;
        width: 100%;
        height: 300px;
    }

    .about-since-card {
        right: 10px;
    }
}
