:root {
    --lja-bg: #f6f2eb;
    --lja-paper: #fff;
    --lja-ink: #191919;
    --lja-muted: #706d68;
    --lja-line: rgba(25, 25, 25, .16);
}

.lisjust-art-page {
    background: var(--lja-bg);
    color: var(--lja-ink);
}

.lja-header {
    position: sticky;
    top: 0;
    z-index: 30;
    height: auto;
    padding: 0;
    background: rgba(246, 242, 235, .97);
    border-bottom: 1px solid var(--lja-line);
    backdrop-filter: blur(18px);
}

.lja-brand-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 116px;
    padding: 13px clamp(22px, 4vw, 62px);
}

.lja-header .lja-logo {
    grid-column: 2;
    grid-row: 1;
    width: clamp(250px, 24vw, 340px);
}

.lja-header .lja-languages {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    font-size: 11px;
    letter-spacing: .12em;
}

.lja-header .lja-menu-toggle {
    display: block;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    min-width: 52px;
}

.lja-menu-toggle span {
    transition: transform .25s, opacity .2s;
}

.lja-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}

.lja-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.lja-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

.lja-header > nav {
    position: fixed;
    top: 116px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 29;
    display: block;
    min-height: 0;
    padding: 0;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(246, 242, 235, .99);
    border-top: 1px solid var(--lja-line);
    transition: opacity .22s, visibility .22s;
}

.lja-header > nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.lja-menu-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: clamp(45px, 7vw, 100px) clamp(24px, 6vw, 80px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    gap: 50px clamp(40px, 8vw, 120px);
}

.lja-header nav .lja-menu-home,
.lja-header nav .lja-menu-inner > a {
    width: auto;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--lja-line);
    font: 400 clamp(30px, 4vw, 56px)/1.05 var(--lja-serif);
    letter-spacing: 0;
    text-transform: none;
}

.lja-menu-group {
    display: grid;
    gap: 11px;
}

.lja-menu-group p {
    margin: 0 0 15px;
    color: var(--lja-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.lja-header nav .lja-menu-group a {
    border: 0;
    font: 400 clamp(24px, 3vw, 42px)/1.25 var(--lja-serif);
    letter-spacing: 0;
    text-transform: none;
}

.lja-header nav a:hover {
    opacity: .55;
}

.lja-shop-hero {
    position: relative;
    height: min(78vh, 860px);
    min-height: 590px;
    overflow: hidden;
    background: #d8d3ca;
}

.lja-shop-hero > a,
.lja-shop-hero-image,
.lja-shop-hero-empty {
    display: block;
    width: 100%;
    height: 100%;
}

.lja-shop-hero-image {
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(.2, .7, .2, 1);
}

.lja-shop-hero a:hover .lja-shop-hero-image {
    transform: scale(1.012);
}

.lja-shop-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .03) 40%, rgba(0, 0, 0, .5));
}

.lja-shop-hero-copy {
    position: absolute;
    right: clamp(24px, 5vw, 72px);
    bottom: clamp(28px, 5vw, 65px);
    left: clamp(24px, 5vw, 72px);
    color: #fff;
}

.lja-shop-hero-copy p {
    margin: 0 0 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.lja-shop-hero-copy h1 {
    max-width: 850px;
    margin: 0 0 22px;
    font: 400 clamp(50px, 7vw, 104px)/.95 var(--lja-serif);
}

.lja-shop-hero-copy > span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lja-shop-hero-empty {
    display: grid;
    place-content: center;
    text-align: center;
}

.lja-shop-hero-empty h1 {
    margin: 0;
    font: 400 clamp(72px, 12vw, 170px)/.9 var(--lja-serif);
}

.lja-gallery-section {
    padding: clamp(72px, 8vw, 125px) clamp(18px, 3.5vw, 54px);
    background: #fff;
}

.lja-section-head {
    margin-bottom: 38px;
}

.lja-section-head h2 {
    font-size: clamp(34px, 4vw, 58px);
}

.lja-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(48px, 6vw, 90px) clamp(16px, 2.2vw, 34px);
}

.lja-card,
.lja-card:nth-child(n) {
    grid-column: auto;
}

.lja-card-image {
    aspect-ratio: 4 / 5;
    background: #eeeae3;
    border: 0;
}

.lja-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lja-card-copy {
    align-items: start;
    padding-top: 13px;
}

.lja-card-copy h3 {
    font: 400 clamp(19px, 2vw, 25px)/1.2 var(--lja-serif);
}

.lja-card-copy p {
    font-size: 12px;
}

.lja-techniques {
    padding: clamp(80px, 10vw, 145px) clamp(22px, 5vw, 72px);
    background: var(--lja-bg);
}

.lja-techniques > div {
    margin-top: 26px;
    border-top: 1px solid var(--lja-line);
}

.lja-techniques a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 0;
    border-bottom: 1px solid var(--lja-line);
    font: 400 clamp(34px, 5vw, 70px)/1 var(--lja-serif);
}

.lja-techniques a span {
    font: 400 18px/1 var(--lja-sans);
}

.lja-about-shop {
    margin: 0;
    padding: clamp(90px, 10vw, 150px) clamp(22px, 7vw, 105px);
    background: #fff;
    border: 0;
}

.lja-inline-link {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid currentColor;
    font: 700 11px/1.3 var(--lja-sans);
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lja-collection-intro {
    padding: clamp(80px, 10vw, 150px) clamp(22px, 5vw, 72px) clamp(55px, 7vw, 100px);
    background: var(--lja-bg);
}

.lja-collection-intro h1 {
    margin: 12px 0 34px;
    font: 400 clamp(70px, 12vw, 170px)/.88 var(--lja-serif);
}

.lja-collection-intro a {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid currentColor;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lja-collection-grid {
    padding-top: clamp(55px, 6vw, 90px);
}

.lja-footer {
    padding: clamp(85px, 9vw, 135px) 24px 28px;
    background: var(--lja-bg);
    color: var(--lja-ink);
    border-top: 1px solid var(--lja-line);
}

.lja-footer > p:not(.lja-eyebrow):not(.lja-copyright) {
    color: var(--lja-muted);
}

.lja-contact-links a {
    border-bottom-color: var(--lja-line);
}

.lja-single {
    max-width: 1500px;
    margin: 0 auto;
    padding: 45px clamp(20px, 4vw, 62px) 130px;
}

.lja-single-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr);
    gap: clamp(45px, 7vw, 110px);
}

.lja-single-info {
    top: 150px;
}

@media screen and (min-width: 783px) {
    .admin-bar .lja-header {
        top: 32px;
    }

    .admin-bar .lja-header > nav {
        top: 148px;
    }
}

@media (max-width: 780px) {
    .lja-brand-row {
        min-height: 82px;
        padding: 9px 16px;
    }

    .lja-header .lja-logo {
        width: min(190px, 52vw);
    }

    .lja-header .lja-languages {
        font-size: 10px;
    }

    .lja-header .lja-menu-toggle {
        min-width: 43px;
    }

    .lja-menu-toggle b {
        font-size: 8px;
    }

    .lja-header > nav {
        top: 82px;
        min-height: 0;
    }

    .admin-bar .lja-header {
        top: 46px;
    }

    .admin-bar .lja-header > nav {
        top: 128px;
    }

    .lja-menu-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 38px 25px 70px;
    }

    .lja-header nav .lja-menu-home,
    .lja-header nav .lja-menu-inner > a {
        font-size: 37px;
    }

    .lja-header nav .lja-menu-group a {
        font-size: 30px;
    }

    .lja-shop-hero {
        height: 68vh;
        min-height: 500px;
    }

    .lja-shop-hero-copy h1 {
        font-size: clamp(44px, 14vw, 70px);
    }

    .lja-gallery-section {
        padding: 66px 14px 85px;
    }

    .lja-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 10px;
    }

    .lja-card-copy {
        display: block;
        padding: 10px 3px 0;
    }

    .lja-card-copy h3 {
        font-size: 18px;
    }

    .lja-card-copy .lja-price {
        margin-top: 8px;
        white-space: normal;
    }

    .lja-status {
        top: 8px;
        right: 8px;
        padding: 5px 7px;
        font-size: 8px;
    }

    .lja-techniques {
        padding: 75px 20px;
    }

    .lja-techniques a {
        padding: 17px 0;
        font-size: 39px;
    }

    .lja-about-shop {
        margin: 0;
        padding: 82px 20px;
    }

    .lja-collection-intro {
        padding: 70px 20px 52px;
    }

    .lja-collection-intro h1 {
        font-size: clamp(66px, 23vw, 105px);
    }

    .lja-single {
        padding: 25px 14px 90px;
    }

    .lja-single-grid {
        grid-template-columns: 1fr;
    }

    .lja-single-info {
        position: static;
        padding: 20px 6px 0;
    }
}
