.tb-about {
    --tba-red: #cf0a2c;
    --tba-red-hot: #ef183d;
    --tba-wine: #620016;
    --tba-wine-dark: #31000c;
    --tba-yellow: #ffd100;
    --tba-cream: #fff8e9;
    --tba-paper: #f7edda;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    background:
        radial-gradient(circle at 8% 15%, rgba(255, 209, 0, .2), transparent 24%),
        radial-gradient(circle at 92% 88%, rgba(207, 10, 44, .12), transparent 29%),
        linear-gradient(180deg, var(--tba-cream), #fffdf7 72%, #f9efdf);
    color: var(--tba-wine-dark);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    isolation: isolate;
    overflow: hidden;
}

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

.tb-about a {
    color: inherit;
    text-decoration: none;
}

.tb-section-anchor {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.tb-about::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .36;
    background-image:
        linear-gradient(rgba(98, 0, 22, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(98, 0, 22, .045) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(90deg, #000, transparent 40%, transparent 63%, #000);
}

.tb-about__word {
    position: absolute;
    z-index: -1;
    top: 40px;
    left: 50%;
    color: transparent;
    font-size: clamp(125px, 14vw, 230px);
    font-weight: 950;
    line-height: .8;
    letter-spacing: -.08em;
    transform: translateX(-50%);
    -webkit-text-stroke: 1px rgba(98, 0, 22, .07);
    user-select: none;
    white-space: nowrap;
}

.tb-about__orbit {
    position: absolute;
    z-index: -1;
    right: -170px;
    bottom: -200px;
    width: 570px;
    height: 570px;
    border: 1px solid rgba(207, 10, 44, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 62px rgba(207, 10, 44, .035), 0 0 0 124px rgba(207, 10, 44, .022);
}

.tb-about__orbit::before,
.tb-about__orbit::after {
    content: "★";
    position: absolute;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 15px 4px 15px 4px;
    background: var(--tba-yellow);
    color: var(--tba-red);
    font-size: 18px;
    box-shadow: 0 15px 30px rgba(207, 10, 44, .12);
}

.tb-about__orbit::before {
    top: 38px;
    left: 70px;
    transform: rotate(-9deg);
}

.tb-about__orbit::after {
    right: 92px;
    bottom: 26px;
    transform: rotate(11deg) scale(.72);
}

.tb-about__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(430px, .88fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(70px, 8vw, 132px);
    width: min(1340px, calc(100% - 64px));
    min-height: 940px;
    margin: 0 auto;
    padding: 118px 0 138px;
}

.tb-about__visual {
    position: relative;
    width: min(100%, 545px);
    min-height: 710px;
}

.tb-about__index {
    position: absolute;
    z-index: 5;
    top: -7px;
    left: 37px;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--tba-wine);
    box-shadow: 0 12px 30px rgba(49, 0, 12, .18);
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
}

.tb-about__photo {
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 0;
    width: calc(100% - 28px);
    height: 645px;
    border: 1px solid rgba(98, 0, 22, .16);
    border-radius: 172px 42px 42px 42px;
    background: #e9edf0;
    box-shadow: 0 38px 80px rgba(74, 17, 25, .16);
    overflow: hidden;
}

.tb-about__photo::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0;
    border: 11px solid rgba(255, 255, 255, .52);
    border-radius: inherit;
    pointer-events: none;
}

.tb-about__photo::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 32%;
    background: linear-gradient(transparent, rgba(49, 0, 12, .18));
    pointer-events: none;
}

.tb-about__photo img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center 31% !important;
    filter: saturate(.9) contrast(1.02);
}

.tb-about__photo-label {
    position: absolute;
    z-index: 5;
    right: 22px;
    bottom: 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 8px 15px 8px 9px;
    border: 1px solid rgba(255, 255, 255, .54);
    border-radius: 999px;
    background: rgba(98, 0, 22, .81);
    box-shadow: 0 14px 32px rgba(49, 0, 12, .2);
    color: #fff;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.tb-about__photo-label i {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px 3px 9px 3px;
    background: var(--tba-yellow);
    color: var(--tba-red);
    font-style: normal;
}

.tb-about__milestones {
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: 0;
    left: 28px;
    display: grid;
    grid-template-columns: 1fr 1px 1.22fr 1px 1.5fr;
    align-items: center;
    min-height: 112px;
    padding: 17px 22px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 25px;
    background: linear-gradient(135deg, var(--tba-red), var(--tba-wine));
    box-shadow: 0 24px 50px rgba(98, 0, 22, .26);
    color: #fff;
}

.tb-about__milestones > i {
    width: 1px;
    height: 53px;
    background: rgba(255, 255, 255, .2);
}

.tb-about__milestones > div {
    padding: 0 13px;
}

.tb-about__milestones strong {
    display: block;
    margin-bottom: 7px;
    color: var(--tba-yellow);
    font-size: 23px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.04em;
}

.tb-about__milestones span {
    display: block;
    color: rgba(255, 255, 255, .78);
    font-size: 8px;
    font-weight: 750;
    line-height: 1.35;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.tb-about__content {
    position: relative;
    max-width: 650px;
}

.tb-about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 19px;
    color: var(--tba-red);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tb-about__eyebrow span {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 8px 2px 8px 2px;
    background: var(--tba-yellow);
    font-size: 11px;
    transform: rotate(-7deg);
}

.tb-about h2 {
    max-width: 640px;
    margin: 0;
    color: var(--tba-wine-dark);
    font-size: clamp(51px, 5vw, 76px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.064em;
    text-wrap: balance;
}

.tb-about h2::after {
    content: "";
    display: block;
    width: 86px;
    height: 7px;
    margin-top: 25px;
    border-radius: 8px;
    background: linear-gradient(90deg, var(--tba-red) 0 68%, var(--tba-yellow) 68%);
}

.tb-about__text {
    max-width: 630px;
    margin-top: 30px;
}

.tb-about__text p {
    margin: 0 0 18px;
    color: rgba(49, 0, 12, .72);
    font-size: 14px;
    line-height: 1.72;
}

.tb-about__text p:first-child::first-letter {
    float: left;
    margin: 5px 9px 0 0;
    color: var(--tba-red);
    font-size: 45px;
    font-weight: 950;
    line-height: .78;
}

.tb-about__quote {
    position: relative;
    display: grid;
    grid-template-columns: 43px 1fr;
    align-items: center;
    gap: 12px;
    max-width: 620px;
    margin: 28px 0 0;
    padding: 21px 24px;
    border: 1px solid rgba(207, 10, 44, .13);
    border-radius: 20px;
    background: rgba(255, 255, 255, .63);
    box-shadow: 0 18px 48px rgba(98, 0, 22, .08), inset 4px 0 0 var(--tba-red);
    backdrop-filter: blur(10px);
}

.tb-about__quote > span {
    color: var(--tba-yellow);
    font-family: Georgia, serif;
    font-size: 61px;
    font-weight: 900;
    line-height: .7;
    text-shadow: 2px 2px 0 var(--tba-red);
}

.tb-about__quote p {
    margin: 0;
    color: var(--tba-wine);
    font-size: clamp(15px, 1.35vw, 18px);
    font-weight: 850;
    line-height: 1.38;
    letter-spacing: -.02em;
}

.tb-about__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-width: 245px;
    min-height: 58px;
    margin-top: 28px;
    padding: 9px 9px 9px 22px;
    border-radius: 17px;
    background: var(--tba-red);
    box-shadow: 0 18px 38px rgba(207, 10, 44, .2);
    color: #fff !important;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .035em;
    transition: transform .22s ease, box-shadow .22s ease;
}

.tb-about__button b {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 12px;
    background: var(--tba-yellow);
    color: var(--tba-wine-dark);
    font-size: 17px;
    transition: transform .22s ease;
}

.tb-about__button:hover {
    box-shadow: 0 24px 46px rgba(207, 10, 44, .27);
    transform: translateY(-3px);
}

.tb-about__button:hover b {
    transform: translate(2px, -1px);
}

.tb-about--motion .tb-about-reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .75s cubic-bezier(.2, .7, .2, 1), transform .75s cubic-bezier(.2, .7, .2, 1);
}

.tb-about--motion .tb-about-reveal--content {
    transform: translateX(28px);
    transition-delay: .08s;
}

.tb-about--motion .tb-about-reveal.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

.tb-about a:focus-visible {
    outline: 3px solid var(--tba-wine);
    outline-offset: 4px;
}

@media (max-width: 1020px) {
    .tb-about__inner {
        grid-template-columns: minmax(350px, .78fr) minmax(0, 1fr);
        gap: 55px;
    }

    .tb-about__visual {
        min-height: 635px;
    }

    .tb-about__photo {
        height: 565px;
    }

    .tb-about__milestones {
        left: 12px;
        padding-inline: 12px;
    }

    .tb-about__milestones > div {
        padding-inline: 9px;
    }
}

@media (max-width: 820px) {
    .tb-about__inner {
        grid-template-columns: minmax(0, 1fr);
        width: min(100% - 40px, 720px);
        gap: 75px;
        min-height: 0;
        padding: 95px 0 110px;
    }

    .tb-about__visual {
        width: min(100%, 545px);
        justify-self: center;
    }

    .tb-about__content {
        max-width: 680px;
    }

    .tb-about__text,
    .tb-about__quote {
        max-width: 100%;
    }
}

@media (max-width: 560px) {
    .tb-about__word {
        top: 28px;
        font-size: 84px;
    }

    .tb-about__inner {
        width: calc(100% - 30px);
        gap: 62px;
        padding: 77px 0 90px;
    }

    .tb-about__visual {
        min-height: 530px;
    }

    .tb-about__index {
        left: 19px;
    }

    .tb-about__photo {
        width: calc(100% - 10px);
        height: 470px;
        border-radius: 108px 30px 30px 30px;
    }

    .tb-about__photo::before {
        border-width: 7px;
    }

    .tb-about__photo-label {
        right: 12px;
        bottom: 88px;
    }

    .tb-about__milestones {
        right: 0;
        bottom: 0;
        left: 5px;
        min-height: 91px;
        padding: 12px 7px;
        border-radius: 19px;
    }

    .tb-about__milestones > div {
        padding-inline: 8px;
    }

    .tb-about__milestones > i {
        height: 45px;
    }

    .tb-about__milestones strong {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .tb-about__milestones span {
        font-size: 6px;
    }

    .tb-about__eyebrow {
        font-size: 7.5px;
        line-height: 1.4;
    }

    .tb-about h2 {
        font-size: clamp(45px, 13vw, 59px);
        line-height: .94;
    }

    .tb-about__text {
        margin-top: 26px;
    }

    .tb-about__text p {
        font-size: 13px;
        line-height: 1.68;
    }

    .tb-about__quote {
        grid-template-columns: 33px 1fr;
        padding: 18px;
    }

    .tb-about__quote > span {
        font-size: 49px;
    }

    .tb-about__button {
        width: 100%;
        min-width: 0;
    }
}

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

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