:root {
    --ts-black: #020202;
    --ts-red: #da211b;
    --ts-red-dark: #9d120e;
    --ts-white: #ededed;
    --ts-muted: #c8c8c8;
    --ts-gold: #d7a11e;
    --ts-border: rgba(255, 255, 255, .58);
    --ts-script: "Permanent Marker", "Brush Script MT", "Segoe Script", cursive;
    --ts-display: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
    --ts-body: "Montserrat", Arial, Helvetica, sans-serif;
    --ts-header-height: 96px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.ts-page {
    min-width: 320px;
    margin: 0;
    overflow-x: clip;
    background: var(--ts-black);
    color: var(--ts-white);
    font-family: var(--ts-body);
}

.ts-page a {
    color: inherit;
    text-decoration: none;
}

.ts-site-shell {
    min-height: 100vh;
    background: #000;
}

.ts-container {
    width: min(100% - clamp(2rem, 6vw, 7rem), 1680px);
    margin-right: auto;
    margin-left: auto;
}

.ts-header {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .22) 78%, rgba(0, 0, 0, 0));
    border-bottom: 1px solid transparent;
    transition: background-color 180ms ease, backdrop-filter 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ts-header.is-scrolled,
.ts-header:has(.ts-primary-nav.is-open) {
    border-bottom-color: rgba(218, 33, 27, .2);
    background: rgba(0, 0, 0, .82);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .34);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.ts-nav-wrap {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: center;
    min-height: var(--ts-header-height);
    gap: clamp(.85rem, 2.4vw, 2.75rem);
}

.ts-brand {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: min(100%, 240px);
    min-width: 220px;
    margin-left: 0;
    color: #f2f2f2;
    font-family: var(--ts-script);
    line-height: .9;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .95);
}

.ts-brand img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 86px;
    object-fit: contain;
}

.ts-brand-crown {
    position: absolute;
    top: -32px;
    left: 44px;
    color: var(--ts-gold);
    font-family: var(--ts-script);
    font-size: 2.25rem;
    transform: rotate(-7deg);
}

.ts-brand-name {
    display: block;
    font-size: clamp(1.75rem, 2.5vw, 2.45rem);
    transform: rotate(-4deg);
    white-space: nowrap;
}

.ts-primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(.75rem, 1.8vw, 2.1rem);
}

.ts-nav-item {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.ts-primary-nav a {
    position: relative;
    padding: .42rem 0;
    color: rgba(242, 242, 242, .9);
    font-family: var(--ts-script);
    font-size: clamp(1.1rem, 1.5vw, 1.6rem);
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .9);
    transform: rotate(-2deg);
    transition: color 160ms ease, transform 160ms ease;
    white-space: nowrap;
}

.ts-nav-item:nth-child(2n) > a {
    transform: rotate(2deg);
}

.ts-primary-nav a:hover,
.ts-primary-nav a:focus,
.ts-primary-nav a.active {
    color: #fff;
    transform: translateY(-1px) rotate(-2deg);
}

.ts-primary-nav a.active::after {
    position: absolute;
    right: 0;
    bottom: .1rem;
    left: 0;
    height: 2px;
    background: var(--ts-red);
    content: "";
    transform: rotate(-2deg);
}

.ts-nav-dropdown {
    position: absolute;
    top: calc(100% + .45rem);
    left: 50%;
    z-index: 60;
    display: grid;
    min-width: 170px;
    gap: .2rem;
    padding: .75rem .9rem;
    border: 1px solid rgba(218, 33, 27, .28);
    background: rgba(0, 0, 0, .94);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -6px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.ts-nav-item:hover .ts-nav-dropdown,
.ts-nav-item:focus-within .ts-nav-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.ts-nav-dropdown a {
    padding: .45rem .25rem;
    font-size: clamp(.95rem, 1vw, 1.15rem);
    transform: rotate(0);
}

.ts-nav-dropdown a:hover,
.ts-nav-dropdown a:focus {
    color: var(--ts-red);
    transform: translateY(-1px);
}

.ts-nav-toggle {
    display: none;
    width: 46px;
    height: 42px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(0, 0, 0, .62);
}

.ts-nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
}

.ts-hero {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    overflow: hidden;
    background: #000;
}

.ts-hero-background {
    position: absolute;
    z-index: -2;
    inset: 0;
    background: url("../../images/theme/trip-sevens/trip-sevens-hero-background.png") top center / cover no-repeat;
}

.ts-hero::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .07) 48%, rgba(0, 0, 0, .22)),
        linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .06) 50%, rgba(0, 0, 0, .4));
    content: "";
    pointer-events: none;
}

.ts-hero-content {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 100vh;
    padding-top: var(--ts-header-height);
    padding-bottom: clamp(2rem, 5vw, 4.5rem);
}

.ts-hero-copy {
    position: relative;
    z-index: 3;
    display: flex;
    min-height: calc(100vh - var(--ts-header-height) - clamp(2rem, 5vw, 4.5rem));
    flex-direction: column;
    justify-content: space-between;
    width: min(100%, 610px);
    padding-top: clamp(1rem, 3vh, 2rem);
    padding-bottom: clamp(.25rem, 2vh, 1.5rem);
}

.ts-hero-copy-top,
.ts-hero-copy-bottom {
    position: relative;
}

.ts-hero-copy-bottom {
    width: min(100%, 650px);
}

.ts-hero-kicker {
    margin: 0 0 .85rem;
    color: var(--ts-red);
    font-family: var(--ts-display);
    font-size: clamp(1rem, 1.4vw, 1.35rem);
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 4px 18px #000;
}

.ts-hero-portrait {
    position: absolute;
    z-index: 1;
    right: max(-18rem, -12vw);
    bottom: -3rem;
    width: min(76vw, 1360px);
    height: min(96vh, 1040px);
    pointer-events: none;
    filter: saturate(1.12) contrast(1.04);
    mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 88%, transparent 100%);
}

.ts-hero-portrait::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 56%, rgba(0, 0, 0, .68) 100%);
    content: "";
    pointer-events: none;
}

.ts-hero-animation {
    position: absolute;
    right: -6vw;
    bottom: -132px;
    z-index: 1;
    max-width: none;
    transform: scale(1.82);
    transform-origin: right bottom;
}

.ts-hero-animation.is-empty {
    display: none;
}

.ts-hero-animation canvas,
.ts-hero-animation #dom_overlay_container {
    inset: 0;
}

.ts-hero h1 {
    margin: 0;
    color: var(--ts-white);
    font-family: var(--ts-display);
    font-size: clamp(6.25rem, 12vw, 13.25rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: .74;
    text-transform: uppercase;
    text-shadow: 0 7px 0 rgba(255, 255, 255, .08), 0 18px 40px rgba(0, 0, 0, .88);
}

.ts-hero h1 span {
    display: block;
    width: max-content;
    transform-origin: left center;
}

.ts-hero h1 span:first-child {
    transform: rotate(-3.5deg);
}

.ts-hero h1 span:nth-child(2) {
    transform: translateX(clamp(.45rem, 1.5vw, 1.4rem)) rotate(3.5deg);
}

.ts-hero-number {
    margin: 0 0 -.04em clamp(2.35rem, 6vw, 4.6rem);
    color: var(--ts-red);
    font-family: var(--ts-script);
    font-size: clamp(3rem, 6.2vw, 6.6rem);
    line-height: 1;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .8);
    transform: rotate(-9deg);
}

.ts-hero-line {
    position: relative;
    display: inline-block;
    margin: 0 0 1.55rem clamp(3.1rem, 6.8vw, 5.8rem);
    color: #f8f8f8;
    font-family: var(--ts-script);
    font-size: clamp(1.35rem, 2.15vw, 2.42rem);
    line-height: 1.05;
    text-transform: uppercase;
    text-shadow: 0 4px 18px #000;
    transform: rotate(-3deg);
}

.ts-hero-line::after {
    position: absolute;
    right: -1.1rem;
    bottom: -.45rem;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, transparent 0 12%, var(--ts-red) 12% 48%, transparent 48% 54%, var(--ts-red) 54% 100%);
    content: "";
    transform: rotate(-1deg);
}

.ts-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(1rem, 2.2vw, 2.2rem);
    padding-top: clamp(.75rem, 1.4vw, 1.4rem);
}

.ts-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-width: clamp(190px, 15vw, 278px);
    min-height: clamp(56px, 5vw, 72px);
    padding: .9rem 1.6rem;
    color: #f5f5f5;
    font-family: var(--ts-display);
    font-size: clamp(1.2rem, 1.55vw, 1.72rem);
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.ts-btn:hover,
.ts-btn:focus {
    color: #fff;
    transform: translateY(-2px);
}

.ts-btn-red {
    border: 1px solid rgba(255, 71, 57, .72);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, #df3027, var(--ts-red-dark));
    box-shadow: 0 16px 34px rgba(0, 0, 0, .42);
}

.ts-btn-outline {
    border: 2px solid var(--ts-border);
    background: rgba(0, 0, 0, .26);
}

.ts-btn-outline:hover,
.ts-btn-outline:focus {
    border-color: #fff;
    background: rgba(0, 0, 0, .45);
}

.ts-play-icon {
    width: 0;
    height: 0;
    margin-left: .2rem;
    border-top: .42rem solid transparent;
    border-bottom: .42rem solid transparent;
    border-left: .68rem solid currentColor;
}

.ts-circle-play {
    position: relative;
    display: inline-flex;
    width: 1.35rem;
    height: 1.35rem;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.ts-circle-play::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: .28rem solid transparent;
    border-bottom: .28rem solid transparent;
    border-left: .44rem solid currentColor;
    content: "";
    transform: translate(-38%, -50%);
}

.ts-hero-type-2 {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    margin-top: clamp(1.25rem, 2.5vw, 2.75rem);
    overflow: hidden;
    background: #020202;
    color: #f2f2f2;
}

.ts-hero-type-2-bg {
    position: absolute;
    z-index: -3;
    inset: 0;
    background: url("../../images/theme/trip-sevens/hero-type-2-background.png") center / cover no-repeat;
    filter: saturate(.9) contrast(1.08);
}

.ts-hero-type-2-scrim {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(90deg, #020202 0%, #020202 39%, rgba(2, 2, 2, .78) 48%, rgba(2, 2, 2, .1) 66%, rgba(2, 2, 2, .08) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .1) 48%, rgba(0, 0, 0, .46));
    pointer-events: none;
}

.ts-hero-type-2::before,
.ts-hero-type-2::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    border: 2px solid rgba(238, 226, 204, .65);
    content: "";
    pointer-events: none;
}

.ts-hero-type-2::before {
    border-width: 3px 2px;
    opacity: .5;
    clip-path: polygon(0 0, 100% 0, 100% 6%, 99% 6%, 99% 1.3%, 1% 1.3%, 1% 98.7%, 99% 98.7%, 99% 94%, 100% 94%, 100% 100%, 0 100%);
}

.ts-hero-type-2::after {
    inset: .35rem;
    border-color: rgba(255, 255, 255, .22);
    opacity: .6;
}

.ts-hero-type-2-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(330px, 43vw) minmax(240px, 1fr);
    width: min(100% - clamp(2rem, 6vw, 7rem), 1680px);
    min-height: 100vh;
    margin-right: auto;
    margin-left: auto;
    padding: clamp(4.75rem, 7vw, 8.5rem) clamp(2rem, 7vw, 8.6rem) clamp(3.5rem, 7vw, 6.8rem);
}

.ts-hero-type-2-copy {
    align-self: center;
    max-width: 760px;
}

.ts-hero-type-2 h1 {
    margin: 0 0 clamp(1.45rem, 3vw, 2.2rem);
    color: #d8d8d8;
    font-family: var(--ts-script);
    font-size: clamp(3.25rem, 5.8vw, 7.2rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: .78;
    text-transform: uppercase;
    text-shadow: 0 5px 20px rgba(0, 0, 0, .95);
}

.ts-hero-type-2 h1 span,
.ts-hero-type-2 h1 strong {
    display: block;
    width: max-content;
    max-width: 100%;
}

.ts-hero-type-2 h1 span:nth-child(1) {
    transform: rotate(-3deg);
}

.ts-hero-type-2 h1 span:nth-child(2) {
    transform: translateX(.18em) rotate(1.5deg);
}

.ts-hero-type-2 h1 span:nth-child(3) {
    transform: translateX(.05em) rotate(-2deg);
}

.ts-hero-type-2 h1 strong {
    position: relative;
    margin-top: -.08em;
    color: #8c0d0b;
    font-size: 1.08em;
    font-weight: 400;
    transform: rotate(-5deg);
}

.ts-hero-type-2 h1 strong::after {
    position: absolute;
    right: .05em;
    bottom: -.06em;
    left: .58em;
    height: .06em;
    background: #a20f0d;
    content: "";
    transform: rotate(-1deg);
}

.ts-hero-type-2-copy p {
    max-width: 560px;
    margin: 0;
    color: #efefef;
    font-family: "Courier New", Courier, monospace;
    font-size: clamp(1.2rem, 1.42vw, 1.7rem);
    line-height: 1.32;
    text-shadow: 0 4px 18px #000;
}

.ts-hero-type-2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1.25rem, 2vw, 2rem);
    margin-top: clamp(1.8rem, 3vw, 2.5rem);
}

.ts-hero-type-2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(200px, 14vw, 275px);
    min-height: clamp(58px, 4vw, 72px);
    padding: .8rem 1.6rem;
    border: 2px solid rgba(255, 255, 255, .76);
    color: #f6f6f6;
    font-family: var(--ts-display);
    font-size: clamp(1.25rem, 1.55vw, 1.7rem);
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 3px 12px rgba(0, 0, 0, .8);
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ts-hero-type-2-btn:hover,
.ts-hero-type-2-btn:focus {
    color: #fff;
    transform: translateY(-2px);
}

.ts-hero-type-2-btn-primary {
    gap: 1rem;
    border-color: rgba(163, 24, 18, .78);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, 0)),
        linear-gradient(90deg, #9f1713, #78100d);
}

.ts-hero-type-2-btn-primary span {
    display: block;
    width: 0;
    height: 0;
    border-top: .42rem solid transparent;
    border-bottom: .42rem solid transparent;
    border-left: .66rem solid currentColor;
}

.ts-hero-type-2-btn-secondary {
    background: rgba(0, 0, 0, .32);
}

.ts-hero-type-2-btn-secondary:hover,
.ts-hero-type-2-btn-secondary:focus {
    border-color: #fff;
    background: rgba(0, 0, 0, .52);
}

.ts-hero-type-2-notes {
    position: relative;
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: flex-end;
    padding-right: clamp(.25rem, 2vw, 2rem);
}

.ts-hero-type-2-notes p {
    position: absolute;
    top: 20%;
    right: 0;
    margin: 0;
    font-family: var(--ts-script);
    font-size: clamp(1.7rem, 2.35vw, 3.05rem);
    line-height: 1.08;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0 5px 20px #000;
    transform: rotate(-5deg);
}

.ts-hero-type-2-notes p span,
.ts-hero-type-2-notes p strong {
    position: relative;
    display: block;
    width: max-content;
    margin-left: auto;
    font-weight: 400;
}

.ts-hero-type-2-notes p span {
    color: #dadada;
}

.ts-hero-type-2-notes p strong {
    margin-top: .26em;
    color: #ab1110;
}

.ts-hero-type-2-notes p span::after,
.ts-hero-type-2-notes p strong::after {
    position: absolute;
    right: 0;
    bottom: -.05em;
    left: .25em;
    height: .08em;
    background: #a20f0d;
    content: "";
}

.ts-hero-type-2-crown {
    position: absolute;
    top: 4.2%;
    right: 2.2%;
    width: clamp(54px, 5vw, 100px);
    height: clamp(44px, 4.2vw, 82px);
    color: #9b6b35;
    transform: rotate(-8deg);
}

.ts-hero-type-2-crown::before {
    position: absolute;
    inset: 12% 4% 24%;
    border-right: .28em solid currentColor;
    border-bottom: .28em solid currentColor;
    border-left: .28em solid currentColor;
    clip-path: polygon(0 100%, 0 34%, 28% 64%, 50% 0, 72% 64%, 100% 34%, 100% 100%);
    content: "";
}

.ts-hero-type-2-crown::after {
    position: absolute;
    right: 6%;
    bottom: 12%;
    left: 2%;
    height: .25em;
    background: currentColor;
    content: "";
    transform: rotate(-1deg);
}

.ts-hero-type-2-crown span {
    position: absolute;
    top: 8%;
    right: 0;
    width: .42em;
    height: .42em;
    background: currentColor;
    clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}

.ts-hero-type-2-tag {
    position: absolute;
    right: 1.6%;
    bottom: 11.5%;
    min-width: clamp(180px, 16vw, 320px);
    padding: clamp(1.3rem, 2.4vw, 2.4rem) clamp(2rem, 3vw, 3.4rem);
    background: rgba(230, 230, 230, .83);
    color: #050505;
    font-family: var(--ts-script);
    font-size: clamp(3.7rem, 6vw, 8.2rem);
    line-height: .72;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .18);
    transform: rotate(-12deg);
    box-shadow: 0 18px 30px rgba(0, 0, 0, .45);
}

.ts-hero-type-2-tag::before,
.ts-hero-type-2-tag::after {
    position: absolute;
    inset: .35rem;
    border: 1px dashed rgba(0, 0, 0, .28);
    content: "";
    pointer-events: none;
}

.ts-hero-type-2-tag::after {
    inset: auto 6% 12% 10%;
    height: .12em;
    border: 0;
    background: currentColor;
    transform: rotate(-2deg);
}

.ts-latest-track {
    position: relative;
    z-index: 3;
    margin-top: clamp(-4.5rem, -4vw, -2.5rem);
    overflow: hidden;
    padding: clamp(1.5rem, 3vw, 3rem) 0 clamp(1.5rem, 2.5vw, 2.75rem);
    background: transparent;
}

.ts-latest-track-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(230px, 31%) minmax(340px, 1fr) minmax(250px, 32%);
    align-items: center;
    min-height: clamp(330px, 30vw, 455px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .06), transparent 18%, transparent 82%, rgba(255, 255, 255, .06)),
        #020202;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06), 0 24px 70px rgba(0, 0, 0, .72);
}

.ts-latest-track-panel::before,
.ts-latest-track-panel::after {
    position: absolute;
    pointer-events: none;
    content: "";
}

.ts-latest-track-panel::before {
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, .1);
}

.ts-latest-track-panel::after {
    right: -34px;
    bottom: -44px;
    width: 125px;
    height: 80px;
    border: 6px solid rgba(218, 33, 27, .8);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom: 0;
    opacity: .72;
    transform: rotate(-4deg);
}

.ts-latest-cover {
    position: relative;
    z-index: 2;
    padding: clamp(1.35rem, 2.8vw, 2.7rem);
}

.ts-latest-cover img {
    display: block;
    width: 100%;
    max-width: 430px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 20px 48px rgba(0, 0, 0, .65);
}

.ts-latest-copy {
    position: relative;
    z-index: 3;
    padding: clamp(2rem, 4vw, 4.5rem) clamp(1rem, 2.8vw, 3.5rem);
}

.ts-latest-eyebrow {
    margin: 0 0 .75rem;
    color: var(--ts-red);
    font-family: var(--ts-display);
    font-size: clamp(1rem, 1.1vw, 1.32rem);
    line-height: 1;
    text-transform: uppercase;
}

.ts-latest-copy h2 {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-family: var(--ts-display);
    font-size: clamp(3.2rem, 4.4vw, 5.6rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: .86;
    text-transform: uppercase;
    text-shadow: 0 7px 0 rgba(255, 255, 255, .08), 0 18px 35px rgba(0, 0, 0, .88);
}

.ts-latest-description {
    width: min(100%, 410px);
    margin: clamp(1.25rem, 2vw, 2.1rem) 0 clamp(1.5rem, 2.4vw, 2.55rem);
    color: rgba(255, 255, 255, .62);
    font-family: var(--ts-script);
    font-size: clamp(1.05rem, 1.25vw, 1.48rem);
    line-height: 1.34;
    text-shadow: 0 3px 14px #000;
}

.ts-track-player {
    display: grid;
    grid-template-columns: auto minmax(140px, 1fr) auto;
    align-items: center;
    width: min(100%, 530px);
    gap: clamp(.85rem, 1.4vw, 1.35rem);
    margin-bottom: clamp(1.4rem, 2vw, 2.35rem);
}

.ts-track-play {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(218, 33, 27, .86);
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    color: #f1f1f1;
}

.ts-track-play span {
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid currentColor;
}

.ts-track-play.is-playing span {
    width: 12px;
    height: 16px;
    margin-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 4px solid currentColor;
    border-left: 4px solid currentColor;
}

.ts-track-play:disabled {
    cursor: not-allowed;
    opacity: .46;
}

.ts-track-wave {
    display: flex;
    align-items: center;
    height: 38px;
    gap: 2px;
    color: var(--ts-red);
}

.ts-track-wave i {
    display: block;
    width: 3px;
    height: calc(var(--bar) * 1px);
    background: currentColor;
    opacity: .8;
}

.ts-track-time {
    color: rgba(255, 255, 255, .58);
    font-family: var(--ts-body);
    font-size: clamp(.9rem, .9vw, 1.04rem);
    font-weight: 700;
    white-space: nowrap;
}

.ts-stream-links {
    display: flex;
    flex-wrap: wrap;
    gap: .95rem;
}

.ts-stream-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-width: 94px;
    min-height: 38px;
    padding: .55rem .85rem;
    border: 1px solid rgba(255, 255, 255, .26);
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .82);
    font-family: var(--ts-script);
    font-size: .86rem;
    line-height: 1;
    transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.ts-stream-links a:hover,
.ts-stream-links a:focus {
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
    transform: translateY(-1px);
}

.ts-stream-links svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
    flex: 0 0 auto;
}

.ts-latest-portrait {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(38%, 540px);
    background:
        linear-gradient(90deg, #020202 0%, rgba(2, 2, 2, .7) 20%, rgba(2, 2, 2, .1) 52%, rgba(2, 2, 2, .15) 100%),
        url("../../images/theme/trip-sevens/latest-track-portrait.png") center right / cover no-repeat;
    filter: saturate(1.08) contrast(1.05);
}

.ts-gallery-scroller {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0;
    overflow: hidden;
    padding: clamp(1.45rem, 2.5vw, 2rem) 0;
    background:
        repeating-linear-gradient(90deg, transparent 0 16px, rgba(255, 255, 255, .68) 16px 28px, transparent 28px 46px) top / 100% 14px no-repeat,
        repeating-linear-gradient(90deg, transparent 0 16px, rgba(255, 255, 255, .68) 16px 28px, transparent 28px 46px) bottom / 100% 14px no-repeat,
        linear-gradient(180deg, #0a0505, #210504 58%, #5d0b08) top / 100% 22px no-repeat,
        linear-gradient(0deg, #0a0505, #210504 58%, #5d0b08) bottom / 100% 22px no-repeat,
        linear-gradient(180deg, rgba(218, 33, 27, .45), transparent 4%, transparent 96%, rgba(218, 33, 27, .45)),
        radial-gradient(circle at 12% 18%, rgba(218, 33, 27, .22), transparent 12rem),
        linear-gradient(180deg, #000, #050505 48%, #000);
    background-position: 0 0, 0 100%, 0 0, 0 100%, 0 0, 0 0, 0 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), inset 0 -1px 0 rgba(255, 255, 255, .14);
    animation: ts-film-strip-scroll var(--ts-film-strip-duration, 2s) linear infinite;
}

@keyframes ts-film-strip-scroll {
    to {
        background-position: -46px 0, -46px 100%, 0 0, 0 100%, 0 0, 0 0, 0 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ts-gallery-scroller {
        animation: none;
    }
}

.ts-gallery-scroller::before,
.ts-gallery-scroller::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: min(12vw, 130px);
    pointer-events: none;
    content: "";
}

.ts-gallery-scroller::before {
    left: 0;
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, 0));
}

.ts-gallery-scroller::after {
    right: 0;
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, 0));
}

.ts-gallery-swiper {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.ts-gallery-scroller .swiper-wrapper {
    transition-timing-function: linear;
}

.ts-gallery-scroller-slide {
    width: clamp(105px, 11vw, 165px);
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    background: #050505;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
}

.ts-gallery-scroller-slide a,
.ts-gallery-scroller-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.ts-gallery-scroller-slide img {
    object-fit: cover;
    transition: transform .35s ease;
}

.ts-gallery-scroller-slide:hover img,
.ts-gallery-scroller-slide:focus-within img {
    transform: scale(1.04);
}

.ts-inline-lightbox {
    position: fixed;
    z-index: 1085;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vw, 2rem);
    background: rgba(0, 0, 0, .92);
}

.ts-inline-lightbox.is-open {
    display: flex;
}

.ts-inline-lightbox-media {
    max-width: min(92vw, 1200px);
    max-height: 82vh;
    border: 1px solid rgba(218, 33, 27, .64);
    box-shadow: 0 0 58px rgba(218, 33, 27, .2), 0 26px 90px rgba(0, 0, 0, .72);
    object-fit: contain;
}

.ts-inline-lightbox-caption {
    position: absolute;
    right: clamp(1rem, 3vw, 2rem);
    bottom: clamp(1rem, 3vw, 2rem);
    left: clamp(1rem, 3vw, 2rem);
    color: #f8f8f8;
    font-family: var(--ts-display);
    font-size: clamp(1.1rem, 2vw, 1.7rem);
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.ts-inline-lightbox button {
    position: absolute;
    z-index: 2;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(218, 33, 27, .62);
    border-radius: 50%;
    background: rgba(5, 5, 5, .86);
    color: #fff;
    font-size: 1.65rem;
    line-height: 1;
}

.ts-inline-lightbox button:hover,
.ts-inline-lightbox button:focus {
    background: var(--ts-red);
}

.ts-inline-lightbox-close {
    top: 1rem;
    right: 1rem;
}

.ts-inline-lightbox-prev {
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.ts-inline-lightbox-next {
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}

.glightbox-container.ts-gallery-lightbox,
.glightbox-clean.ts-gallery-lightbox {
    background:
        linear-gradient(90deg, rgba(218, 33, 27, .16), transparent 18%, transparent 82%, rgba(215, 161, 30, .12)),
        #050505;
}

.ts-gallery-lightbox .goverlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .96), rgba(0, 0, 0, .88)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .07) 0 8px, transparent 8px 28px);
}

.ts-gallery-lightbox .gcontainer::before,
.ts-gallery-lightbox .gcontainer::after {
    position: fixed;
    z-index: 1;
    right: 0;
    left: 0;
    height: 24px;
    background:
        repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, .28) 18px 30px, transparent 30px 48px),
        linear-gradient(180deg, rgba(218, 33, 27, .58), rgba(157, 18, 14, .45));
    content: "";
    pointer-events: none;
}

.ts-gallery-lightbox .gcontainer::before {
    top: 0;
    box-shadow: 0 12px 36px rgba(218, 33, 27, .18);
}

.ts-gallery-lightbox .gcontainer::after {
    bottom: 0;
    box-shadow: 0 -12px 36px rgba(218, 33, 27, .18);
}

.ts-gallery-lightbox .gslide-media {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .28);
    background: #030303;
    box-shadow:
        0 0 0 7px rgba(0, 0, 0, .72),
        0 0 0 8px rgba(218, 33, 27, .42),
        0 28px 80px rgba(0, 0, 0, .76),
        0 0 70px rgba(218, 33, 27, .18);
}

.ts-gallery-lightbox .gslide-image img,
.ts-gallery-lightbox .gslide-video video,
.ts-gallery-lightbox .gslide-video iframe {
    background: #030303;
}

.ts-gallery-lightbox .gslide-description.description-bottom,
.ts-gallery-lightbox .gslide-description.description-right {
    border-top: 1px solid rgba(218, 33, 27, .45);
    background:
        linear-gradient(90deg, rgba(218, 33, 27, .32), transparent 30%, rgba(215, 161, 30, .16)),
        rgba(5, 5, 5, .94);
    color: var(--ts-white);
}

.ts-gallery-lightbox .gdesc-inner {
    padding: .95rem clamp(1rem, 3vw, 1.6rem);
}

.ts-gallery-lightbox .gslide-title {
    margin: 0;
    color: #fff;
    font-family: var(--ts-display);
    font-size: clamp(1.35rem, 2.2vw, 2.25rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: .95;
    text-transform: uppercase;
}

.ts-gallery-lightbox .gslide-desc {
    margin-top: .3rem;
    color: rgba(237, 237, 237, .72);
    font-family: var(--ts-body);
    font-size: .9rem;
    font-weight: 700;
}

.ts-gallery-lightbox .gclose,
.ts-gallery-lightbox .gprev,
.ts-gallery-lightbox .gnext {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(218, 33, 27, .68);
    border-radius: 50%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0)),
        rgba(5, 5, 5, .86);
    color: #fff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .48);
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ts-gallery-lightbox .gclose:hover,
.ts-gallery-lightbox .gclose:focus,
.ts-gallery-lightbox .gprev:hover,
.ts-gallery-lightbox .gprev:focus,
.ts-gallery-lightbox .gnext:hover,
.ts-gallery-lightbox .gnext:focus {
    border-color: rgba(255, 255, 255, .72);
    background:
        linear-gradient(180deg, #e33129, var(--ts-red-dark));
    transform: translateY(-1px);
}

.ts-gallery-lightbox .gclose svg,
.ts-gallery-lightbox .gprev svg,
.ts-gallery-lightbox .gnext svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.glightbox-container.ts-video-lightbox,
.glightbox-clean.ts-video-lightbox {
    background:
        linear-gradient(90deg, rgba(218, 33, 27, .14), transparent 18%, transparent 82%, rgba(215, 161, 30, .1)),
        #030303;
}

.ts-video-lightbox .goverlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .96), rgba(0, 0, 0, .9)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .055) 0 7px, transparent 7px 30px);
}

.ts-video-lightbox .gcontainer::before,
.ts-video-lightbox .gcontainer::after {
    position: fixed;
    z-index: 1;
    right: 0;
    left: 0;
    height: 24px;
    pointer-events: none;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(218, 33, 27, .62), transparent);
}

.ts-video-lightbox .gcontainer::before {
    top: 0;
    box-shadow: 0 12px 36px rgba(218, 33, 27, .2);
}

.ts-video-lightbox .gcontainer::after {
    bottom: 0;
    box-shadow: 0 -12px 36px rgba(218, 33, 27, .2);
}

.ts-video-lightbox .gslide {
    padding: clamp(1rem, 2vw, 2rem);
}

.ts-video-lightbox .ginner-container {
    width: min(100%, 1180px);
    margin-right: auto;
    margin-left: auto;
}

.ts-video-lightbox .gslide-media {
    overflow: hidden;
    border: 1px solid rgba(218, 33, 27, .72);
    background: #000;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .12),
        0 0 52px rgba(218, 33, 27, .2),
        0 34px 90px rgba(0, 0, 0, .86);
}

.ts-video-lightbox .gslide-video {
    background: #000;
}

.ts-video-lightbox .gvideo-wrapper {
    background: #000;
}

.ts-video-lightbox .gslide-video video,
.ts-video-lightbox .gslide-video iframe {
    display: block;
    background: #000;
}

.ts-video-lightbox .gslide-description.description-bottom,
.ts-video-lightbox .gslide-description.description-right {
    border: 1px solid rgba(218, 33, 27, .5);
    border-top: 0;
    background:
        linear-gradient(90deg, rgba(218, 33, 27, .26), transparent 34%, rgba(215, 161, 30, .14)),
        rgba(5, 5, 5, .96);
    box-shadow: 0 20px 58px rgba(0, 0, 0, .58);
}

.ts-video-lightbox .gdesc-inner {
    padding: 1rem clamp(1.1rem, 3vw, 1.8rem);
}

.ts-video-lightbox .gslide-title {
    margin: 0;
    color: #fff;
    font-family: var(--ts-display);
    font-size: clamp(1.55rem, 2.5vw, 2.55rem);
    font-weight: 400;
    line-height: .9;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .85);
}

.ts-video-lightbox .gslide-desc {
    margin-top: .35rem;
    color: rgba(237, 237, 237, .74);
    font-family: var(--ts-body);
    font-size: .95rem;
    font-weight: 700;
}

.ts-video-lightbox .gclose,
.ts-video-lightbox .gprev,
.ts-video-lightbox .gnext {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(218, 33, 27, .72);
    border-radius: 50%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)),
        rgba(0, 0, 0, .78);
    color: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .52), 0 0 24px rgba(218, 33, 27, .16);
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ts-video-lightbox .gclose {
    top: clamp(1rem, 2.5vw, 2rem);
    right: clamp(1rem, 2.5vw, 2rem);
}

.ts-video-lightbox .gclose:hover,
.ts-video-lightbox .gclose:focus,
.ts-video-lightbox .gprev:hover,
.ts-video-lightbox .gprev:focus,
.ts-video-lightbox .gnext:hover,
.ts-video-lightbox .gnext:focus {
    border-color: rgba(255, 255, 255, .76);
    background: linear-gradient(180deg, #e33129, var(--ts-red-dark));
    transform: translateY(-1px);
}

.ts-video-lightbox .gclose svg,
.ts-video-lightbox .gprev svg,
.ts-video-lightbox .gnext svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.ts-video-lightbox .plyr {
    --plyr-color-main: var(--ts-red);
    --plyr-video-control-color: #fff;
    --plyr-video-control-color-hover: #fff;
    --plyr-video-control-background-hover: var(--ts-red);
    --plyr-video-range-track-background: rgba(255, 255, 255, .28);
    --plyr-video-progress-buffered-background: rgba(255, 255, 255, .22);
}

.ts-video-lightbox .plyr__control--overlaid {
    border: 1px solid rgba(255, 255, 255, .55);
    background: rgba(218, 33, 27, .86);
    box-shadow: 0 0 30px rgba(218, 33, 27, .32), 0 16px 44px rgba(0, 0, 0, .56);
}

.ts-video-lightbox .plyr__controls {
    background:
        linear-gradient(180deg, transparent, rgba(0, 0, 0, .86));
}

.ts-video-lightbox .gloader {
    border-color: rgba(218, 33, 27, .24);
    border-top-color: var(--ts-red);
}

@media (max-width: 767.98px) {
    .ts-video-lightbox .gslide {
        padding: .75rem;
    }

    .ts-video-lightbox .gdesc-inner {
        padding: .85rem 1rem;
    }
}

.ts-inline-lightbox {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .88)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .07) 0 8px, transparent 8px 28px);
}

.ts-inline-lightbox::before,
.ts-inline-lightbox::after {
    position: absolute;
    right: 0;
    left: 0;
    height: 24px;
    background:
        repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, .28) 18px 30px, transparent 30px 48px),
        linear-gradient(180deg, rgba(218, 33, 27, .58), rgba(157, 18, 14, .45));
    content: "";
    pointer-events: none;
}

.ts-inline-lightbox::before {
    top: 0;
}

.ts-inline-lightbox::after {
    bottom: 0;
}

@media (max-width: 1199.98px) {
    .ts-hero-type-2-content {
        grid-template-columns: minmax(320px, 55vw) minmax(180px, 1fr);
        padding-right: clamp(1.5rem, 5vw, 4rem);
        padding-left: clamp(1.5rem, 5vw, 4rem);
    }

    .ts-hero-type-2-scrim {
        background:
            linear-gradient(90deg, #020202 0%, #020202 45%, rgba(2, 2, 2, .64) 62%, rgba(2, 2, 2, .16) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .08) 48%, rgba(0, 0, 0, .58));
    }

    .ts-hero-type-2-tag {
        right: 0;
        bottom: 8%;
        min-width: 170px;
    }

    .ts-latest-track-panel {
        grid-template-columns: minmax(210px, 34%) minmax(0, 1fr);
    }

    .ts-latest-portrait {
        width: 46%;
        opacity: .55;
    }
}

@media (max-width: 991.98px) {
    .ts-hero-type-2-content {
        grid-template-columns: 1fr;
        align-content: end;
        gap: clamp(1.4rem, 4vw, 2rem);
        padding-top: clamp(4.75rem, 9vw, 6.25rem);
    }

    .ts-hero-type-2-copy {
        max-width: 620px;
    }

    .ts-hero-type-2-notes {
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: start;
        justify-items: start;
        align-items: center;
        min-height: 0;
        gap: .9rem 1.4rem;
        padding-right: 0;
    }

    .ts-hero-type-2-notes p {
        position: static;
        grid-column: 1 / -1;
        text-align: left;
        transform: rotate(-4deg);
    }

    .ts-hero-type-2-notes p span,
    .ts-hero-type-2-notes p strong {
        margin-right: auto;
        margin-left: 0;
    }

    .ts-hero-type-2-tag {
        position: relative;
        right: auto;
        bottom: auto;
        min-width: 168px;
        padding: 1rem 1.65rem;
        font-size: clamp(3.25rem, 9vw, 5.6rem);
    }
}

@media (max-width: 767.98px) {
    .ts-hero-type-2 {
        min-height: 760px;
    }

    .ts-hero-type-2-bg {
        background-position: 62% center;
    }

    .ts-hero-type-2-scrim {
        background:
            linear-gradient(180deg, rgba(2, 2, 2, .86) 0%, rgba(2, 2, 2, .55) 34%, rgba(2, 2, 2, .84) 72%, #020202 100%),
            linear-gradient(90deg, rgba(2, 2, 2, .88), rgba(2, 2, 2, .18) 58%, rgba(2, 2, 2, .7));
    }

    .ts-hero-type-2-content {
        display: flex;
        width: auto;
        min-height: 760px;
        flex-direction: column;
        justify-content: flex-end;
        padding: 4.25rem clamp(1.25rem, 6vw, 2rem) 2.25rem;
    }

    .ts-hero-type-2-copy {
        max-width: 560px;
    }

    .ts-hero-type-2 h1 {
        max-width: 100%;
        font-size: clamp(2.65rem, 12vw, 4.3rem);
        line-height: .84;
        overflow-wrap: anywhere;
    }

    .ts-hero-type-2 h1 span,
    .ts-hero-type-2 h1 strong {
        width: auto;
        max-width: 100%;
    }

    .ts-hero-type-2 h1 span:nth-child(2),
    .ts-hero-type-2 h1 span:nth-child(3) {
        transform: rotate(-2deg);
    }

    .ts-hero-type-2 h1 strong {
        font-size: 1em;
    }

    .ts-hero-type-2-copy p {
        font-size: clamp(1rem, 4vw, 1.2rem);
    }

    .ts-hero-type-2-actions {
        gap: .9rem;
    }

    .ts-hero-type-2-btn {
        min-width: min(100%, 220px);
        min-height: 52px;
    }

    .ts-hero-type-2-notes {
        gap: .75rem 1rem;
    }

    .ts-hero-type-2-notes p {
        font-size: clamp(1.25rem, 6vw, 1.9rem);
    }

    .ts-hero-type-2-crown {
        display: none;
    }

    .ts-hero-type-2-tag {
        min-width: 136px;
        padding: .95rem 1.35rem;
        font-size: clamp(3rem, 14vw, 4.8rem);
        opacity: .82;
    }

    .ts-latest-track {
        margin-top: -1.25rem;
        padding: 1.5rem 0;
    }

    .ts-latest-track-panel {
        grid-template-columns: 1fr;
    }

    .ts-latest-cover {
        justify-self: center;
        width: min(100%, 390px);
        padding-bottom: .25rem;
    }

    .ts-latest-copy {
        padding: 1.5rem clamp(1.1rem, 5vw, 2rem) 2.25rem;
        text-align: center;
    }

    .ts-latest-description {
        margin-right: auto;
        margin-left: auto;
    }

    .ts-track-player {
        grid-template-columns: auto minmax(0, 1fr);
        margin-right: auto;
        margin-left: auto;
    }

    .ts-track-time {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .ts-stream-links {
        justify-content: center;
    }

    .ts-latest-portrait {
        display: none;
    }
}

@media (min-width: 2200px) {
    .ts-hero-portrait {
        right: max(-44rem, -20vw);
        bottom: -8rem;
        width: min(88vw, 3100px);
        height: min(112vh, 2500px);
        mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 90%, transparent 100%);
    }

    .ts-hero-animation {
        right: -18vw;
        bottom: -340px;
        transform: scale(3.35);
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .ts-hero-portrait {
        right: max(-17rem, -12vw);
        width: min(74vw, 1180px);
        mask-image: linear-gradient(90deg, #000 0%, #000 88%, transparent 100%);
    }

    .ts-hero-animation {
        right: -10vw;
        bottom: -112px;
        transform: scale(1.66);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ts-hero-portrait {
        right: -16rem;
        bottom: -2rem;
        width: min(94vw, 980px);
        height: min(88vh, 720px);
        mask-image: linear-gradient(90deg, #000 0%, #000 90%, transparent 100%);
    }

    .ts-hero-animation {
        right: -16vw;
        bottom: -82px;
        transform: scale(1.34);
    }
}

@media (max-width: 1199.98px) {
    .ts-nav-wrap {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .ts-primary-nav {
        gap: clamp(.65rem, 1.5vw, 1.35rem);
    }
}

@media (max-width: 991.98px) {
    :root {
        --ts-header-height: 82px;
    }

    .ts-header {
        border-bottom-color: rgba(218, 33, 27, .2);
        background: rgba(0, 0, 0, .82);
        box-shadow: 0 14px 32px rgba(0, 0, 0, .34);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .ts-header.is-scrolled,
    .ts-header:has(.ts-primary-nav.is-open) {
        background: rgba(0, 0, 0, .9);
    }

    .ts-nav-wrap {
        grid-template-columns: 1fr auto;
    }

    .ts-nav-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-self: end;
    }

    .ts-primary-nav {
        position: absolute;
        top: calc(100% - 4px);
        right: clamp(1rem, 4vw, 2rem);
        left: clamp(1rem, 4vw, 2rem);
        display: grid;
        gap: .35rem;
        padding: 1rem;
        border: 1px solid rgba(218, 33, 27, .28);
        background: rgba(0, 0, 0, .94);
        box-shadow: 0 22px 44px rgba(0, 0, 0, .42);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 160ms ease, transform 160ms ease;
    }

    .ts-primary-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .ts-nav-item {
        display: grid;
        justify-items: center;
    }

    .ts-primary-nav a,
    .ts-nav-item:nth-child(2n) > a {
        padding: .55rem .25rem;
        transform: rotate(0);
    }

    .ts-primary-nav a.active::after {
        bottom: .25rem;
        transform: rotate(0);
    }

    .ts-nav-dropdown {
        position: static;
        min-width: 0;
        padding: .15rem 0 .35rem;
        border: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .ts-nav-dropdown a {
        color: rgba(242, 242, 242, .68);
        font-size: .95rem;
    }

    .ts-hero {
        min-height: 820px;
    }

    .ts-hero-content {
        align-items: stretch;
        min-height: 820px;
    }

    .ts-hero-copy {
        min-height: calc(820px - var(--ts-header-height) - clamp(2rem, 5vw, 4.5rem));
    }

    .ts-hero-background {
        background-position: top center;
    }

    .ts-hero-portrait {
        right: 50%;
        bottom: 9rem;
        width: min(100%, 620px);
        height: 420px;
        opacity: .78;
        transform: translateX(50%);
    }

    .ts-hero-animation {
        right: 50%;
        bottom: -84px;
        transform: translateX(50%) scale(.72);
    }
}

@media (max-width: 575.98px) {
    .ts-container {
        width: min(100% - 1.25rem, 1680px);
    }

    .ts-brand {
        width: 176px;
        min-width: 176px;
    }

    .ts-brand img {
        max-height: 64px;
    }

    .ts-hero-type-2 {
        min-height: 720px;
    }

    .ts-hero-type-2-bg {
        background-position: 58% center;
    }

    .ts-hero-type-2-content {
        min-height: 720px;
        padding-bottom: 1.55rem;
    }

    .ts-hero-type-2 h1 {
        margin-bottom: 1.15rem;
        font-size: clamp(2.1rem, 10.5vw, 3.15rem);
        line-height: .9;
    }

    .ts-hero-type-2 h1 strong::after {
        left: .38em;
    }

    .ts-hero-type-2 h1 span:nth-child(1),
    .ts-hero-type-2 h1 span:nth-child(2),
    .ts-hero-type-2 h1 span:nth-child(3),
    .ts-hero-type-2 h1 strong {
        transform: none;
    }

    .ts-hero-type-2-copy p {
        max-width: 100%;
        font-size: clamp(.92rem, 4.1vw, 1.08rem);
        line-height: 1.35;
    }

    .ts-hero-type-2-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: min(100%, 280px);
        margin-top: 1.4rem;
    }

    .ts-hero-type-2-btn {
        min-width: 0;
        width: 100%;
    }

    .ts-hero-type-2-notes {
        width: 100%;
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .ts-hero-type-2-notes p {
        justify-self: center;
        display: block;
        font-size: clamp(1.12rem, 5.6vw, 1.55rem);
        text-align: center;
    }

    .ts-hero-type-2-notes p span,
    .ts-hero-type-2-notes p strong {
        margin-right: auto;
        margin-left: auto;
    }

    .ts-hero-type-2-tag {
        justify-self: center;
        min-width: 118px;
        padding: .75rem 1rem;
        font-size: clamp(2.5rem, 12vw, 3.6rem);
    }

    .ts-hero {
        min-height: 760px;
    }

    .ts-hero-content {
        min-height: 760px;
        padding-bottom: 2rem;
    }

    .ts-hero-copy {
        min-height: calc(760px - var(--ts-header-height) - 2rem);
        padding-top: .75rem;
    }

    .ts-hero h1 {
        font-size: clamp(5.4rem, 27vw, 7.4rem);
    }

    .ts-hero-number {
        margin-left: 1.7rem;
    }

    .ts-hero-line {
        margin-left: 1.9rem;
        font-size: clamp(1.2rem, 6vw, 1.55rem);
    }

    .ts-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: min(100%, 350px);
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
    }

    .ts-hero-portrait {
        bottom: 10.75rem;
        height: 430px;
        opacity: 1;
    }

    .ts-hero-animation {
        bottom: -133px;
        transform: translateX(50%) scale(.8);
    }

    .ts-btn {
        min-width: 0;
        width: 100%;
    }
}

.ts-footer {
    position: relative;
    z-index: 5;
    border-top: 1px solid rgba(255, 255, 255, .04);
    background: #020202;
    box-shadow: 0 -22px 55px rgba(0, 0, 0, .7);
}

.ts-footer-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 106px;
    gap: clamp(1.4rem, 3vw, 3.4rem);
}

.ts-footer-brand {
    display: inline-flex;
    align-items: center;
    width: clamp(118px, 9vw, 164px);
}

.ts-footer-brand img {
    display: block;
    width: 100%;
    max-height: 58px;
    object-fit: contain;
}

.ts-footer-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(.85rem, 1.7vw, 1.8rem);
}

.ts-footer-nav a {
    position: relative;
    color: rgba(245, 245, 245, .86);
    font-family: var(--ts-script);
    font-size: clamp(1rem, 1.1vw, 1.38rem);
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .9);
    transform: rotate(-1.5deg);
    transition: color 160ms ease, transform 160ms ease;
    white-space: nowrap;
}

.ts-footer-nav a:nth-child(2n) {
    transform: rotate(1.5deg);
}

.ts-footer-nav a:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: clamp(-1.1rem, -1vw, -.72rem);
    color: var(--ts-red);
    content: "/";
    font-family: var(--ts-display);
    font-size: 1.28em;
    transform: translateY(-50%) rotate(12deg);
}

.ts-footer-nav a:hover,
.ts-footer-nav a:focus {
    color: #fff;
    transform: translateY(-1px) rotate(-1.5deg);
}

.ts-footer-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(1.5rem, 3.4vw, 4.5rem);
}

.ts-footer-socials {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 1.55vw, 1.8rem);
}

.ts-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: rgba(255, 255, 255, .82);
    transition: color 160ms ease, transform 160ms ease;
}

.ts-footer-socials a:hover,
.ts-footer-socials a:focus {
    color: #fff;
    transform: translateY(-1px);
}

.ts-footer-socials svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.ts-footer-booking {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: .35rem;
    color: rgba(255, 255, 255, .42);
    font-family: var(--ts-script);
    font-size: clamp(1rem, 1.03vw, 1.28rem);
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.ts-footer-booking::before {
    position: absolute;
    top: 50%;
    left: clamp(-2.4rem, -2.3vw, -1.4rem);
    width: 1px;
    height: 54px;
    background: rgba(255, 255, 255, .18);
    content: "";
    transform: translateY(-50%);
}

.ts-footer-booking a {
    color: var(--ts-red);
    text-transform: none;
    transition: color 160ms ease;
}

.ts-footer-booking a:hover,
.ts-footer-booking a:focus {
    color: #ff3a32;
}

@media (max-width: 1199.98px) {
    .ts-footer-inner {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .ts-footer-meta {
        grid-column: 1 / -1;
        justify-content: space-between;
        padding-bottom: 1.35rem;
    }

    .ts-footer-booking::before {
        content: none;
    }
}

@media (max-width: 767.98px) {
    .ts-footer-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        min-height: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: center;
    }

    .ts-footer-nav {
        justify-content: center;
        gap: 1rem 1.5rem;
    }

    .ts-footer-meta {
        display: grid;
        justify-items: center;
        gap: 1.15rem;
        padding-bottom: 0;
    }

    .ts-footer-booking {
        flex-wrap: wrap;
        justify-content: center;
        line-height: 1.25;
        white-space: normal;
    }
}

.ts-videos-shows-newsletter {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: clamp(3rem, 6vw, 6.5rem) 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .98), rgba(0, 0, 0, .84) 48%, rgba(0, 0, 0, .96)),
        radial-gradient(circle at 18% 25%, rgba(218, 33, 27, .16), transparent 28%),
        #020202;
}

.ts-videos-shows-newsletter::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    opacity: .42;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.ts-vsn-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(310px, .88fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(1.5rem, 3.4vw, 4.5rem);
}

.ts-vsn-panel {
    position: relative;
    min-width: 0;
}

.ts-vsn-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.ts-vsn-heading h2,
.ts-vsn-show-title h2,
.ts-vsn-newsletter h2 {
    margin: 0;
    color: rgba(255, 255, 255, .92);
    font-family: var(--ts-display);
    font-size: clamp(2.1rem, 2.7vw, 3.1rem);
    font-weight: 400;
    line-height: .9;
    text-transform: uppercase;
}

.ts-vsn-heading h2 span {
    display: inline-block;
    width: .55rem;
    height: .55rem;
    margin-left: .65rem;
    border-radius: 999px;
    background: var(--ts-red);
    box-shadow: 0 0 20px rgba(218, 33, 27, .75);
    vertical-align: middle;
}

.ts-vsn-heading a,
.ts-vsn-ticket-link {
    color: var(--ts-red);
    font-family: var(--ts-display);
    font-size: clamp(1.05rem, 1.25vw, 1.3rem);
    letter-spacing: .05em;
    text-transform: uppercase;
}

.ts-vsn-feature-video,
.ts-vsn-video-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .04);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), 0 20px 42px rgba(0, 0, 0, .34);
}

.ts-vsn-feature-video {
    aspect-ratio: 16 / 9;
}

.ts-vsn-feature-video img,
.ts-vsn-video-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.12) saturate(.92);
    transition: transform 220ms ease, filter 220ms ease;
}

.ts-vsn-feature-video:hover img,
.ts-vsn-video-thumb:hover img {
    transform: scale(1.035);
    filter: contrast(1.2) saturate(1);
}

.ts-vsn-feature-video strong,
.ts-vsn-video-thumb strong {
    position: absolute;
    right: .75rem;
    bottom: .7rem;
    left: .75rem;
    color: rgba(255, 255, 255, .92);
    font-family: var(--ts-display);
    font-size: clamp(1rem, 1.25vw, 1.35rem);
    font-weight: 400;
    line-height: .9;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .9);
}

.ts-vsn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: clamp(3rem, 5vw, 5.2rem);
    height: clamp(3rem, 5vw, 5.2rem);
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .7);
    border-radius: 999px;
    background: rgba(0, 0, 0, .28);
    transform: translate(-50%, -50%);
}

.ts-vsn-play::before {
    width: 0;
    height: 0;
    margin-left: .22rem;
    border-top: .72rem solid transparent;
    border-bottom: .72rem solid transparent;
    border-left: 1.08rem solid rgba(255, 255, 255, .92);
    content: "";
}

.ts-vsn-video-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(.75rem, 1.2vw, 1rem);
    margin-top: clamp(.75rem, 1.2vw, 1rem);
}

.ts-vsn-video-thumb {
    aspect-ratio: 16 / 10;
}

.ts-vsn-video-thumb .ts-vsn-play {
    width: 3.05rem;
    height: 3.05rem;
}

.ts-vsn-video-thumb .ts-vsn-play::before {
    border-top-width: .45rem;
    border-bottom-width: .45rem;
    border-left-width: .7rem;
}

.ts-vsn-video-thumb strong {
    font-size: clamp(.92rem, 1vw, 1.05rem);
}

.ts-vsn-empty {
    min-height: 18rem;
    display: grid;
    place-content: center;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .72);
    text-align: center;
}

.ts-vsn-empty h3 {
    margin: 0 0 .4rem;
    font-family: var(--ts-display);
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
}

.ts-vsn-show-card {
    position: relative;
    overflow: hidden;
    padding: clamp(1.4rem, 2.4vw, 2rem);
    color: #111;
    background:
        linear-gradient(rgba(245, 241, 229, .78), rgba(180, 174, 160, .76)),
        url("/images/theme/trip-sevens/hero-type-2-background.png") center / cover;
    box-shadow: 0 22px 48px rgba(0, 0, 0, .44);
}

.ts-vsn-show-card::after {
    position: absolute;
    right: -7%;
    bottom: -10%;
    left: -5%;
    height: 26%;
    content: "";
    background: linear-gradient(0deg, #050505 10%, rgba(0, 0, 0, .72) 48%, transparent);
    transform: rotate(-2deg);
}

.ts-vsn-show-title {
    position: relative;
    z-index: 2;
    padding-bottom: 1.1rem;
    border-bottom: 2px solid rgba(157, 18, 14, .36);
}

.ts-vsn-show-title h2 {
    color: #111;
}

.ts-vsn-show-title span {
    color: var(--ts-red);
    font-family: var(--ts-script);
    font-size: .85em;
    text-transform: none;
}

.ts-vsn-show-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: .05rem;
    margin: 0;
    padding: .6rem 0 1.3rem;
    list-style: none;
}

.ts-vsn-show-list li {
    display: grid;
    grid-template-columns: 5.4rem minmax(0, 1fr);
    gap: .9rem;
    align-items: center;
    min-height: 5.65rem;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.ts-vsn-show-list time {
    font-family: var(--ts-display);
    font-size: clamp(1.75rem, 2.4vw, 2.55rem);
    line-height: .9;
    text-transform: uppercase;
}

.ts-vsn-show-list time span {
    margin-right: .25rem;
}

.ts-vsn-show-list h3 {
    margin: 0 0 .28rem;
    font-family: var(--ts-display);
    font-size: clamp(1.35rem, 1.75vw, 1.8rem);
    font-weight: 400;
    line-height: .95;
    text-transform: uppercase;
}

.ts-vsn-show-list p {
    margin: 0;
    font-family: var(--ts-display);
    font-size: clamp(.95rem, 1.05vw, 1.15rem);
    line-height: 1;
    text-transform: uppercase;
}

.ts-vsn-ticket-link {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    padding-bottom: .25rem;
    border-bottom: 2px solid currentColor;
}

.ts-vsn-ticket-link span {
    display: block;
    width: 4rem;
    height: 1px;
    background: currentColor;
}

.ts-vsn-ticket-link span::after {
    display: block;
    width: .78rem;
    height: .78rem;
    margin-top: -.39rem;
    margin-left: auto;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.ts-vsn-newsletter {
    padding-top: .55rem;
}

.ts-vsn-newsletter h2 {
    color: var(--ts-red);
    font-family: var(--ts-script);
    font-size: clamp(2.35rem, 3.55vw, 4rem);
    line-height: .95;
    text-transform: uppercase;
    transform: rotate(-2deg);
}

.ts-vsn-newsletter p {
    max-width: 28rem;
    margin: 1.2rem 0 1.85rem;
    color: rgba(255, 255, 255, .78);
    font-family: var(--ts-display);
    font-size: clamp(1.15rem, 1.35vw, 1.45rem);
    line-height: 1.12;
    text-transform: uppercase;
}

.ts-newsletter-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 4.15rem;
    min-height: 4rem;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(0, 0, 0, .35);
}

.ts-newsletter-field input {
    min-width: 0;
    border: 0;
    background: transparent;
    color: var(--ts-white);
    font-family: var(--ts-display);
    font-size: clamp(1rem, 1.1vw, 1.2rem);
    text-transform: uppercase;
    outline: 0;
    padding: 0 1.1rem;
}

.ts-newsletter-field input::placeholder {
    color: rgba(255, 255, 255, .48);
    opacity: 1;
}

.ts-newsletter-field button {
    position: relative;
    display: grid;
    place-items: center;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .16);
    background: transparent;
    color: var(--ts-red);
}

.ts-newsletter-field button:disabled {
    opacity: .48;
}

.ts-newsletter-field button span {
    display: block;
    width: 1.8rem;
    height: 2px;
    background: currentColor;
}

.ts-newsletter-field button span::after {
    display: block;
    width: .82rem;
    height: .82rem;
    margin-top: -.41rem;
    margin-left: auto;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.ts-newsletter-message {
    min-height: 1.55rem;
    margin-top: .8rem;
    color: rgba(255, 255, 255, .68);
    font-size: .9rem;
}

.ts-newsletter-message.is-success {
    color: #8fd18c;
}

.ts-newsletter-message.is-error {
    color: #ff8b84;
}

.ts-vsn-polaroid {
    position: relative;
    width: min(82%, 24rem);
    margin: clamp(2.1rem, 4vw, 3.8rem) auto 0;
    padding: .85rem .85rem 3rem;
    background: #dedbd5;
    box-shadow: 0 24px 50px rgba(0, 0, 0, .48);
    transform: rotate(-5deg);
}

.ts-vsn-polaroid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center top;
    filter: contrast(1.08) saturate(.9);
}

.ts-vsn-polaroid figcaption {
    position: absolute;
    right: 1rem;
    bottom: .35rem;
    left: 1rem;
    color: #151515;
    font-family: var(--ts-script);
    font-size: clamp(1.8rem, 2.5vw, 3rem);
    line-height: .9;
    text-align: center;
    transform: rotate(-3deg);
}

@media (max-width: 1199.98px) {
    .ts-vsn-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
    }

    .ts-vsn-newsletter {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(220px, 24rem);
        align-items: start;
        gap: clamp(1.5rem, 4vw, 3rem);
    }

    .ts-vsn-newsletter .ts-newsletter-form {
        max-width: 34rem;
    }

    .ts-vsn-polaroid {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .ts-vsn-grid,
    .ts-vsn-newsletter {
        grid-template-columns: 1fr;
    }

    .ts-vsn-video-strip {
        grid-template-columns: 1fr;
    }

    .ts-vsn-video-thumb {
        aspect-ratio: 16 / 9;
    }

    .ts-vsn-show-list li {
        grid-template-columns: 4.6rem minmax(0, 1fr);
        min-height: 5rem;
    }

    .ts-vsn-polaroid {
        width: min(100%, 21rem);
        margin-top: 1.7rem;
    }
}
