:root {
    --entries-forest: #16372f;
    --entries-forest-deep: #102d27;
    --entries-gold: #b98b45;
    --entries-cream: #f3eee4;
    --entries-cream-deep: #ece5d9;
    --entries-paper: #faf8f3;
    --entries-copy: #646c68;
    --entries-line: #d2c4ad;
}

.page-call-for-entries {
    background: var(--entries-cream);
}

.page-call-for-entries #main-content {
    overflow: hidden;
}

.entries-page {
    color: var(--entries-forest);
    background: var(--entries-cream);
}

.entries-page h1,
.entries-page h2,
.entries-page h3,
.entries-page p,
.entries-page figure {
    margin-top: 0;
}

.entries-hero {
    padding: clamp(64px, 7vw, 104px) 0 clamp(68px, 7vw, 94px);
}

.entries-hero-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.84fr) minmax(500px, 1.16fr);
    align-items: center;
    gap: clamp(64px, 8vw, 118px);
}

.entries-kicker {
    margin-bottom: 28px;
    color: var(--entries-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-transform: uppercase;
}

.entries-kicker span {
    padding-inline: 0.4em;
}

.entries-hero h1 {
    margin-bottom: 31px;
    font-size: clamp(68px, 7.1vw, 108px);
    line-height: 0.88;
    text-transform: uppercase;
}

.entries-rule {
    width: min(100%, 365px);
    height: 3px;
    margin-bottom: 34px;
    background: var(--entries-gold);
}

.entries-hero-lead {
    margin-bottom: 30px;
    font-family: var(--serif);
    font-size: clamp(27px, 2.45vw, 37px);
    line-height: 1.14;
}

.entries-hero-intro {
    max-width: 480px;
    margin-bottom: 30px;
    color: var(--entries-copy);
    font-size: 17px;
    line-height: 1.55;
}

.entries-button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 15px 21px;
    border: 1px solid var(--entries-forest);
    color: #fff;
    background: var(--entries-forest);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.entries-button:hover,
.entries-button:focus-visible {
    color: var(--entries-forest);
    background: transparent;
    transform: translateY(-2px);
}

.entries-button span {
    font-size: 18px;
    line-height: 1;
}

.entries-assurance {
    margin: 20px 0 0;
    color: var(--entries-copy);
    font-size: 13px;
    line-height: 1.55;
}

.entries-hero-art {
    position: relative;
    min-width: 0;
    margin: 0 0 12px;
    padding-bottom: 31px;
}

.entries-hero-art > img {
    width: 100%;
    height: clamp(540px, 54vw, 720px);
    object-fit: cover;
    object-position: center;
}

.entries-result-label {
    display: grid;
    min-width: 0;
    color: var(--entries-forest);
    background: var(--entries-paper);
}

.entries-result-label-hero {
    position: absolute;
    right: clamp(20px, 3vw, 46px);
    bottom: 0;
    left: clamp(20px, 6vw, 82px);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    padding: 24px 28px;
}

.entries-result-label strong {
    font-size: 12px;
    letter-spacing: 0.015em;
    line-height: 1.35;
    text-transform: uppercase;
}

.entries-artwork-title {
    display: block;
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.25;
}

.entries-price {
    display: block;
    margin-top: 12px;
    color: var(--entries-gold);
    font-family: var(--serif);
    font-size: clamp(23px, 2.5vw, 33px);
    line-height: 1.1;
}

.entries-price i {
    font-style: normal;
    text-transform: uppercase;
}

.entries-result-label small {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: end;
    padding: 0 0 4px 24px;
    color: var(--entries-copy);
    font-size: 11px;
}

.entries-proof {
    padding: 41px 0 39px;
    color: #fff;
    background: var(--entries-forest);
}

.entries-proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 40px;
}

.entries-kicker-light {
    margin-bottom: 17px;
    color: #d1a560;
}

.entries-proof h2 {
    max-width: 960px;
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(25px, 2.5vw, 37px);
    line-height: 1.15;
}

.entries-proof-prices {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.entries-proof-prices span {
    padding-inline: 0.32em;
    color: var(--entries-gold);
}

.entries-section {
    padding: clamp(74px, 8vw, 112px) 0;
}

.entries-section h2 {
    margin-bottom: 14px;
    font-size: clamp(44px, 4.6vw, 66px);
    line-height: 1.04;
}

.entries-section-intro {
    margin-bottom: 34px;
    color: var(--entries-copy);
    font-size: 16px;
}

.entries-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.entries-result-card {
    min-width: 0;
    background: var(--entries-paper);
}

.entries-result-image {
    display: block;
    height: 330px;
    overflow: hidden;
    background: var(--entries-cream-deep);
}

.entries-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
}

.entries-result-image:hover img,
.entries-result-image:focus-visible img {
    transform: scale(1.025);
}

.entries-result-card .entries-result-label {
    min-height: 184px;
    grid-template-columns: 1fr;
    align-content: start;
    padding: 22px 18px 17px;
}

.entries-result-card .entries-artwork-title {
    min-height: 46px;
    margin-top: 1px;
}

.entries-result-card .entries-price {
    margin-top: 17px;
    font-size: clamp(24px, 2vw, 31px);
}

.entries-result-card .entries-result-label small {
    grid-column: auto;
    grid-row: auto;
    margin-top: 12px;
    padding: 0;
}

.entries-also {
    margin: 31px 0 0;
    padding-top: 22px;
    border-top: 2px solid var(--entries-line);
    color: var(--entries-copy);
    font-size: 12px;
    line-height: 1.6;
}

.entries-also strong {
    margin-right: 14px;
    color: var(--entries-forest);
    font-size: 11px;
    text-transform: uppercase;
}

.entries-also span {
    padding-inline: 0.35em;
    color: var(--entries-gold);
}

.entries-consignments {
    background: var(--entries-cream-deep);
}

.entries-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 46px;
}

.entries-categories article {
    padding-top: 19px;
    border-top: 3px solid var(--entries-gold);
}

.entries-categories h3 {
    margin-bottom: 6px;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.entries-categories p {
    margin: 0;
    color: var(--entries-copy);
    font-size: 13px;
}

.entries-next-step {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 60px;
    margin-top: clamp(70px, 8vw, 108px);
    padding: clamp(44px, 5vw, 68px);
    color: #fff;
    background: var(--entries-forest);
}

.entries-next-step h2 {
    color: #fff;
    font-size: clamp(37px, 4vw, 55px);
}

.entries-next-step > div > p:last-child {
    max-width: 650px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.73);
}

.entries-next-actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.entries-button-light {
    border-color: #fff;
    color: var(--entries-forest);
    background: #fff;
    white-space: nowrap;
}

.entries-button-light:hover,
.entries-button-light:focus-visible {
    color: #fff;
}

.entries-next-actions > a:last-child {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
}

@media (max-width: 1040px) {
    .entries-hero-grid {
        grid-template-columns: minmax(310px, 0.8fr) minmax(420px, 1fr);
        gap: 48px;
    }

    .entries-hero-art > img {
        height: 600px;
    }

    .entries-result-image {
        height: 280px;
    }

    .entries-next-step {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 34px;
    }

    .entries-next-actions {
        align-items: flex-start;
    }
}

@media (max-width: 820px) {
    .entries-hero-grid {
        grid-template-columns: 1fr;
    }

    .entries-hero-copy {
        max-width: 620px;
    }

    .entries-hero-art {
        width: min(100%, 690px);
        margin-inline: auto;
    }

    .entries-proof-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .entries-results-grid {
        grid-template-columns: 1fr 1fr;
    }

    .entries-result-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 11px);
        margin-inline: auto;
    }

    .entries-categories {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .entries-hero {
        padding-top: 50px;
    }

    .entries-hero h1 {
        font-size: clamp(58px, 18.5vw, 84px);
    }

    .entries-button,
    .entries-button-light {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .entries-hero-art > img {
        height: 450px;
    }

    .entries-result-label-hero {
        right: 13px;
        left: 13px;
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .entries-result-label-hero small {
        grid-column: auto;
        grid-row: auto;
        margin-top: 8px;
        padding: 0;
    }

    .entries-proof-prices {
        white-space: normal;
    }

    .entries-results-grid {
        grid-template-columns: 1fr;
    }

    .entries-result-card:last-child {
        grid-column: auto;
        width: auto;
    }

    .entries-result-image {
        height: 320px;
    }

    .entries-next-step {
        margin-inline: -15px;
        padding: 42px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .entries-result-image img,
    .entries-button {
        transition: none;
    }
}
