/* Biografía — editorial oscuro automotriz */
.page-biografia {
    --bio-red: #f80000;
    --bio-red-soft: rgba(248, 0, 0, 0.18);
    --bio-text: rgba(255, 255, 255, 0.9);
    --bio-muted: rgba(255, 255, 255, 0.58);
    --bio-line: rgba(255, 255, 255, 0.1);
    --bio-surface: rgba(255, 255, 255, 0.035);
    --bio-surface-hover: rgba(255, 255, 255, 0.055);
    --bio-radius: 0.35rem;
    color: var(--bio-text);
}

.page-biografia section[id] {
    scroll-margin-top: var(--landing-scroll-offset, 7rem);
}

/* ---------- Hero ---------- */
.bio-hero {
    position: relative;
    min-height: min(92vh, 900px);
    display: flex;
    align-items: flex-end;
    padding: 7rem 0 3.5rem;
    overflow: hidden;
    background: #050505;
}

.bio-hero-bg {
    position: absolute;
    inset: -6%;
    background-image: var(--bio-hero-desktop);
    background-size: cover;
    background-position: 35% 42%;
    background-repeat: no-repeat;
    transform: scale(1.06);
    filter: saturate(0.88) contrast(1.05) brightness(0.78);
    will-change: transform;
}

.bio-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.55) 38%, rgba(5, 5, 5, 0.28) 62%, rgba(5, 5, 5, 0.55) 100%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.45) 0%, transparent 28%, rgba(5, 5, 5, 0.82) 100%);
}

.bio-hero-grain {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.bio-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.bio-hero-copy {
    max-width: 38rem;
    padding-bottom: 0.5rem;
}

.bio-kicker {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--bio-muted);
    margin-bottom: 1rem;
}

.bio-kicker--center {
    display: block;
    text-align: center;
}

.bio-kicker--center::after,
.bio-hero-copy .bio-kicker::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2px;
    margin-top: 0.85rem;
    background: var(--bio-red);
    box-shadow: 0 0 16px var(--bio-red-soft);
}

.bio-kicker--center::after {
    margin-left: auto;
    margin-right: auto;
}

.bio-hero-title {
    font-family: var(--landing-font-display, "Barlow Condensed", "Barlow", sans-serif);
    font-size: clamp(3.4rem, 9vw, 6.2rem);
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 0.92;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0.85rem;
    text-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

.bio-hero-tagline {
    font-size: clamp(0.78rem, 1.5vw, 0.95rem);
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1.15rem;
    max-width: 28rem;
    line-height: 1.45;
}

.bio-hero-lead {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(0.95rem, 1.4vw, 1.06rem);
    font-weight: 300;
    line-height: 1.65;
    max-width: 34rem;
    margin-bottom: 1.75rem;
}

.bio-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    max-width: 26rem;
    padding-top: 1.35rem;
    border-top: 1px solid var(--bio-line);
}

.bio-stat {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.bio-stat-value {
    font-family: var(--landing-font-display, "Barlow Condensed", sans-serif);
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 1;
}

.bio-stat-label {
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bio-muted);
}

.bio-scroll-hint {
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    z-index: 3;
    width: 1.4rem;
    height: 2.2rem;
    margin-left: -0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    display: flex;
    justify-content: center;
    padding-top: 0.4rem;
    text-decoration: none;
}

.bio-scroll-hint span {
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    background: #fff;
    animation: bio-scroll-dot 1.6s ease-in-out infinite;
}

@keyframes bio-scroll-dot {
    0% { transform: translateY(0); opacity: 1; }
    70% { transform: translateY(0.7rem); opacity: 0; }
    100% { transform: translateY(0); opacity: 0; }
}

/* ---------- Sections ---------- */
.bio-section {
    position: relative;
    padding: clamp(3.5rem, 7vw, 5.75rem) 0;
    z-index: 1;
}

.bio-section--vision {
    padding-top: clamp(1.5rem, 3vw, 2.5rem);
    padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.bio-section--contact {
    padding-bottom: clamp(4rem, 8vw, 6rem);
}

.bio-section-head {
    margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
    max-width: 40rem;
}

.bio-section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bio-title {
    font-family: var(--landing-font-display, "Barlow Condensed", sans-serif);
    font-size: clamp(1.85rem, 3.8vw, 2.75rem);
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.12;
    color: #fff;
    margin: 0 0 0.75rem;
}

.bio-title--center {
    text-align: center;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.bio-lead {
    color: var(--bio-muted);
    font-size: clamp(0.95rem, 1.4vw, 1.08rem);
    font-weight: 300;
    line-height: 1.65;
    margin: 0;
}

.bio-lead--center {
    text-align: center;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.bio-lead strong,
.bio-profile-copy strong,
.bio-profile-meta strong {
    color: #fff;
    font-weight: 500;
}

/* ---------- Perfil ---------- */
.bio-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: stretch;
}

.bio-profile-card {
    position: relative;
    border: 1px solid var(--bio-line);
    background: var(--bio-surface);
    border-radius: var(--bio-radius);
    overflow: hidden;
}

.bio-profile-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--bio-red), transparent);
}

.bio-profile-card-inner {
    padding: clamp(1.35rem, 2.5vw, 1.85rem);
}

.bio-profile-name {
    font-family: var(--landing-font-display, "Barlow Condensed", sans-serif);
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #fff;
    margin: 0 0 1rem;
    line-height: 1.25;
}

.bio-profile-location {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0 0 1.15rem;
    padding: 0.85rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--bio-radius);
}

.bio-profile-location-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    background: rgba(248, 0, 0, 0.14);
    border: 1px solid rgba(248, 0, 0, 0.35);
    font-size: 1rem;
}

.bio-profile-location-label {
    display: block;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bio-muted);
    margin-bottom: 0.2rem;
}

.bio-profile-location strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.35;
}

.bio-profile-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.bio-profile-meta li {
    font-size: 0.92rem;
    font-weight: 300;
    color: var(--bio-muted);
    line-height: 1.45;
    padding-left: 0.85rem;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.bio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.15rem;
}

.bio-tag,
.bio-tags span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    padding: 0.5rem 0.75rem;
    border-radius: 0.35rem;
}

.bio-tag i {
    font-size: 0.85rem;
    color: var(--bio-red);
    line-height: 1;
}

.bio-profile-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: clamp(0.25rem, 1vw, 0.75rem) 0;
}

.bio-profile-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(0.98rem, 1.35vw, 1.08rem);
    font-weight: 300;
    line-height: 1.7;
}

/* ---------- Visión ---------- */
.bio-vision {
    position: relative;
    text-align: center;
    padding: clamp(2.25rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 3rem);
    border: 1px solid var(--bio-line);
    background:
        radial-gradient(ellipse 70% 80% at 50% 0%, rgba(248, 0, 0, 0.1), transparent 60%),
        var(--bio-surface);
    border-radius: var(--bio-radius);
    overflow: hidden;
}

.bio-vision::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(12rem, 40%);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, var(--bio-red), transparent);
}

/* ---------- Timeline ---------- */
.bio-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    padding-top: 1.5rem;
}

.bio-timeline-line {
    position: absolute;
    top: calc(1.5rem + 0.4rem);
    left: 6%;
    right: 6%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
}

.bio-timeline-line::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--bio-red), rgba(248, 0, 0, 0.15));
    transform-origin: left center;
    transform: scaleX(0);
    animation: bio-line-draw 1.4s ease-out 0.2s forwards;
}

@keyframes bio-line-draw {
    to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
    .bio-timeline-line::after {
        animation: none;
        transform: scaleX(1);
    }

    .bio-scroll-hint span {
        animation: none;
    }
}

.bio-milestone {
    position: relative;
    text-align: center;
    padding: 1.75rem 0.85rem 0.35rem;
}

.bio-milestone-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.bio-milestone-index {
    display: none;
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
}

.bio-milestone-node {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 auto 1.15rem;
    border-radius: 50%;
    background: #111;
    border: 2px solid var(--bio-red);
    box-shadow: 0 0 0 5px rgba(248, 0, 0, 0.12);
    position: relative;
    z-index: 1;
}

.bio-milestone-year {
    font-family: var(--landing-font-display, "Barlow Condensed", sans-serif);
    font-size: 1.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    margin-bottom: 0.35rem;
}

.bio-milestone-label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 0.55rem;
}

.bio-milestone p {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--bio-muted);
}

.bio-milestone-detail {
    display: block;
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.5);
}

/* ---------- Impacto ---------- */
.bio-gallery {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 1rem;
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.bio-gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: var(--bio-radius);
    border: 1px solid var(--bio-line);
    background: #0a0a0a;
}

.bio-gallery-item img {
    display: block;
    width: 100%;
    height: clamp(240px, 38vw, 460px);
    object-fit: cover;
    transition: transform 0.7s ease;
}

.bio-gallery-item:hover img {
    transform: scale(1.04);
}

.bio-quote {
    position: relative;
    margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border: 1px solid var(--bio-line);
    background: var(--bio-surface);
    border-radius: var(--bio-radius);
}

.bio-quote p {
    margin: 0;
    font-size: clamp(0.98rem, 1.5vw, 1.12rem);
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
    .bio-quote p {
        max-width: 929px;
    }
}

.bio-quote-mark {
    font-family: var(--landing-font-display, "Barlow Condensed", sans-serif);
    font-weight: 600;
    color: var(--bio-red);
    line-height: 0;
    display: inline-block;
    vertical-align: baseline;
}

.bio-quote-mark--open {
    font-size: 1.55em;
    margin-right: 0.12em;
    transform: translateY(0.18em);
}

.bio-quote-mark--close {
    font-size: 1.55em;
    margin-left: 0.08em;
    transform: translateY(0.18em);
}

.bio-quote footer {
    margin-top: 1.15rem;
    font-family: var(--landing-font-display, "Barlow Condensed", sans-serif);
    font-size: 1.15rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
}

.bio-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.bio-cta-row .btn {
    min-width: 11rem;
    letter-spacing: 0.06em;
    font-weight: 500;
}

/* ---------- Contacto ---------- */
.bio-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
    gap: 1.25rem;
    align-items: stretch;
}

.bio-contact-card {
    border: 1px solid var(--bio-line);
    background: var(--bio-surface);
    border-radius: var(--bio-radius);
    padding: clamp(1.35rem, 2.5vw, 1.85rem);
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.bio-contact-intro {
    margin: 0;
    color: var(--bio-muted);
    font-weight: 300;
    line-height: 1.6;
    font-size: 0.95rem;
}

.bio-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.bio-contact-icon {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.bio-contact-label,
.bio-contact-item a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.3;
}

.bio-contact-item a:hover {
    color: #fefd02;
}

.bio-contact-item small {
    display: block;
    color: var(--bio-muted);
    font-size: 0.8rem;
    margin-top: 0.15rem;
}

.bio-map-wrap {
    border-radius: var(--bio-radius);
    overflow: hidden;
    border: 1px solid var(--bio-line);
    min-height: 280px;
    background: #0a0a0a;
}

.bio-map-iframe {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border: 0;
    filter: grayscale(0.35) contrast(1.05);
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    .bio-profile-grid,
    .bio-contact-grid,
    .bio-gallery {
        grid-template-columns: 1fr;
    }

    .bio-timeline {
        grid-template-columns: 1fr 1fr;
        gap: 1rem 0.85rem;
    }

    .bio-timeline-line {
        display: none;
    }

    .bio-milestone {
        text-align: left;
        padding: 1.15rem 1rem;
        border: 1px solid var(--bio-line);
        background: var(--bio-surface);
        border-radius: var(--bio-radius);
    }

    .bio-milestone-node {
        display: none;
    }

    .bio-milestone-top {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0.35rem;
    }

    .bio-milestone-index {
        display: inline-block;
        order: 2;
    }

    .bio-milestone-year {
        margin-bottom: 0;
        order: 1;
    }

    .bio-gallery-item img {
        height: clamp(240px, 55vw, 360px);
        object-position: center 20%;
    }

    .bio-gallery-item--racing img {
        object-position: center 15%;
    }
}

@media (max-width: 767.98px) {
    .bio-hero {
        min-height: 100svh;
        min-height: 100dvh;
        align-items: flex-end;
        padding: 4.75rem 0 2.25rem;
    }

    .bio-hero-bg {
        background-image: var(--bio-hero-mobile);
        background-position: center 18%;
        filter: saturate(0.86) contrast(1.04) brightness(0.62);
        transform: scale(1.04);
    }

    .bio-hero-overlay {
        background:
            linear-gradient(180deg, rgba(5, 5, 5, 0.55) 0%, rgba(5, 5, 5, 0.25) 28%, rgba(5, 5, 5, 0.55) 58%, rgba(5, 5, 5, 0.9) 100%);
    }

    .bio-hero-copy {
        max-width: none;
    }

    .bio-hero-title {
        font-size: clamp(2.8rem, 14vw, 3.6rem);
        letter-spacing: 0.14em;
        margin-bottom: 0.65rem;
    }

    .bio-hero-tagline {
        font-size: 0.72rem;
        margin-bottom: 0.85rem;
    }

    .bio-hero-lead {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 1.25rem;
    }

    .bio-stats {
        gap: 0.5rem;
        max-width: none;
        padding-top: 1rem;
    }

    .bio-stat-value {
        font-size: 1.2rem;
    }

    .bio-stat-label {
        font-size: 0.58rem;
    }

    .bio-scroll-hint {
        display: none;
    }

    .bio-section {
        padding: 2.5rem 0;
    }

    .bio-section--vision {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .bio-section-head {
        margin-bottom: 1.35rem;
    }

    .bio-title {
        font-size: 1.65rem;
        margin-bottom: 0.55rem;
    }

    .bio-lead {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .bio-vision {
        padding: 1.5rem 1.15rem;
    }

    .bio-profile-card-inner {
        padding: 1.2rem 1.1rem;
    }

    .bio-profile-name {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }

    .bio-profile-location {
        margin-bottom: 1rem;
        padding: 0.8rem 0.85rem;
    }

    .bio-tags {
        gap: 0.45rem;
    }

    .bio-tag {
        flex: 1 1 calc(50% - 0.45rem);
        min-width: calc(50% - 0.45rem);
        justify-content: flex-start;
        padding: 0.55rem 0.7rem;
    }

    .bio-profile-copy p {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .bio-timeline {
        position: relative;
        grid-template-columns: 1fr;
        gap: 0.85rem;
        padding: 0.15rem 0 0.15rem 1.05rem;
    }

    .bio-timeline::before {
        content: "";
        position: absolute;
        left: 0.28rem;
        top: 0.4rem;
        bottom: 0.4rem;
        width: 1px;
        background: linear-gradient(180deg, rgba(248, 0, 0, 0.7), rgba(255, 255, 255, 0.12));
    }

    .bio-milestone {
        position: relative;
        padding: 1.05rem 1rem 1.05rem 1.05rem;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background:
            radial-gradient(ellipse 90% 80% at 100% 0%, rgba(248, 0, 0, 0.08), transparent 55%),
            rgba(255, 255, 255, 0.03);
    }

    .bio-milestone::before {
        content: "";
        position: absolute;
        left: -1.05rem;
        top: 1.35rem;
        width: 0.55rem;
        height: 0.55rem;
        border-radius: 50%;
        background: #0a0a0a;
        border: 2px solid var(--bio-red);
        box-shadow: 0 0 0 4px rgba(248, 0, 0, 0.12);
        z-index: 1;
    }

    .bio-milestone-top {
        margin-bottom: 0.45rem;
    }

    .bio-milestone-year {
        font-size: 1.45rem;
        position: relative;
        padding-bottom: 0.35rem;
    }

    .bio-milestone-year::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1.75rem;
        height: 2px;
        background: var(--bio-red);
    }

    .bio-milestone-label {
        margin-bottom: 0.4rem;
        color: rgba(255, 255, 255, 0.88);
    }

    .bio-milestone p {
        font-size: 0.88rem;
        line-height: 1.45;
        color: rgba(255, 255, 255, 0.68);
    }

    .bio-milestone-detail {
        margin-top: 0.7rem;
        padding-top: 0.7rem;
        font-size: 0.78rem;
        color: rgba(255, 255, 255, 0.48);
    }

    .bio-gallery {
        gap: 0.85rem;
        margin-bottom: 1.35rem;
    }

    .bio-gallery-item {
        overflow: hidden;
    }

    .bio-gallery-item img {
        height: auto;
        min-height: 240px;
        max-height: none;
        aspect-ratio: 4 / 5;
        object-fit: cover;
        object-position: center 18%;
    }

    .bio-gallery-item--racing img {
        object-position: center top;
        aspect-ratio: 3 / 4;
    }

    .bio-quote {
        padding: 1.25rem 1.1rem 1.2rem;
        margin-bottom: 1.5rem;
    }

    .bio-quote-mark--open,
    .bio-quote-mark--close {
        font-size: 1.4em;
    }

    .bio-quote p {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .bio-cta-row {
        flex-direction: column;
    }

    .bio-cta-row .btn {
        width: 100%;
        min-width: 0;
    }

    .bio-contact-card {
        padding: 1.2rem 1.1rem;
        gap: 1rem;
    }

    .bio-map-wrap,
    .bio-map-iframe {
        min-height: 240px;
    }
}

@media (max-width: 575.98px) {
    .bio-hero {
        padding-top: 4.25rem;
        padding-bottom: 1.75rem;
    }

    .bio-kicker {
        font-size: 0.62rem;
        margin-bottom: 0.75rem;
    }

    .bio-gallery-item img {
        min-height: 220px;
    }
}
