html {
    overflow-x: clip;
}

body[data-page-type="design-lab-hub"] {
    overflow-x: clip;
    color: #191a16;
    background: #f1efe8;
}

.dlh {
    --dlh-ink: #191a16;
    --dlh-muted: #65675f;
    --dlh-white: #fffef9;
    --dlh-line: #d5d2c8;
    --dlh-yellow: #f6bf2f;
    --dlh-yellow-soft: #ffe187;
    --dlh-container: 1380px;
    font-variant-numeric: tabular-nums;
}

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

.dlh-container {
    width: min(100% - 40px, var(--dlh-container));
    margin-inline: auto;
}

.dlh h1,
.dlh h2,
.dlh p {
    text-wrap: balance;
}

.dlh-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(112deg, var(--dlh-yellow) 0 61%, var(--dlh-white) 61% 100%);
    border-bottom: 1px solid #d5aa2c;
}

.dlh-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: 33%;
    bottom: -185px;
    border: 38px solid rgb(255 255 255 / 35%);
    border-radius: 50%;
    pointer-events: none;
}

.dlh-hero-grid {
    position: relative;
    z-index: 1;
    min-height: 154px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
    gap: clamp(56px, 8vw, 130px);
    align-items: center;
    padding-block: 25px 22px;
}

.dlh-kicker {
    display: block;
    margin-bottom: 8px;
    color: #654b00;
    font-size: .62rem;
    font-weight: 860;
    letter-spacing: .115em;
    text-transform: uppercase;
}

.dlh h1 {
    margin: 0;
    font-size: clamp(2.65rem, 4.5vw, 4.9rem);
    letter-spacing: -.064em;
    line-height: .87;
}

.dlh h1 em {
    color: #fff;
    font-style: normal;
    text-shadow: 0 1px 0 rgb(113 82 0 / 15%);
}

.dlh-hero-note {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: clamp(26px, 4vw, 54px);
}

.dlh-hero-note p {
    margin: 0;
    color: #55574f;
    font-size: .78rem;
    line-height: 1.55;
}

.dlh-hero-note a {
    width: fit-content;
    display: inline-flex;
    gap: 28px;
    align-items: center;
    margin-top: 15px;
    padding-bottom: 5px;
    color: var(--dlh-ink);
    border-bottom: 1px solid #9f812d;
    text-decoration: none;
    font-size: .68rem;
    font-weight: 820;
}

.dlh-hero-note a span {
    font-size: 1rem;
    transition: transform .18s ease;
}

.dlh-hero-note a:hover span {
    transform: translateX(4px);
}

.dlh-facts {
    position: relative;
    z-index: 1;
    display: flex;
    border-top: 1px solid rgb(81 60 0 / 24%);
}

.dlh-facts span {
    min-height: 34px;
    display: flex;
    align-items: center;
    padding-right: 24px;
    color: #4d4f48;
    font-size: .6rem;
    font-weight: 770;
}

.dlh-facts span + span {
    padding-left: 24px;
    border-left: 1px solid rgb(81 60 0 / 20%);
}

.dlh-catalog {
    padding-block: 20px 34px;
}

.dlh-section-head {
    min-height: 34px;
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: baseline;
    margin-bottom: 12px;
}

.dlh-section-head h2 {
    margin: 0;
    font-size: clamp(1.5rem, 2vw, 2.25rem);
    letter-spacing: -.05em;
    line-height: 1;
}

.dlh-section-head p {
    margin: 0;
    color: var(--dlh-muted);
    font-size: .65rem;
}

.dlh-collection-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: clamp(285px, 23vw, 320px);
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dlh-collection-grid > li {
    min-width: 0;
}

.dlh-collection {
    position: relative;
    height: 100%;
    display: grid;
    grid-template-rows: minmax(0, 1fr) 68px;
    overflow: hidden;
    color: var(--dlh-ink);
    background: #fffef9;
    border: 1px solid #cbc8be;
    text-decoration: none;
    isolation: isolate;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.dlh-collection-media,
.dlh-collection-media img {
    width: 100%;
    height: 100%;
}

.dlh-collection-media {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: #d8d5cc;
}

.dlh-collection-media img {
    position: absolute;
    inset: 0;
}

.dlh-collection-media img {
    display: block;
    background: #d8d5cc;
    object-fit: contain;
    transition: transform .42s ease, filter .3s ease;
}

.dlh-collection-number {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    min-width: 27px;
    min-height: 22px;
    display: grid;
    place-items: center;
    color: #3f3000;
    background: var(--dlh-yellow);
    font-size: .55rem;
    font-weight: 880;
}

.dlh-logo-tag {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 19px;
    padding: 3px 7px;
    color: #20211c;
    background: linear-gradient(105deg, #ffe06b, #ffaaa2 30%, #c8a4ff 57%, #8ec8ff 78%, #9de2b0);
    border: 1px solid rgb(70 67 57 / 13%);
    border-radius: 999px;
    font-size: .49rem;
    font-weight: 850;
    letter-spacing: .015em;
    line-height: 1;
    white-space: nowrap;
}

.dlh-collection-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 8px 11px 9px;
    background: #fffef9;
    border-top: 1px solid #d7d4ca;
}

.dlh-collection-meta {
    min-width: 0;
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 5px;
}

.dlh-collection-copy strong {
    font-size: clamp(.72rem, .84vw, .88rem);
    letter-spacing: -.025em;
    line-height: 1.08;
}

.dlh-collection-copy b {
    font-size: .95rem;
    transition: transform .18s ease;
}

.dlh-collection:hover,
.dlh-collection:focus-visible {
    color: var(--dlh-ink);
    border-color: #b59b54;
    box-shadow: 0 8px 22px rgb(45 43 36 / 10%);
}

.dlh-collection:hover img {
    filter: saturate(1.05) contrast(1.025);
    transform: none;
}

.dlh-collection:hover b {
    transform: translate(3px, -2px);
}

.dlh-collection:focus-visible,
.dlh-hero-note a:focus-visible {
    outline: 4px solid #8f6800;
    outline-offset: 3px;
}

@media (max-width: 1080px) {
    .dlh-hero {
        background: var(--dlh-yellow);
    }

    .dlh-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 350px);
    }

    .dlh-hero-note {
        padding: 20px;
        background: rgb(255 254 249 / 72%);
    }

    .dlh-collection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: clamp(325px, 44vw, 430px);
    }

}

@media (max-width: 720px) {
    .dlh-container {
        width: min(100% - 28px, var(--dlh-container));
    }

    .dlh-hero-grid {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 22px;
        padding-top: 32px;
    }

    .dlh h1 {
        font-size: clamp(3rem, 14vw, 4.5rem);
    }

    .dlh-hero-note {
        padding: 18px;
    }

    .dlh-facts {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .dlh-facts span {
        flex: 0 0 auto;
    }

    .dlh-section-head {
        display: grid;
        gap: 6px;
    }

    .dlh-collection-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: min(338px, 94vw);
        gap: 10px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .dlh-hero-note a span,
    .dlh-collection-media img,
    .dlh-collection-copy b {
        transition: none;
    }
}
