.jet85-tp {
    --jet85-tp-bg: #f5f1eb;
    --jet85-tp-text: #1b1a18;
    --jet85-tp-muted: #33302d;
    --jet85-tp-soft: rgba(245, 241, 235, 0.72);
    --jet85-tp-line: rgba(28, 27, 25, 0.44);
    --jet85-tp-font: var(--jet85-page-font, var(--font-heading, var(--font-primary, "Plus Jakarta Sans")), "Plus Jakarta Sans", Arial, sans-serif);
    width: 100%;
    margin: 0;
    background: var(--jet85-tp-bg);
    color: var(--jet85-tp-text);
    font-family: var(--jet85-tp-font);
}

.jet85-tp *,
.jet85-tp *::before,
.jet85-tp *::after {
    box-sizing: border-box;
}

.jet85-tp__hero {
    position: relative;
    min-height: clamp(560px, 49vw, 720px);
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(245, 241, 235, 0.95) 0%, rgba(245, 241, 235, 0.78) 24%, rgba(245, 241, 235, 0.18) 50%, rgba(0, 0, 0, 0.16) 100%),
        var(--jet85-tp-hero);
    background-position: center, center 58%;
    background-size: cover, cover;
}

.jet85-tp__hero-copy {
    width: min(100% - 112px, 1540px);
    margin: 0 auto;
    padding: clamp(76px, 8vw, 116px) 0 80px;
}

.jet85-tp__crumb {
    margin: 0 0 32px;
    color: rgba(27, 26, 24, 0.58);
    font-size: 12px;
    font-family: var(--jet85-tp-font);
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.jet85-tp__crumb strong {
    color: var(--jet85-tp-text);
}

.jet85-tp h1,
.jet85-tp h2 {
    margin: 0;
    font-family: var(--jet85-tp-font);
    font-weight: 700;
    letter-spacing: 0;
}

.jet85-tp h1 {
    margin-bottom: 34px;
    font-size: clamp(52px, 5vw, 76px);
    line-height: 0.98;
    text-transform: uppercase;
}

.jet85-tp__hero-copy > p:not(.jet85-tp__crumb) {
    max-width: 465px;
    margin: 0 0 22px;
    color: var(--jet85-tp-muted);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.72;
}

.jet85-tp__content {
    padding: 48px 0 38px;
    background:
        radial-gradient(circle at 18% 7%, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0) 34%),
        var(--jet85-tp-bg);
}

.jet85-tp__wrap {
    width: min(100% - 112px, 1348px);
    margin: 0 auto;
}

.jet85-tp__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(48px, 6vw, 86px);
    margin: 0 auto 66px;
    padding: 0 clamp(44px, 5vw, 68px);
}

.jet85-tp__feature {
    padding-top: 23px;
    border-top: 1px solid var(--jet85-tp-line);
}

.jet85-tp__feature p {
    margin: 0 0 19px;
    color: rgba(27, 26, 24, 0.78);
    font-size: 12px;
    font-family: var(--jet85-tp-font);
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.jet85-tp__feature h2 {
    margin-bottom: 13px;
    font-size: clamp(26px, 2.35vw, 34px);
    line-height: 1.04;
}

.jet85-tp__feature span {
    display: block;
    max-width: 360px;
    color: var(--jet85-tp-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
}

.jet85-tp__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.jet85-tp__cards--many {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jet85-tp__card {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 318px;
    overflow: hidden;
    border-radius: 7px;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 54%, rgba(0, 0, 0, 0.88) 100%),
        var(--jet85-tp-card);
    background-size: cover, 128%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.jet85-tp__card--1 {
    background-position: center, 42% 58%;
}

.jet85-tp__card--2 {
    background-position: center, 64% 60%;
}

.jet85-tp__card-copy {
    width: 100%;
    padding: 0 34px 24px;
    color: #fff;
}

.jet85-tp__card h2 {
    margin-bottom: 8px;
    color: #fff;
    font-size: clamp(30px, 2.55vw, 38px);
    line-height: 1;
}

.jet85-tp__card p {
    max-width: 505px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.jet85-tp__card a {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.jet85-tp__aircraft-nav {
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr);
    gap: 58px;
    align-items: center;
    min-height: 74px;
    padding: 0 max(48px, calc((100vw - 1348px) / 2));
    background: linear-gradient(90deg, #141414 0%, #202020 100%);
    color: #f6f3ef;
}

.jet85-tp__brand {
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    text-decoration: none;
}

.jet85-tp__aircraft-nav div {
    display: flex;
    gap: clamp(24px, 3.4vw, 48px);
    align-items: center;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.jet85-tp__aircraft-nav div::-webkit-scrollbar {
    display: none;
}

.jet85-tp__aircraft-nav div a {
    position: relative;
    flex: 0 0 auto;
    padding: 29px 0 27px;
    color: rgba(246, 243, 239, 0.44);
    font-size: 12px;
    font-family: var(--jet85-tp-font);
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.jet85-tp__aircraft-nav div a.is-active {
    color: #fff;
}

.jet85-tp__aircraft-nav div a.is-active::after {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
}

@media (max-width: 1180px) {
    .jet85-tp__hero-copy,
    .jet85-tp__wrap {
        width: min(100% - 64px, 980px);
    }

    .jet85-tp__features {
        gap: 34px;
        padding: 0;
    }

    .jet85-tp__aircraft-nav {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 28px;
        padding: 0 32px;
    }
}

@media (max-width: 820px) {
    .jet85-tp__hero {
        min-height: 590px;
        background-image:
            linear-gradient(180deg, rgba(245, 241, 235, 0.95) 0%, rgba(245, 241, 235, 0.72) 46%, rgba(0, 0, 0, 0.28) 100%),
            var(--jet85-tp-hero);
        background-position: center, center bottom;
    }

    .jet85-tp__features,
    .jet85-tp__cards,
    .jet85-tp__cards--many {
        grid-template-columns: 1fr;
    }

    .jet85-tp__features {
        margin-bottom: 42px;
    }

    .jet85-tp__card {
        min-height: 300px;
    }

    .jet85-tp__aircraft-nav {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 18px 24px 0;
    }
}

@media (max-width: 560px) {
    .jet85-tp__hero-copy,
    .jet85-tp__wrap {
        width: min(100% - 34px, 520px);
    }

    .jet85-tp__hero {
        min-height: 545px;
    }

    .jet85-tp h1 {
        font-size: 46px;
    }

    .jet85-tp__hero-copy > p:not(.jet85-tp__crumb),
    .jet85-tp__feature span,
    .jet85-tp__card p {
        font-size: 15px;
    }

    .jet85-tp__content {
        padding-top: 34px;
    }

    .jet85-tp__card-copy {
        padding: 0 24px 24px;
    }

    .jet85-tp__aircraft-nav div {
        gap: 22px;
    }
}
