/* Plain acquisition briefs for the project catalogue. */

html {
    min-width: 320px;
    background: #fff;
}

.sale-page {
    --sale-bg: #fff;
    --sale-ink: #171717;
    --sale-muted: #626262;
    --sale-faint: #8a8a8a;
    --sale-line: #dedede;
    --sale-accent: #6f6f6f !important;
    min-width: 320px;
    min-height: 100svh;
    margin: 0;
    background: var(--sale-bg);
    color: var(--sale-ink);
    font-family: var(--font-sans);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.sale-page *,
.sale-page *::before,
.sale-page *::after {
    box-sizing: border-box;
}

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

.sale-page img {
    display: block;
    max-width: 100%;
}

.sale-shell {
    width: min(1160px, calc(100% - 48px));
    margin-inline: auto;
}

.sale-skip {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 20;
    padding: .65rem .85rem;
    background: var(--sale-ink);
    color: #fff;
    font-size: .75rem;
    transform: translateY(-180%);
}

.sale-skip:focus {
    transform: none;
}

.sale-header {
    border-bottom: 1px solid var(--sale-line);
}

.sale-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    gap: 2rem;
}

.sale-brand {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1;
}

.sale-brand::before {
    display: inline-block;
    width: 1.05rem;
    height: 1.05rem;
    margin-right: .5rem;
    vertical-align: -.12rem;
    background: url("../img/lxucan-mark.svg") center / contain no-repeat;
    content: "";
}

.sale-nav-links {
    display: flex;
    align-items: center;
    gap: clamp(1.2rem, 4vw, 3rem);
    color: var(--sale-muted);
    font-size: .78rem;
}

.sale-nav-links a {
    transition: color 180ms ease;
}

.sale-nav-links a:hover,
.sale-nav-links a:focus-visible {
    color: var(--sale-ink);
}

.sale-main {
    overflow: hidden;
}

.sale-hero {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(2.75rem, 5vw, 4rem);
    border-bottom: 1px solid var(--sale-line);
}

.sale-hero-copy {
    min-width: 0;
    width: min(100%, 760px);
    margin-inline: auto;
    text-align: center;
}

.sale-kicker,
.sale-eyebrow,
.sale-label,
.sale-meta,
.sale-brief-row > span {
    font-family: var(--font-sans);
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .09em;
    line-height: 1.4;
    text-transform: uppercase;
}

.sale-kicker,
.sale-eyebrow {
    justify-content: center;
    margin: 0 0 .8rem;
    color: var(--sale-muted);
}

.sale-title {
    max-width: 100%;
    margin: 0;
    color: var(--sale-ink);
}

.sale-title .product-name {
    display: block;
    font-size: clamp(3.25rem, 6.6vw, 5.65rem);
    font-weight: 550;
    letter-spacing: -.065em;
    line-height: .94;
    white-space: nowrap;
}

.sale-page--nabuchodonosor .product-name {
    font-size: clamp(2.65rem, 5.5vw, 4.75rem);
}

.sale-page--splitcapture .product-name,
.sale-page--enparoisse .product-name {
    font-size: clamp(3.25rem, 6.6vw, 5.65rem);
}

.sale-title .product-promise {
    display: block;
    max-width: 20ch;
    margin-top: .9rem;
    color: #333;
    font-size: clamp(1.35rem, 2.7vw, 2.15rem);
    font-weight: 450;
    letter-spacing: -.04em;
    line-height: 1.12;
    margin-inline: auto;
}

.sale-intro {
    max-width: 58ch;
    margin: .9rem auto 0;
    color: var(--sale-muted);
    font-size: .95rem;
    line-height: 1.5;
}

.sale-potential {
    max-width: 58ch;
    margin: .9rem auto 0;
    padding: 0;
    border-top: 0;
    border-left: 0;
}

.sale-potential .sale-label {
    display: inline;
    margin-right: .3rem;
    color: var(--sale-faint);
}

.sale-potential .sale-label::after,
.sale-brief-row > span::after {
    content: " —";
    letter-spacing: 0;
}

.sale-potential p {
    display: inline;
    margin: 0;
    color: var(--sale-ink);
    font-size: .9rem;
    line-height: 1.5;
}

.sale-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    justify-content: center;
    margin-top: 1.1rem;
}

.sale-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: .7rem 1rem;
    border: 1px solid var(--sale-line);
    border-radius: 6px;
    font-size: .82rem;
    font-weight: 500;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.sale-button-primary {
    border-color: var(--sale-ink);
    background: var(--sale-ink);
    color: #fff;
}

.sale-button-secondary {
    background: transparent;
    color: var(--sale-ink);
}

.sale-page .sale-button-primary {
    color: #fff;
}

.sale-page .sale-button-secondary {
    color: var(--sale-ink);
}

.sale-button:hover,
.sale-button:focus-visible {
    border-color: var(--sale-accent);
}

.sale-button-primary:hover,
.sale-button-primary:focus-visible {
    border-color: var(--sale-accent);
    background: var(--sale-accent);
}

.sale-button-secondary:hover,
.sale-button-secondary:focus-visible {
    background: #f6f6f4;
}

.sale-meta {
    margin: .65rem 0 0;
    color: var(--sale-faint);
    letter-spacing: .04em;
    text-transform: none;
}

.sale-meta::before {
    display: inline-block;
    width: .42rem;
    height: .42rem;
    margin-right: .45rem;
    border-radius: 50%;
    background: var(--sale-faint);
    content: "";
}

.sale-visual {
    display: grid;
    width: 100%;
    min-height: 0;
    place-items: center;
    align-self: center;
    margin: 2rem auto 0;
    padding: 0;
    border-left: 0;
    position: relative;
}

.sale-visual img {
    width: auto;
    max-width: 100%;
    max-height: 680px;
    margin-inline: auto;
    justify-self: center;
    align-self: center;
    object-fit: contain;
    border-radius: 22px;
    border: 1px solid #d8d8d8;
    background: #f6f6f4;
    box-shadow: none;
}

.sale-visual figcaption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.sale-brief {
    display: block;
    padding-top: clamp(1.75rem, 3vw, 2.75rem);
    padding-bottom: clamp(1.75rem, 3vw, 2.75rem);
    border-bottom: 0;
}

.sale-brief-heading {
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
}

.sale-brief-heading h2,
.sale-contact h2 {
    max-width: 22ch;
    margin: .5rem auto 0;
    font-size: clamp(2rem, 4.5vw, 3.7rem);
    font-weight: 500;
    letter-spacing: -.052em;
    line-height: 1.02;
}

.sale-brief-heading h2 {
    display: block;
    font-size: clamp(1.65rem, 3.5vw, 2.5rem);
}

.sale-brief-rows {
    max-width: 800px;
    margin: .65rem auto 0;
    border-top: 0;
}

.sale-brief-row:first-child {
    display: block;
}

.sale-brief-row {
    display: block;
    padding: .35rem 0;
    text-align: center;
    border-bottom: 0;
}

.sale-brief-row > span {
    display: inline;
    color: var(--sale-faint);
}

.sale-brief-row p {
    display: inline;
    max-width: none;
    margin: 0;
    color: var(--sale-muted);
    font-size: .9rem;
    line-height: 1.5;
}

.sale-contact {
    display: grid;
    align-items: end;
    justify-items: center;
    gap: 1rem;
    padding-top: clamp(2.5rem, 5vw, 3.75rem);
    padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
    text-align: center;
}

.sale-contact h2 {
    max-width: 28ch;
}

.sale-contact .sale-button {
    flex: 0 0 auto;
}

.sale-contact .sale-intro {
    margin-top: 0;
}

.sale-footer {
    border-top: 1px solid var(--sale-line);
}

.sale-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: 58px;
    color: var(--sale-faint);
    font-size: .75rem;
    text-align: center;
}

.sale-footer p {
    margin: 0;
}

.sale-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.sale-legal a:hover,
.sale-legal a:focus-visible {
    color: var(--sale-ink);
}

.sale-page :focus-visible {
    outline: 2px solid var(--sale-accent);
    outline-offset: 4px;
}

@media (max-width: 800px) {
    .sale-shell {
        width: min(100% - 40px, 620px);
    }

    .sale-hero,
    .sale-brief {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .sale-hero {
        padding-top: 2.5rem;
        padding-bottom: 3rem;
    }

    .sale-visual {
        min-height: 0;
        margin-top: 1.5rem;
        padding: 0;
        border-top: 0;
        border-left: 0;
    }

    .sale-visual img {
        max-height: 520px;
    }

    .sale-brief {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .sale-contact {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 520px) {
    .sale-shell {
        width: min(100% - 32px, 620px);
    }

    .sale-nav {
        min-height: 62px;
    }

    .sale-nav-links {
        gap: 1rem;
        font-size: .72rem;
    }

    .sale-title .product-name {
        font-size: clamp(3.1rem, 16vw, 5.65rem);
    }

    .sale-page--nabuchodonosor .product-name {
        font-size: clamp(2.25rem, 11vw, 4.6rem);
    }

    .sale-page--splitcapture .product-name,
    .sale-page--enparoisse .product-name {
        font-size: clamp(2.7rem, 15vw, 5.65rem);
    }

    .sale-title .product-promise {
        margin-top: .9rem;
        font-size: 1.35rem;
    }

    .sale-intro {
        font-size: .95rem;
    }

    .sale-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sale-button {
        width: 100%;
    }

    .sale-brief-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .sale-footer-inner {
        align-items: start;
        flex-direction: column;
        justify-content: center;
        gap: .75rem;
        padding: 1.2rem 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sale-page *,
    .sale-page *::before,
    .sale-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
