.gv7-body {
    margin: 0;
    color: #eee9df;
    background: #0b0d0c;
}

.gv7-body a {
    color: inherit;
}

.gv7-main {
    min-height: 0;
    padding: 0;
    background: #0b0d0c;
}

.gv7-main > .messages {
    width: min(100% - 3rem, 1440px);
    margin: 0 auto !important;
    padding-top: 1rem;
}

.gv7-masthead {
    position: sticky;
    top: 0;
    z-index: 1040;
    color: #eee9df;
    background: rgba(11, 13, 12, 0.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(238, 233, 223, 0.12);
}

.gv7-masthead-inner {
    display: flex;
    width: min(100% - 3rem, 1440px);
    min-height: 78px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.gv7-wordmark,
.gv7-footer-wordmark {
    color: #f1ece2 !important;
    font-family: var(--gv-font-display);
    font-weight: 500;
    letter-spacing: -0.045em;
    text-decoration: none;
}

.gv7-wordmark {
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1;
}

.gv7-nav {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 2vw, 2rem);
}

.gv7-nav a {
    color: rgba(238, 233, 223, 0.72) !important;
    font-size: 0.69rem;
    font-weight: 740;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
}

.gv7-nav a:hover,
.gv7-nav a:focus {
    color: #f1ece2 !important;
}

.gv7-nav .gv7-nav-join {
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(238, 233, 223, 0.32);
}

.gv7-home {
    --gv7-black: #0b0d0c;
    --gv7-panel: #111412;
    --gv7-ivory: #f1ece2;
    --gv7-soft: #c2bdb3;
    --gv7-muted: #8f8a82;
    --gv7-gold: #a18452;
    color: var(--gv7-ivory);
    background: var(--gv7-black);
}

.gv7-eyebrow,
.gv7-sale-state,
.gv7-upcoming-status {
    color: var(--gv7-gold);
    font-size: 0.65rem;
    font-weight: 760;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.gv7-hero {
    width: min(100% - 3rem, 1440px);
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 4rem) 0 clamp(3rem, 5vw, 5rem);
}

.gv7-slides {
    position: relative;
}

.gv7-slide {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.72fr);
    min-height: 590px;
    gap: clamp(2.5rem, 5vw, 6rem);
    align-items: stretch;
}

.gv7-slide[hidden] {
    display: none !important;
}

.gv7-art-stage {
    display: grid;
    min-height: 590px;
    place-items: center;
    overflow: hidden;
    background: #070908;
    text-decoration: none;
}

.gv7-art-stage img {
    width: 100%;
    height: 100%;
    max-height: 700px;
    object-fit: contain;
    transition: transform 300ms ease;
}

.gv7-art-stage:hover img {
    transform: scale(1.006);
}

.gv7-art-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 320px;
    place-items: center;
    color: #6f6b65;
    background: #080a09;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gv7-sale-panel {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(1rem, 2vw, 1.75rem) 0;
}

.gv7-sale-state {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 1.5rem;
}

.gv7-live-dot {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: #67a5a1;
    box-shadow: 0 0 0 4px rgba(103, 165, 161, 0.11);
}

.gv7-sale-identity {
    margin: auto 0;
    padding: clamp(2rem, 5vw, 5rem) 0;
}

.gv7-artist-name {
    margin: 0 0 0.65rem;
    color: var(--gv7-soft);
    font-size: 0.82rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gv7-sale-identity h1 {
    max-width: 11ch;
    margin: 0;
    color: var(--gv7-ivory);
    font-family: var(--gv-font-display);
    font-size: clamp(3.5rem, 5.3vw, 5.4rem);
    font-weight: 500;
    line-height: 0.94;
    letter-spacing: -0.045em;
}

.gv7-work-meta {
    margin: 1rem 0 0;
    color: var(--gv7-muted);
    font-size: 0.9rem;
}

.gv7-market-data {
    margin: 0 0 1.5rem;
}

.gv7-market-data > div {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 1rem;
    align-items: baseline;
    padding: 0.66rem 0;
}

.gv7-market-data > div + div {
    border-top: 1px solid rgba(238, 233, 223, 0.11);
}

.gv7-market-data dt {
    color: var(--gv7-muted);
    font-size: 0.62rem;
    font-weight: 760;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.gv7-market-data dd {
    margin: 0;
    color: var(--gv7-ivory);
    font-family: var(--gv-font-display);
    font-size: 1.24rem;
    text-align: right;
}

.gv7-primary-action,
.gv7-text-action {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.68rem;
    font-weight: 760;
    letter-spacing: 0.13em;
}

.gv7-primary-action {
    min-width: 180px;
    padding: 0.82rem 1rem;
    color: #0b0d0c !important;
    background: var(--gv7-ivory);
}

.gv7-primary-action:hover,
.gv7-primary-action:focus {
    color: #0b0d0c !important;
    background: #fffdf7;
}

.gv7-text-action {
    color: rgba(238, 233, 223, 0.75) !important;
}

.gv7-text-action:hover,
.gv7-text-action:focus {
    color: var(--gv7-ivory) !important;
}

.gv7-browser-controls {
    display: flex;
    margin-top: 1.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.gv7-browser-controls button {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    place-items: center;
    border: 1px solid rgba(238, 233, 223, 0.2);
    border-radius: 50%;
    color: var(--gv7-ivory);
    background: transparent;
    font-size: 1rem;
}

.gv7-browser-controls button:hover:not(:disabled),
.gv7-browser-controls button:focus:not(:disabled) {
    border-color: rgba(238, 233, 223, 0.5);
    background: rgba(255, 255, 255, 0.03);
}

.gv7-browser-controls button:disabled {
    opacity: 0.28;
}

.gv7-browser-controls span {
    color: var(--gv7-muted);
    font-size: 0.65rem;
    font-weight: 720;
    letter-spacing: 0.12em;
}

.gv7-fallback-copy {
    max-width: 32ch;
    margin: 0 0 1.5rem;
    color: var(--gv7-soft);
    line-height: 1.65;
}

.gv7-fallback-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
}

.gv7-empty-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    min-height: 500px;
    align-items: center;
    gap: 4rem;
}

.gv7-empty-hero h1 {
    margin: 1rem 0 0;
    color: var(--gv7-ivory);
    font-family: var(--gv-font-display);
    font-size: clamp(4rem, 8vw, 7rem);
    line-height: 0.9;
}

.gv7-empty-hero p {
    color: var(--gv7-soft);
}

.gv7-upcoming,
.gv7-brand {
    border-top: 1px solid rgba(238, 233, 223, 0.11);
}

.gv7-upcoming {
    padding: clamp(3.5rem, 6vw, 6rem) max(1.5rem, calc((100vw - 1440px) / 2));
}

.gv7-section-head {
    display: flex;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
}

.gv7-section-head h2,
.gv7-brand h2 {
    margin: 0.5rem 0 0;
    color: var(--gv7-ivory);
    font-family: var(--gv-font-display);
    font-weight: 500;
    letter-spacing: -0.035em;
}

.gv7-section-head h2 {
    font-size: clamp(2.6rem, 4vw, 4rem);
}

.gv7-upcoming-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 2.2vw, 2.5rem);
}

.gv7-upcoming-item {
    min-width: 0;
}

.gv7-upcoming-media {
    display: grid;
    aspect-ratio: 16 / 10;
    place-items: center;
    overflow: hidden;
    background: #070908;
}

.gv7-upcoming-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 280ms ease;
}

.gv7-upcoming-item:hover .gv7-upcoming-media img {
    transform: scale(1.008);
}

.gv7-upcoming-copy {
    padding-top: 1rem;
}

.gv7-upcoming-status {
    display: block;
    margin-bottom: 0.65rem;
}

.gv7-upcoming-artist {
    margin: 0 0 0.2rem;
    color: var(--gv7-muted);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gv7-upcoming-copy h3 {
    margin: 0;
    font-family: var(--gv-font-display);
    font-size: clamp(1.75rem, 2.5vw, 2.65rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
}

.gv7-upcoming-copy h3 a {
    color: var(--gv7-ivory) !important;
    text-decoration: none;
}

.gv7-upcoming-meta {
    display: flex;
    margin-top: 0.85rem;
    justify-content: space-between;
    gap: 1rem;
    color: var(--gv7-muted);
    font-size: 0.72rem;
}

.gv7-brand {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
    gap: clamp(3rem, 8vw, 9rem);
    padding: clamp(4rem, 7vw, 7rem) max(1.5rem, calc((100vw - 1440px) / 2));
    align-items: end;
}

.gv7-brand h2 {
    max-width: 14ch;
    font-size: clamp(3rem, 5vw, 5.3rem);
    line-height: 0.98;
}

.gv7-brand-actions p {
    max-width: 34ch;
    margin: 0 0 2rem;
    color: var(--gv7-soft);
    font-size: 1rem;
    line-height: 1.65;
}

.gv7-brand-actions > div {
    display: grid;
    gap: 0.85rem;
    justify-items: start;
}

.gv7-footer {
    color: rgba(238, 233, 223, 0.7);
    border-top: 1px solid rgba(238, 233, 223, 0.11);
    background: #0b0d0c;
}

.gv7-footer-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    width: min(100% - 3rem, 1440px);
    min-height: 130px;
    margin: 0 auto;
    align-items: center;
    gap: 3rem;
}

.gv7-footer-wordmark {
    font-size: 2.1rem;
}

.gv7-footer p {
    margin: 0;
    color: rgba(238, 233, 223, 0.58);
    font-size: 0.82rem;
}

.gv7-footer-meta {
    color: rgba(238, 233, 223, 0.4);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .gv7-slide {
        grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.75fr);
        gap: 2.5rem;
    }

    .gv7-upcoming-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .gv7-masthead-inner {
        width: min(100% - 2rem, 1440px);
        min-height: 68px;
    }

    .gv7-nav {
        gap: 1rem;
    }

    .gv7-nav a:nth-child(3) {
        display: none;
    }

    .gv7-hero {
        width: 100%;
        padding-top: 0;
    }

    .gv7-slide {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 0;
    }

    .gv7-art-stage {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .gv7-art-stage img {
        max-height: none;
    }

    .gv7-sale-panel {
        padding: 1.6rem 1.25rem 0;
    }

    .gv7-sale-identity {
        margin: 0;
        padding: 2.2rem 0 2rem;
    }

    .gv7-sale-identity h1 {
        max-width: 13ch;
        font-size: clamp(2.8rem, 11vw, 4.6rem);
    }

    .gv7-browser-controls {
        margin-top: 1rem;
    }

    .gv7-section-head {
        align-items: start;
        flex-direction: column;
    }

    .gv7-upcoming {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .gv7-upcoming-rail {
        display: flex;
        gap: 1rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .gv7-upcoming-item {
        flex: 0 0 min(82vw, 420px);
        scroll-snap-align: start;
    }

    .gv7-brand {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .gv7-brand h2 {
        max-width: 13ch;
        font-size: clamp(2.7rem, 10vw, 4.3rem);
    }

    .gv7-footer-inner {
        grid-template-columns: 1fr;
        width: min(100% - 2.5rem, 1440px);
        min-height: 0;
        padding: 2.5rem 0;
        gap: 0.65rem;
        align-items: start;
    }
}

@media (max-width: 560px) {
    .gv7-wordmark {
        font-size: 1.85rem;
    }

    .gv7-nav a {
        font-size: 0.61rem;
    }

    .gv7-nav a:first-child,
    .gv7-nav a:nth-child(2) {
        display: none;
    }

    .gv7-sale-panel {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .gv7-market-data dd {
        font-size: 1.05rem;
    }

    .gv7-primary-action {
        width: 100%;
    }

    .gv7-browser-controls {
        margin-bottom: 0.5rem;
    }

    .gv7-upcoming,
    .gv7-brand {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .gv7-section-head h2 {
        font-size: 2.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gv7-art-stage img,
    .gv7-upcoming-media img {
        transition: none;
    }
}
