.tb-biography-page {
    --tbb-red: #d20a2e;
    --tbb-hot: #f51b42;
    --tbb-wine: #650017;
    --tbb-dark: #280008;
    --tbb-yellow: #ffd100;
    --tbb-cream: #fff8e9;
    --tbb-progress: 5%;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: hidden;
}

.tb-biography-page,
.tb-biography-page * {
    box-sizing: border-box;
}

.tb-biography-page a {
    text-decoration: none;
}

.tb-biography-page__topbar {
    position: absolute;
    z-index: 40;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(1460px, calc(100% - 48px));
    min-height: 104px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.tb-biography-page__brand {
    position: relative;
    display: block;
    width: clamp(272px, 23vw, 340px);
    height: 98px;
    overflow: hidden;
}

.tb-biography-page__brand > span {
    position: absolute;
    inset: 0;
    display: block;
    border-radius: 18px;
    background: #5c0015;
    box-shadow: inset 0 0 36px 15px rgba(76, 0, 17, .72);
    overflow: hidden;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 60%, transparent 94%);
    mask-image: radial-gradient(ellipse at center, #000 60%, transparent 94%);
}

.tb-biography-page__brand img {
    position: absolute;
    top: -88px;
    left: 50%;
    display: block !important;
    width: 450px !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    filter: saturate(1.18) contrast(1.08) hue-rotate(-2deg);
    transform: translateX(-50%);
}

.tb-biography-page__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(11px, 1.35vw, 23px);
    min-width: 0;
}

.tb-biography-page__nav a {
    position: relative;
    color: rgba(255, 255, 255, .76);
    font-size: 9.5px;
    font-weight: 760;
    letter-spacing: .02em;
    transition: color .2s ease;
}

.tb-biography-page__nav a:not(.tb-biography-page__nav-cta)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    border-radius: 4px;
    background: var(--tbb-yellow);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.tb-biography-page__nav a:hover,
.tb-biography-page__nav a.is-current {
    color: #fff;
}

.tb-biography-page__nav a:hover::after,
.tb-biography-page__nav a.is-current::after {
    transform: scaleX(1);
}

.tb-biography-page__nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 19px;
    border: 1px solid rgba(255, 209, 0, .52);
    border-radius: 999px;
    background: rgba(255, 209, 0, .1);
    color: var(--tbb-yellow) !important;
    font-size: 9px !important;
    font-weight: 850 !important;
}

.tb-biography-page__menu-toggle,
.tb-biography-page__mobile-team {
    display: none;
}

.tb-biography-hero {
    position: relative;
    min-height: 890px;
    background:
        radial-gradient(circle at 83% 35%, rgba(255, 209, 0, .2), transparent 25%),
        linear-gradient(130deg, #35000c 0%, var(--tbb-wine) 58%, #8b001e 100%);
    isolation: isolate;
    overflow: hidden;
}

.tb-biography-hero__texture {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .17;
    background-image:
        repeating-linear-gradient(135deg, transparent 0 25px, rgba(255, 255, 255, .04) 25px 26px),
        repeating-radial-gradient(circle at 0 0, rgba(255, 255, 255, .12) 0 .6px, transparent .8px 6px);
    background-size: auto, 10px 10px;
}

.tb-biography-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -260px;
    right: -230px;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(255, 209, 0, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 75px rgba(255, 209, 0, .025), 0 0 0 150px rgba(255, 209, 0, .018);
}

.tb-biography-hero__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(430px, .82fr);
    align-items: center;
    gap: clamp(38px, 5vw, 85px);
    width: min(1390px, calc(100% - 64px));
    min-height: 850px;
    margin: 0 auto;
    padding: 145px 0 82px;
}

.tb-biography-hero__copy {
    position: relative;
    z-index: 4;
    max-width: 850px;
}

.tb-biography-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, .5);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.tb-biography-hero__breadcrumb a {
    color: rgba(255, 255, 255, .72);
}

.tb-biography-hero__breadcrumb i {
    color: var(--tbb-yellow);
    font-style: normal;
}

.tb-biography-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    margin-bottom: 25px;
    padding: 0 5px 0 12px;
    border: 1px solid rgba(255, 209, 0, .46);
    border-radius: 999px;
    color: rgba(255, 255, 255, .8);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tb-biography-hero__eyebrow > i {
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--tbb-yellow);
}

.tb-biography-hero__eyebrow > b {
    display: grid;
    place-items: center;
    align-self: stretch;
    min-width: 42px;
    margin-left: 12px;
    border-radius: 999px;
    background: var(--tbb-yellow);
    color: var(--tbb-wine);
}

.tb-biography-hero h1 {
    max-width: 840px;
    margin: 0;
    color: #fff;
    font-size: clamp(64px, 6.4vw, 98px);
    font-weight: 950;
    line-height: .88;
    letter-spacing: -.073em;
    text-wrap: balance;
}

.tb-biography-hero__copy > p {
    max-width: 690px;
    margin: 34px 0 0;
    color: rgba(255, 255, 255, .74);
    font-size: 14px;
    line-height: 1.7;
}

.tb-biography-hero__copy > a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    min-width: 245px;
    min-height: 57px;
    margin-top: 30px;
    padding: 7px 8px 7px 23px;
    border-radius: 999px;
    background: var(--tbb-yellow);
    color: var(--tbb-wine);
    font-size: 10px;
    font-weight: 950;
    transition: transform .25s ease;
}

.tb-biography-hero__copy > a:hover {
    transform: translateY(-3px);
}

.tb-biography-hero__copy > a b {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: var(--tbb-wine);
    color: #fff;
    font-size: 17px;
}

.tb-biography-hero__visual {
    position: relative;
    min-height: 635px;
}

.tb-biography-hero__visual figure {
    position: absolute;
    z-index: 3;
    right: 14px;
    bottom: 0;
    width: min(100%, 475px);
    height: 620px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 230px 230px 36px 36px;
    background: #eef1f4;
    box-shadow: 0 38px 80px rgba(31, 0, 8, .3);
    overflow: hidden;
}

.tb-biography-hero__visual figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 68%, rgba(63, 0, 16, .34));
    pointer-events: none;
}

.tb-biography-hero__visual img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 25% !important;
}

.tb-biography-hero__visual figcaption {
    position: absolute;
    z-index: 5;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 53px;
    padding: 8px 13px 8px 9px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    background: rgba(82, 0, 20, .79);
    backdrop-filter: blur(13px);
}

.tb-biography-hero__visual figcaption i {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 35px;
    height: 35px;
    border-radius: 12px 3px 12px 3px;
    background: var(--tbb-yellow);
    color: var(--tbb-wine);
    font-size: 13px;
    font-style: normal;
}

.tb-biography-hero__visual figcaption span {
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tb-biography-hero__sp {
    position: absolute;
    z-index: 1;
    top: 90px;
    left: -95px;
    color: transparent;
    font-size: 230px;
    font-weight: 950;
    line-height: .8;
    letter-spacing: -.1em;
    -webkit-text-stroke: 1px rgba(255, 209, 0, .19);
}

.tb-biography-hero__chip {
    position: absolute;
    z-index: 6;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
    animation: tb-biography-float 5s ease-in-out infinite;
}

.tb-biography-hero__chip--one { top: 105px; right: -10px; }
.tb-biography-hero__chip--two { top: 250px; left: -45px; animation-delay: -1.5s; }
.tb-biography-hero__chip--three { right: -5px; bottom: 155px; animation-delay: -3s; }

@keyframes tb-biography-float {
    50% { transform: translateY(-9px) rotate(1deg); }
}

.tb-biography-hero__ticker {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 4vw, 65px);
    min-height: 48px;
    background: var(--tbb-yellow);
    color: var(--tbb-wine);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.tb-biography-hero__ticker i {
    color: var(--tbb-red);
    font-style: normal;
}

.tb-biography-story {
    position: relative;
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 209, 0, .17), transparent 25%),
        var(--tbb-cream);
    color: var(--tbb-dark);
    overflow: hidden;
}

.tb-biography-story::before {
    content: "HISTÓRIA";
    position: absolute;
    right: -20px;
    top: 70px;
    color: transparent;
    font-size: clamp(100px, 18vw, 275px);
    font-weight: 950;
    line-height: .8;
    letter-spacing: -.09em;
    -webkit-text-stroke: 1px rgba(102, 0, 24, .055);
}

.tb-biography-story__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(340px, .76fr) minmax(0, 1.24fr);
    align-items: start;
    gap: clamp(55px, 8vw, 125px);
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto;
    padding: 125px 0 145px;
}

.tb-biography-story__aside {
    position: sticky;
    top: 35px;
}

.tb-biography-story__aside-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--tbb-red);
    font-size: 8px;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tb-biography-story__aside-label i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--tbb-red);
    box-shadow: 0 0 0 5px rgba(210, 10, 46, .09);
}

.tb-biography-story h2 {
    margin: 26px 0 35px;
    color: var(--tbb-wine);
    font-size: clamp(46px, 4.6vw, 70px);
    font-weight: 950;
    line-height: .92;
    letter-spacing: -.065em;
}

.tb-biography-story h2 em {
    color: var(--tbb-red);
    font-style: normal;
}

.tb-biography-story__aside figure {
    position: relative;
    width: min(100%, 430px);
    height: 390px;
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
}

.tb-biography-story__aside figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 55%, rgba(70, 0, 17, .48));
}

.tb-biography-story__aside img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 22% !important;
}

.tb-biography-story__aside figcaption {
    position: absolute;
    z-index: 3;
    right: 23px;
    bottom: 22px;
    left: 23px;
    color: #fff;
    font-size: 9px;
    font-weight: 850;
    line-height: 1.45;
    letter-spacing: .04em;
}

.tb-biography-story__timeline {
    position: relative;
    padding-left: 47px;
}

.tb-biography-story__line {
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 10px;
    width: 1px;
    background: rgba(102, 0, 24, .16);
}

.tb-biography-story__line i {
    position: absolute;
    z-index: 4;
    top: var(--tbb-progress);
    left: 50%;
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border-radius: 10px 3px 10px 3px;
    background: var(--tbb-yellow);
    box-shadow: 0 9px 25px rgba(102, 0, 24, .19);
    color: var(--tbb-red);
    font-size: 11px;
    font-style: normal;
    transform: translate(-50%, -50%) rotate(-6deg);
    transition: top .14s linear;
}

.tb-biography-chapter {
    position: relative;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 28px;
    min-height: 205px;
    margin-bottom: 14px;
    padding: 31px 52px 31px 28px;
    border: 1px solid rgba(102, 0, 24, .13);
    border-radius: 27px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 15px 38px rgba(58, 0, 14, .045);
    overflow: hidden;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.tb-biography-chapter:hover {
    border-color: rgba(210, 10, 46, .32);
    box-shadow: 0 22px 48px rgba(58, 0, 14, .08);
    transform: translateX(7px);
}

.tb-biography-chapter__meta {
    padding-right: 22px;
    border-right: 1px solid rgba(102, 0, 24, .12);
}

.tb-biography-chapter__meta span {
    display: block;
    color: var(--tbb-red);
    font-size: 36px;
    font-weight: 950;
    line-height: .8;
    letter-spacing: -.07em;
}

.tb-biography-chapter__meta b {
    display: block;
    margin-top: 19px;
    color: rgba(102, 0, 24, .5);
    font-size: 7px;
    font-weight: 950;
    line-height: 1.35;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tb-biography-chapter h3 {
    margin: 0 0 14px;
    color: var(--tbb-wine);
    font-size: clamp(25px, 2.3vw, 34px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.045em;
}

.tb-biography-chapter p {
    margin: 0;
    color: rgba(40, 0, 8, .67);
    font-size: 12.5px;
    line-height: 1.7;
}

.tb-biography-chapter__star {
    position: absolute;
    right: 18px;
    bottom: 16px;
    color: rgba(210, 10, 46, .18);
    font-size: 19px;
    font-style: normal;
    transition: color .3s ease, transform .3s ease;
}

.tb-biography-chapter:hover .tb-biography-chapter__star {
    color: var(--tbb-red);
    transform: rotate(35deg) scale(1.1);
}

.tb-biography-cta {
    position: relative;
    min-height: 610px;
    background:
        radial-gradient(circle at 85% 55%, rgba(255, 209, 0, .14), transparent 25%),
        linear-gradient(135deg, var(--tbb-dark), var(--tbb-wine));
    overflow: hidden;
}

.tb-biography-cta::before {
    content: "PRÓXIMO";
    position: absolute;
    right: -25px;
    bottom: -25px;
    color: transparent;
    font-size: clamp(110px, 18vw, 280px);
    font-weight: 950;
    line-height: .8;
    letter-spacing: -.09em;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .07);
}

.tb-biography-cta__inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: min(960px, calc(100% - 50px));
    margin: 0 auto;
    padding: 125px 0 120px;
    text-align: center;
}

.tb-biography-cta__inner > span {
    color: var(--tbb-yellow);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tb-biography-cta h2 {
    margin: 24px 0 24px;
    color: #fff;
    font-size: clamp(59px, 7.1vw, 104px);
    font-weight: 950;
    line-height: .88;
    letter-spacing: -.073em;
    text-wrap: balance;
}

.tb-biography-cta p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .67);
    font-size: 13px;
    line-height: 1.7;
}

.tb-biography-cta__inner > a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    min-width: 250px;
    min-height: 60px;
    margin-top: 32px;
    padding: 7px 8px 7px 25px;
    border-radius: 999px;
    background: var(--tbb-yellow);
    color: var(--tbb-wine);
    font-size: 10px;
    font-weight: 950;
}

.tb-biography-cta__inner > a b {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--tbb-red);
    color: #fff;
    font-size: 18px;
}

.tb-biography-cta__orbit {
    position: absolute;
    top: -175px;
    left: -170px;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(255, 209, 0, .15);
    border-radius: 50%;
    animation: tb-biography-orbit 17s linear infinite;
}

.tb-biography-cta__orbit i {
    position: absolute;
    right: 40px;
    bottom: 57px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px 4px 16px 4px;
    background: var(--tbb-yellow);
    color: var(--tbb-red);
    font-style: normal;
}

@keyframes tb-biography-orbit {
    to { transform: rotate(360deg); }
}

.tb-biography-page--motion .tb-biography-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .78s cubic-bezier(.2, .7, .2, 1), transform .78s cubic-bezier(.2, .7, .2, 1);
}

.tb-biography-page--motion .tb-biography-chapter.tb-biography-reveal {
    transition-delay: var(--tb-biography-delay);
}

.tb-biography-page--motion .tb-biography-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1120px) {
    .tb-biography-page__brand { width: 285px; }
    .tb-biography-page__nav { gap: 12px; }
    .tb-biography-page__nav a { font-size: 8.5px; }
    .tb-biography-hero__inner { grid-template-columns: minmax(0, 1fr) minmax(380px, .72fr); }
}

@media (max-width: 880px) {
    .tb-biography-page__topbar {
        width: min(100% - 40px, 760px);
        min-height: 92px;
    }

    .tb-biography-page__menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, .24);
        border-radius: 14px;
        background: rgba(255, 255, 255, .09);
        color: #fff;
        cursor: pointer;
    }

    .tb-biography-page__menu-toggle i {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 99px;
        background: currentColor;
        transition: transform .24s ease, opacity .2s ease;
    }

    .tb-biography-page--menu-open .tb-biography-page__menu-toggle i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .tb-biography-page--menu-open .tb-biography-page__menu-toggle i:nth-child(2) { opacity: 0; }
    .tb-biography-page--menu-open .tb-biography-page__menu-toggle i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    .tb-biography-page__nav {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        left: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 3px;
        padding: 14px;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 23px;
        background: rgba(73, 0, 17, .97);
        box-shadow: 0 30px 65px rgba(28, 0, 7, .38);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px) scale(.98);
        backdrop-filter: blur(18px);
        transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
    }

    .tb-biography-page--menu-open .tb-biography-page__nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    .tb-biography-page__nav a,
    .tb-biography-page__nav .tb-biography-page__nav-cta {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        min-height: 46px;
        padding: 0 15px;
        border: 0;
        border-radius: 13px;
        color: rgba(255, 255, 255, .84) !important;
        font-size: 10px !important;
    }

    .tb-biography-page__nav a::after { display: none; }
    .tb-biography-page__nav a:hover { background: rgba(255, 255, 255, .09); }
    .tb-biography-page__nav .tb-biography-page__nav-cta { justify-content: center; margin-top: 5px; background: var(--tbb-yellow); color: var(--tbb-wine) !important; }

    .tb-biography-page__mobile-team {
        position: fixed;
        z-index: 99999;
        right: 16px;
        bottom: max(14px, env(safe-area-inset-bottom));
        left: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 58px;
        padding: 8px 9px 8px 21px;
        border: 1px solid rgba(255, 255, 255, .66);
        border-radius: 18px;
        background: var(--tbb-yellow);
        box-shadow: 0 18px 48px rgba(42, 0, 10, .38);
        color: var(--tbb-wine);
        font-size: 11px;
        font-weight: 950;
    }

    .tb-biography-page__mobile-team b {
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        background: var(--tbb-wine);
        color: #fff;
    }

    .tb-biography-hero { min-height: 0; }
    .tb-biography-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        width: min(100% - 40px, 720px);
        padding: 150px 0 105px;
    }
    .tb-biography-hero__visual { min-height: 650px; }
    .tb-biography-hero__visual figure { right: 50%; transform: translateX(50%); }
    .tb-biography-hero__chip--one { right: 5%; }
    .tb-biography-hero__chip--two { left: 4%; }
    .tb-biography-hero__chip--three { right: 5%; }

    .tb-biography-story__inner {
        grid-template-columns: minmax(0, 1fr);
        width: min(100% - 40px, 720px);
        gap: 65px;
        padding: 95px 0 110px;
    }
    .tb-biography-story__aside { position: relative; top: auto; }
    .tb-biography-story__aside figure { display: none; }
}

@media (max-width: 560px) {
    .tb-biography-page__topbar { width: calc(100% - 30px); min-height: 82px; }
    .tb-biography-page__brand { width: min(58%, 225px); height: 70px; }
    .tb-biography-page__brand img { top: -64px; width: 330px !important; }
    .tb-biography-hero__inner { width: calc(100% - 30px); padding-top: 128px; }
    .tb-biography-hero h1 { font-size: clamp(48px, 14.6vw, 66px); }
    .tb-biography-hero__copy > p { font-size: 13px; }
    .tb-biography-hero__visual { min-height: 535px; }
    .tb-biography-hero__visual figure { width: min(100%, 390px); height: 515px; }
    .tb-biography-hero__chip { font-size: 7px; padding: 8px 11px; }
    .tb-biography-hero__chip--one { top: 65px; }
    .tb-biography-hero__chip--two { top: 210px; left: -3px; }
    .tb-biography-hero__chip--three { right: -3px; bottom: 135px; }
    .tb-biography-hero__ticker { gap: 11px; font-size: 7px; letter-spacing: .07em; }
    .tb-biography-story__inner { width: calc(100% - 30px); }
    .tb-biography-story h2 { font-size: 49px; }
    .tb-biography-story__timeline { padding-left: 29px; }
    .tb-biography-story__line { left: 2px; }
    .tb-biography-story__line i { width: 25px; height: 25px; }
    .tb-biography-chapter { grid-template-columns: minmax(0, 1fr); gap: 20px; padding: 27px 27px 30px; }
    .tb-biography-chapter__meta { display: flex; align-items: center; gap: 13px; padding: 0 0 17px; border-right: 0; border-bottom: 1px solid rgba(102, 0, 24, .12); }
    .tb-biography-chapter__meta span { font-size: 29px; }
    .tb-biography-chapter__meta b { margin: 0; }
    .tb-biography-chapter p { font-size: 12px; line-height: 1.65; }
    .tb-biography-cta__inner { width: calc(100% - 30px); padding: 100px 0 115px; }
    .tb-biography-cta h2 { font-size: clamp(52px, 15vw, 70px); }
}

@media (prefers-reduced-motion: reduce) {
    .tb-biography-page *,
    .tb-biography-page *::before,
    .tb-biography-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }

    .tb-biography-page--motion .tb-biography-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}

