/* Timeline V3 */
body:has(.v3-stage) {
    background: #fff;
    color: #003471;
}

body.artist-nav-open {
    overflow: hidden;
}

body.artist-nav-open .v3-header {
    z-index: 1000;
}

.v3-header {
    background: #2a0d05 url("/img/top_bg.jpg") center / cover repeat;
    border-bottom: 2px solid #ccc;
    color: #fff;
    isolation: isolate;
    overflow: visible;
    /*min-height: clamp(200px, 28vw, 360px);
    padding: 8px clamp(16px, 4vw, 44px) clamp(36px, 5vw, 70px);*/
    padding-bottom: 20px;
    position: relative;
    z-index: 20;
}

.v3-header::before,
.v3-header::after {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: min(48%, 210px);
    pointer-events: none;
    position: absolute;
    width: min(34vw, 430px);
    z-index: -1;
}

.v3-header::before {
    background-image: url("/img/top_left.png");
    left: 0;
}

.v3-header::after {
    background-image: url("/img/top_right.png");
    right: 0;
}

.v3-header-inner {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    text-align: center;
}

.v3-header-links {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-left: calc(50% - 50vw);
    min-height: 40px;
    padding: 0 8px;
    width: calc(100vw - 12px);
}

.v3-header-links.has-artist-nav {
    justify-content: space-between;
}

.v3-socials {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 3px;
    justify-content: flex-end;
}

.v3-socials a {
    align-items: center;
    color: #d0a46e;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 28px;
}

.v3-socials a:hover {
    color: #fff;
}

.v3-socials svg {
    display: block;
    fill: currentColor;
    height: 22px;
    width: 22px;
}

.v3-socials .v3-social-facebook svg {
    height: 25px;
    width: 25px;
}

.v3-artist-nav-shell {
    align-self: stretch;
    display: flex;
    min-width: 0;
}

.v3-artist-nav-toggle {
    display: none;
}

.v3-artist-nav-close,
.v3-artist-nav-backdrop {
    display: none !important;
}

.v3-artist-nav {
    align-items: center;
    display: flex;
    gap: clamp(14px, 2.2vw, 34px);
    justify-content: flex-start;
    min-height: 40px;
    padding: 8px 14px 8px 6px;
    white-space: nowrap;
}

.v3-artist-nav-item {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    min-height: 24px;
    position: relative;
}

.v3-artist-nav a,
.v3-artist-nav button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "BioRhyme", Georgia, serif;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.v3-artist-nav a:hover,
.v3-artist-nav button:hover,
.v3-artist-nav button[aria-expanded="true"] {
    color: #d0a46e;
}

.v3-artist-submenu {
    background: rgba(34, 13, 5, .98);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .3);
    display: none;
    left: -14px;
    min-width: 210px;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    z-index: 25;
}

.v3-artist-submenu a {
    display: block;
    padding: 9px 14px;
    white-space: nowrap;
}

.v3-artist-nav-item.has-dropdown:hover .v3-artist-submenu,
.v3-artist-nav-item.has-dropdown:focus-within .v3-artist-submenu {
    display: block;
}

.signup-modal {
    overflow-y: auto;
    padding: 24px;
    z-index: 50;
}

.signup-modal-panel {
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
    color: #2a0d05;
    margin: auto;
    max-width: 620px;
    padding: clamp(28px, 5vw, 48px);
    position: relative;
    width: 100%;
}

.signup-modal-close {
    background: transparent;
    border: 0;
    color: #2a0d05;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 10px;
}

.signup-modal h2 {
    color: #003471;
    font-family: "BioRhyme", Georgia, serif;
    font-size: clamp(1.65rem, 4vw, 2.4rem);
    line-height: 1.1;
    margin: 0;
    text-align: center;
}

.signup-modal-intro,
.signup-modal-success {
    font-family: "EB Garamond", Georgia, serif;
    font-size: 1.1rem;
    text-align: center;
}

.signup-contact-note {
    color: #5f514a;
    font-family: "EB Garamond", Georgia, serif;
    font-size: .95rem;
    margin: 0;
}

.signup-modal form,
.signup-modal form > label {
    display: grid;
    gap: 8px;
}

.signup-modal form {
    gap: 16px;
}

.signup-modal form > label,
.signup-modal legend {
    color: #003471;
    font-family: "BioRhyme", Georgia, serif;
    font-size: .84rem;
    font-weight: 800;
}

.signup-modal input[type="text"],
.signup-modal input[type="email"],
.signup-modal input[type="tel"] {
    border: 1px solid #a8a8a8;
    border-radius: 0;
    color: #222;
    padding: 10px 12px;
    width: 100%;
}

.signup-modal fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.signup-opt-in {
    align-items: center;
    color: #2a0d05;
    display: flex;
    font-family: "EB Garamond", Georgia, serif;
    font-size: 1rem;
    gap: 9px;
    margin-top: 8px;
}

.signup-opt-in input {
    height: 18px;
    width: 18px;
}

.signup-legal,
.signup-modal-errors {
    font-family: Arial, sans-serif;
    font-size: .67rem;
    line-height: 1.45;
}

.signup-legal p,
.signup-modal-errors p {
    margin: 0 0 9px;
}

.signup-legal a {
    color: #003471;
}

.signup-modal-errors {
    color: #a31515;
}

.signup-submit {
    background: #003471;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "BioRhyme", Georgia, serif;
    font-weight: 800;
    letter-spacing: .08em;
    padding: 12px 18px;
    text-transform: uppercase;
}

.signup-submit:hover {
    background: #2a0d05;
}

.v3-logo {
    display: block;
    margin: clamp(4px, 1.2vw, 16px) auto clamp(4px, 1vw, 10px);
    max-width: min(980px, 92vw);
    width: 100%;
}

.v3-subtitle {
    color: #fff;
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(1.08rem, 2.2vw, 1.85rem);
    font-style: italic;
    font-weight: 700;
    line-height: 1.22;
    margin: 20px auto;
    width: 80%;
    max-width: 780px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, .55);
}

.v3-nav-shell {
    background:
        linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)),
        url("/img/top_bg.jpg") center / cover repeat;
    position: sticky;
    padding-bottom: 5px;
    top: 0;
    z-index: 18;
}

.v3-decade-nav,
.v3-category-nav {
    align-items: center;
    display: flex;
    gap: clamp(14px, 3vw, 42px);
    justify-content: center;
    overflow-x: auto;
    padding: 8px 16px 4px;
}

.v3-category-nav {
    gap: clamp(18px, 4vw, 58px);
    border-bottom: 2px solid #ccc;
    padding: 2px 16px 10px;
}

.v3-decade-nav a,
.v3-category-nav a {
    color: #fff;
    flex: 0 0 auto;
    font-family: "BioRhyme", Georgia, serif;
    font-size: clamp(.9rem, 1.7vw, 1.14rem);
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.v3-decade-nav a {
    text-transform: none;
}

.v3-decade-nav a:hover,
.v3-decade-nav a.is-active,
.v3-category-nav a:hover,
.v3-category-nav a.is-active {
    color: #d0a46e;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.v3-stage {
    --v3-pearl-bg-y: 0px;
    --v3-wood-bg-y: 0px;
    --v3-bg-band: 3600px;
    --v3-texture-height: 100vh;
    --v3-wood-texture-height: 200vh;
    background-color: #eceef2;
    background-image: url("/img/texture-pearl.jpg");
    background-position: center var(--v3-pearl-bg-y);
    background-repeat: repeat;
    background-size: auto;
    min-height: 200vh;
    overflow: clip;
    position: relative;
    will-change: background-position;
}

.v3-stage::before {
    background-image: url("/img/texture-wood.jpg");
    background-position: center var(--v3-wood-bg-y);
    background-repeat: repeat;
    background-size: auto;
    content: "";
    inset: 0;
    min-height: 200vh;
    mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 2580" preserveAspectRatio="none"%3E%3Cpath fill="black" d="M0 860 C 240 600 420 1130 1000 860 L1000 1720 C 760 1980 580 1450 0 1720 Z"/%3E%3C/svg%3E');
    mask-position: center top;
    mask-repeat: repeat-y;
    mask-size: 100% var(--v3-bg-band);
    pointer-events: none;
    position: absolute;
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 2580" preserveAspectRatio="none"%3E%3Cpath fill="black" d="M0 860 C 240 600 420 1130 1000 860 L1000 1720 C 760 1980 580 1450 0 1720 Z"/%3E%3C/svg%3E');
    -webkit-mask-position: center top;
    -webkit-mask-repeat: repeat-y;
    -webkit-mask-size: 120% var(--v3-bg-band);
    will-change: background-position;
    z-index: 0;
}


@media (max-width: 760px) {
    .v3-stage::before {
        -webkit-mask-size: 480% var(--v3-bg-band);
    }
}

@supports (height: 100dvh) {
    .v3-stage {
        --v3-texture-height: 100dvh;
        --v3-wood-texture-height: 200dvh;
        min-height: 100dvh;
    }

    .v3-stage::before {
        min-height: 100dvh;
    }
}

.v3-decade {
    display: grid;
    column-gap: 0;
    row-gap: clamp(18px, 4vw, 44px);
    grid-template-columns: minmax(110px, 220px) minmax(0, 610px);
    justify-content: center;
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 clamp(14px, 4vw, 34px);
    position: relative;
    scroll-margin-top: 150px;
    z-index: 1;
}

.v3-decade-marker {
    align-self: start;
    aspect-ratio: 1.24 / 1;
    background: url("/img/pick.png") center / contain no-repeat;
    color: #fff;
    display: grid;
    filter: drop-shadow(0 14px 22px rgba(33, 22, 12, .24));
    font-family: "BioRhyme", Georgia, serif;
    font-size: clamp(1.3rem, 3vw, 2.45rem);
    font-weight: 800;
    justify-items: center;
    line-height: .95;
    margin-top: clamp(32px, 5vw, 64px);
    padding: 24% 18% 20% 15%;
    position: sticky;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    top: 128px;
}

.v3-decade-marker span {
    align-self: center;
}

@media (min-width: 999px) {
    .v3-decade {
        grid-template-columns: minmax(110px, 220px) minmax(0, 610px) minmax(110px, 220px);
        max-width: 1100px;
    }
}

.v3-track {
    background: #221813 url("/img/wood_1x.jpg") center top / 100% auto repeat-y;
    background-image: image-set(
        "/img/wood_1x.jpg" 1x,
        "/img/wood_2x.jpg" 2x
    );
    box-shadow: 0 22px 42px rgba(22, 17, 14, .3);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.v3-track::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent);
    content: "";
    inset: 0 auto 0 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 5px;
    z-index: 0;
}

.v3-milestone {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: flow-root;
    margin: 0;
    min-height: 200px;
    padding: clamp(26px, 5vw, 44px) clamp(22px, 5vw, 46px);
    position: relative;
    z-index: 1;
}

.v3-milestone.is-clickable:hover {
    background: rgba(255, 255, 255, .05);
}

.v3-milestone:nth-of-type(even)::before {
    background: url("/img/dot.png") center / contain no-repeat;
    content: "";
    height: clamp(46px, 7vw, 68px);
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: clamp(46px, 7vw, 68px);
    z-index: 2;
}

.v3-milestone-photo {
    background: rgba(255, 255, 255, .08);
    border-radius: 0;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .24);
    display: block;
    float: left;
    height: auto;
    margin: 4px 24px 16px 0;
    max-height: 240px;
    object-fit: cover;
    width: min(46%, 250px);
}

.v3-milestone:nth-of-type(even) .v3-milestone-photo {
    float: right;
    margin: 4px 0 16px 24px;
}

.v3-milestone-copy {
    position: relative;
    z-index: 3;
}

.v3-milestone h2 {
    color: #fff;
    font-family: "BioRhyme", Georgia, serif;
    font-size: clamp(1.75rem, 4.23vw, 2rem);
    font-weight: 800;
    line-height: .95;
    margin: 0 0 8px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .32);
}

.v3-milestone time {
    color: rgba(255, 255, 255, .78);
    display: block;
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: .81rem;
    font-style: italic;
    font-weight: 700;
    margin: 0 0 8px;
}

.v3-milestone p {
    color: #fff;
    font-family: "EB Garamond", Georgia, serif;
    font-size: clamp(.87rem, 1.71vw, 1.12rem);
    font-weight: 600;
    line-height: 1.23;
    margin: 0;
}

.v3-fret {
    background: url("/img/fret_1x.png") center / 100% 100% no-repeat;
    background-image: image-set(
        "/img/fret_1x.png" 1x,
        "/img/fret_2x.png" 2x
    );
    height: clamp(24px, 5vw, 40px);
    position: relative;
    z-index: 1;
}

.v3-empty {
    align-items: center;
    color: #003471;
    display: flex;
    font-family: "BioRhyme", Georgia, serif;
    justify-content: center;
    min-height: 50vh;
    position: relative;
    z-index: 1;
}

.v3-footer {
    background: #050505;
    color: #fff;
    padding: clamp(34px, 6vw, 70px) 0 24px;
    text-align: center;
}

.v3-footer-inner {
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 clamp(18px, 5vw, 72px);
}

.v3-footer h2 {
    color: #d0a46e;
    font-family: "BioRhyme", Georgia, serif;
    font-size: 1.15rem;
    margin: 0 0 16px;
    text-transform: uppercase;
}

/*.v3-footer nav {
    display: grid;
    gap: 2px;
}*/

.v3-footer a {
    color: #fff;
    font-family: "EB Garamond", Georgia, serif;
    font-size: .86rem;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.v3-footer a:hover {
    color: #d0a46e;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.v3-footer-meta {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: 34px;
    padding: 0 clamp(14px, 3vw, 36px);
    width: 100%;
}

.v3-copyright,
.v3-totalassault {
    color: rgba(255, 255, 255, .72);
    font-family: "EB Garamond", Georgia, serif;
    font-size: clamp(.87rem, 1.71vw, 1.12rem);
    font-weight: 600;
    line-height: 1.23;
    margin: 0;
}

.v3-copyright {
    text-align: left;
}

.v3-totalassault {
    font-size: clamp(.56rem, 1.1vw, .72rem);
    text-align: right;
}

.v3-totalassault a {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    gap: .35em;
}

.v3-totalassault img {
    display: block;
    filter: brightness(0) invert(1);
    height: 1.4em;
    width: auto;
}

@media (max-width: 760px) {
    .v3-header {
        padding-top: 12px;
    }

    .v3-socials {
        justify-content: center;
        margin-bottom: 4px;
    }

    .v3-header-links,
    .v3-header-links.has-artist-nav {
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 0;
        padding: 4px 10px;
        width: 100%;
    }

    .v3-artist-nav-shell {
        align-items: flex-start;
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        position: static;
    }

    .v3-artist-nav-toggle {
        align-items: center;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, .45);
        color: #fff;
        cursor: pointer;
        display: flex;
        font-family: "BioRhyme", Georgia, serif;
        font-size: .75rem;
        font-weight: 800;
        gap: 9px;
        letter-spacing: .08em;
        padding: 8px 10px;
        text-transform: uppercase;
    }

    .v3-menu-icon,
    .v3-menu-icon::before,
    .v3-menu-icon::after {
        background: currentColor;
        content: "";
        display: block;
        height: 2px;
        width: 17px;
    }

    .v3-menu-icon {
        position: relative;
    }

    .v3-menu-icon::before {
        left: 0;
        position: absolute;
        top: -5px;
    }

    .v3-menu-icon::after {
        left: 0;
        position: absolute;
        top: 5px;
    }

    .v3-artist-nav {
        align-items: stretch;
        background: rgba(34, 13, 5, .98);
        box-shadow: 12px 0 30px rgba(0, 0, 0, .45);
        display: flex;
        flex-direction: column;
        gap: 0;
        height: 100dvh;
        left: 0;
        max-width: 360px;
        overflow-y: auto;
        padding: 54px 0 20px;
        position: fixed;
        top: 0;
        transform: translateX(-105%);
        transition: transform .22s ease;
        width: min(88vw, 360px);
        z-index: 101;
    }

    .v3-artist-nav.is-open {
        transform: translateX(0);
    }

    .v3-artist-nav-close {
        background: transparent;
        border: 0;
        color: #fff;
        cursor: pointer;
        display: grid !important;
        font-size: 3rem;
        height: 54px;
        place-items: center;
        line-height: 1;
        padding: 0;
        position: absolute;
        right: 4px;
        top: 2px;
        width: 54px;
    }

    .v3-artist-nav-backdrop {
        background: rgba(0, 0, 0, .68);
        border: 0;
        cursor: pointer;
        display: block !important;
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity .22s ease;
        z-index: 100;
    }

    body.artist-nav-open .v3-artist-nav-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .v3-artist-nav-item > a,
    .v3-artist-nav-item > button {
        display: flex;
        justify-content: space-between;
        padding: 10px 16px;
        text-align: left;
        width: 100%;
    }

    .v3-artist-nav-item {
        align-items: stretch;
        flex-direction: column;
    }

    .v3-artist-nav-item.has-dropdown:hover .v3-artist-submenu,
    .v3-artist-nav-item.has-dropdown:focus-within .v3-artist-submenu {
        display: none;
    }

    .v3-artist-nav-item.has-dropdown.is-open .v3-artist-submenu {
        display: block;
    }

    .v3-artist-submenu {
        background: rgba(255, 255, 255, .08);
        box-shadow: none;
        left: auto;
        min-width: 0;
        padding: 3px 0;
        position: static;
    }

    .v3-artist-submenu a {
        padding: 9px 28px;
    }

    .v3-socials {
        margin: 0;
    }

    .signup-modal {
        padding: 12px;
    }

    .v3-decade-nav,
    .v3-category-nav {
        gap: 20px;
        justify-content: center;
    }

    .v3-decade-nav a {
        font-size: 0;
    }

    .v3-decade-nav a::after {
        content: attr(data-short-label);
        font-size: .9rem;
    }

    .v3-decade {
        grid-template-columns: 1fr;
    }

    .v3-decade-marker {
        justify-self: center;
        max-width: 210px;
        position: relative;
        top: auto;
        width: 58vw;
        font-size: 2.5rem;
    }

    .v3-track {
        margin: 0 auto;
        max-width: 560px;
    }

    .v3-milestone {
        min-height: 0;
        padding: 28px 24px;
    }

    .v3-milestone-photo,
    .v3-milestone:nth-of-type(even) .v3-milestone-photo {
        float: none;
        margin: 0 0 18px;
        width: 100%;
    }

    .v3-footer-inner {
        grid-template-columns: 1fr;
    }

    .v3-footer-meta {
        align-items: center;
        flex-direction: column;
    }

    .v3-copyright {
        text-align: center;
    }

    .v3-totalassault {
        text-align: center;
    }
}
