.h6dp-project {
    --h6dp-ink: #172019;
    --h6dp-muted: #667068;
    --h6dp-line: #dfe3df;
    --h6dp-paper: #ffffff;
    --h6dp-soft: #f4f1eb;
    --h6dp-gold: #b48342;
    color: var(--h6dp-ink);
}

.h6dp-wrap {
    width: min(1240px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.h6dp-project__header {
    padding: clamp(68px, 9vw, 132px) 0 clamp(42px, 6vw, 82px);
}

.h6dp-breadcrumbs {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: var(--h6dp-muted);
    font-size: 13px;
}

.h6dp-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.h6dp-project__header h1 {
    max-width: 980px;
    margin: 12px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 7.2vw, 102px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.045em;
}

.h6dp-eyebrow {
    margin: 0;
    color: var(--h6dp-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.h6dp-project-hero {
    margin-top: 48px;
}

.h6dp-project-hero-link,
.h6dp-project-hero--featured {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 24px;
    background: #131814;
    box-shadow: 0 28px 80px rgba(21, 28, 22, .16);
}

.h6dp-project-hero-link {
    cursor: zoom-in;
}

.h6dp-project-hero-link img,
.h6dp-project-hero--featured img {
    display: block;
    width: 100%;
    height: clamp(500px, 61vw, 780px);
    margin: 0;
    object-fit: cover;
}

.h6dp-project-hero-link::after {
    content: "Mở album · " attr(data-h6dp-count) " ảnh";
    position: absolute;
    right: 24px;
    bottom: 24px;
    padding: 11px 17px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 999px;
    background: rgba(10, 14, 11, .54);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.h6dp-project__body {
    padding: clamp(68px, 8vw, 116px) 0;
}

.h6dp-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 330px);
    align-items: start;
    gap: clamp(44px, 6vw, 88px);
}

.h6dp-entry-content {
    min-width: 0;
}

.h6dp-entry-content > h2 {
    max-width: 820px;
    margin: 58px 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.8vw, 48px);
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -.025em;
}

.h6dp-entry-content > p {
    max-width: 820px;
    color: #4d5850;
    font-size: 17px;
    line-height: 1.82;
}

.h6dp-project .project-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0 0 62px;
    overflow: hidden;
    border: 1px solid var(--h6dp-line);
    border-radius: 18px;
    background: var(--h6dp-line);
}

.h6dp-project .project-facts > div {
    min-height: 126px;
    padding: 24px;
    background: var(--h6dp-paper);
}

.h6dp-project .project-facts small {
    display: block;
    margin-bottom: 9px;
    color: var(--h6dp-muted);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.h6dp-project .project-facts strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 1.7vw, 22px);
    font-weight: 500;
    line-height: 1.3;
}

.h6dp-project .project-album-intro {
    max-width: 830px;
    margin: 92px 0 34px;
}

.h6dp-project .project-album-intro h2 {
    margin: 12px 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.h6dp-project .project-album-intro > p:last-child {
    color: var(--h6dp-muted);
    font-size: 16px;
    line-height: 1.75;
}

.h6dp-project-album {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
}

.h6dp-project-album__item {
    position: relative;
    grid-column: span 6;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 19px;
    background: #151a16;
    box-shadow: 0 18px 52px rgba(20, 27, 21, .11);
}

.h6dp-project-album__item:nth-child(1),
.h6dp-project-album__item:nth-child(6),
.h6dp-project-album__item:nth-child(11) {
    grid-column: 1 / -1;
}

.h6dp-project-album__item:nth-child(4),
.h6dp-project-album__item:nth-child(8) {
    grid-column: span 5;
}

.h6dp-project-album__item:nth-child(5),
.h6dp-project-album__item:nth-child(9) {
    grid-column: span 7;
}

.h6dp-project-album__link {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: zoom-in;
}

.h6dp-project-album__link::after {
    content: "Xem ảnh";
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    background: rgba(12, 16, 13, .48);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(6px);
    backdrop-filter: blur(8px);
    transition: opacity .24s ease, transform .24s ease;
}

.h6dp-project-album img {
    display: block;
    width: 100%;
    height: 430px;
    margin: 0;
    object-fit: cover;
    transform: scale(1.002);
    transition: transform .7s ease, filter .3s ease;
}

.h6dp-project-album__item:nth-child(1) img,
.h6dp-project-album__item:nth-child(6) img,
.h6dp-project-album__item:nth-child(11) img {
    height: 610px;
}

.h6dp-project-album__item:hover img {
    filter: saturate(1.04);
    transform: scale(1.035);
}

.h6dp-project-album__item:hover .h6dp-project-album__link::after,
.h6dp-project-album__link:focus-visible::after {
    opacity: 1;
    transform: none;
}

.h6dp-project-album figcaption {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 16px;
    left: 18px;
    padding-top: 46px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .72);
    pointer-events: none;
}

.h6dp-project-album figcaption::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -52px -18px -16px;
    background: linear-gradient(0deg, rgba(8, 11, 9, .86), transparent);
}

.h6dp-project__aside {
    position: sticky;
    top: 110px;
}

.h6dp-sidebar-box {
    padding: 34px;
    border: 1px solid var(--h6dp-line);
    border-radius: 20px;
    background: var(--h6dp-soft);
}

.h6dp-sidebar-box h3 {
    margin: 12px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.h6dp-sidebar-box p:not(.h6dp-eyebrow) {
    color: var(--h6dp-muted);
    font-size: 14px;
    line-height: 1.65;
}

.h6dp-button {
    display: inline-flex;
    min-height: 48px;
    margin-top: 8px;
    padding: 0 22px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: var(--h6dp-gold);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

body.h6dp-lightbox-open {
    overflow: hidden;
}

.h6dp-lightbox[hidden] {
    display: none;
}

.h6dp-lightbox {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    align-items: center;
    padding: 28px;
    background: rgba(7, 10, 8, .97);
    color: #fff;
}

.h6dp-lightbox__figure {
    display: flex;
    min-width: 0;
    max-width: min(1540px, 100%);
    height: calc(100vh - 56px);
    margin: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.h6dp-lightbox__image {
    min-width: 0;
    max-width: 100%;
    max-height: calc(100vh - 132px);
    object-fit: contain;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .48);
    transition: opacity .2s ease;
}

.h6dp-lightbox.is-loading .h6dp-lightbox__image {
    opacity: .28;
}

.h6dp-lightbox__caption {
    min-height: 44px;
    padding-top: 14px;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    letter-spacing: .02em;
    text-align: center;
}

.h6dp-lightbox__button {
    display: inline-grid;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    place-items: center;
    background: rgba(255, 255, 255, .07);
    color: #fff;
    font: inherit;
    font-size: 28px;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease;
}

.h6dp-lightbox__button:hover,
.h6dp-lightbox__button:focus-visible {
    border-color: #fff;
    background: rgba(255, 255, 255, .14);
    outline: none;
}

.h6dp-lightbox__close {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 24px;
}

.h6dp-lightbox__count {
    position: absolute;
    top: 34px;
    left: 32px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

@media (max-width: 960px) {
    .h6dp-content-grid {
        grid-template-columns: 1fr;
    }

    .h6dp-project__aside {
        position: static;
    }
}

@media (max-width: 700px) {
    .h6dp-wrap {
        width: min(100% - 28px, 1240px);
    }

    .h6dp-project__header {
        padding-top: 54px;
    }

    .h6dp-project__header h1 {
        font-size: clamp(43px, 14vw, 68px);
    }

    .h6dp-project-hero {
        margin-top: 26px;
    }

    .h6dp-project-hero-link,
    .h6dp-project-hero--featured {
        border-radius: 17px;
    }

    .h6dp-project-hero-link img,
    .h6dp-project-hero--featured img {
        height: 66vw;
        min-height: 270px;
        max-height: 440px;
    }

    .h6dp-project-hero-link::after {
        right: 14px;
        bottom: 14px;
        padding: 8px 12px;
        font-size: 9px;
    }

    .h6dp-project .project-facts {
        grid-template-columns: 1fr 1fr;
    }

    .h6dp-project .project-facts > div {
        min-height: 110px;
        padding: 18px;
    }

    .h6dp-project-album {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .h6dp-project-album__item,
    .h6dp-project-album__item:nth-child(n) {
        grid-column: 1;
        border-radius: 14px;
    }

    .h6dp-project-album img,
    .h6dp-project-album__item:nth-child(n) img {
        height: 61vw;
        min-height: 245px;
        max-height: 400px;
    }

    .h6dp-lightbox {
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        padding: 14px;
    }

    .h6dp-lightbox__figure {
        height: calc(100vh - 28px);
    }

    .h6dp-lightbox__button {
        width: 40px;
        height: 40px;
    }

    .h6dp-lightbox__close {
        top: 14px;
        right: 14px;
    }

    .h6dp-lightbox__count {
        top: 25px;
        left: 17px;
    }
}

@media (max-width: 440px) {
    .h6dp-project .project-facts {
        grid-template-columns: 1fr;
    }
}

