:root {
    --dcp-ink: #102432;
    --dcp-muted: #5e7180;
    --dcp-accent: #087fa8;
    --dcp-accent-dark: #075f82;
    --dcp-line: #cce1e9;
    --dcp-pale: #eef8fb;
    --dcp-white: #ffffff;
}

.dcp-site-shell {
    overflow: visible;
}

.dcp-site-main {
    min-width: 0;
    background: var(--dcp-white);
}

.dcp-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.dcp-hero,
.dcp-work-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    height: min(620px, calc(100svh - 150px));
    min-height: 520px;
    overflow: hidden;
    color: var(--dcp-white);
    background: #173641;
}

.dcp-hero__media,
.dcp-work-hero__media {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.dcp-hero__scrim,
.dcp-work-hero__scrim {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: rgba(4, 25, 36, 0.68);
}

.dcp-hero__content,
.dcp-work-hero__content {
    padding-block: 76px 72px;
}

.dcp-hero__content > *,
.dcp-work-hero__content > * {
    max-width: 720px;
}

.dcp-hero .dcp-eyebrow,
.dcp-work-hero .dcp-eyebrow,
.dcp-collection .dcp-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: #8bd5eb;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0;
}

.dcp-hero .dcp-eyebrow::before,
.dcp-work-hero .dcp-eyebrow::before,
.dcp-collection .dcp-eyebrow::before {
    width: 32px;
    height: 2px;
    flex: 0 0 auto;
    content: "";
    background: #27a6cf;
}

.dcp-hero h1,
.dcp-work-hero h1 {
    max-width: 760px;
    margin: 0 0 22px;
    color: var(--dcp-white);
    font-size: 64px;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: 0;
    text-wrap: balance;
}

.dcp-hero__content > p:not(.dcp-eyebrow),
.dcp-work-hero__content > p:not(.dcp-eyebrow) {
    margin: 0 0 30px;
    color: #e4f2f6;
    font-size: 18px;
    line-height: 1.65;
}

.dcp-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #22a0c8;
    border-radius: 6px;
    padding: 0 22px;
    background: var(--dcp-accent);
    color: var(--dcp-white);
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(8, 127, 168, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.dcp-button:hover,
.dcp-button:focus-visible {
    border-color: #ffffff;
    background: var(--dcp-accent-dark);
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(8, 95, 130, 0.32), 0 0 0 1px rgba(139, 213, 235, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.dcp-button:active {
    box-shadow: 0 10px 20px rgba(8, 95, 130, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transform: translateY(0) scale(0.985);
}

.dcp-button:focus-visible,
.dcp-filters button:focus-visible,
.dcp-gallery__item:focus-visible,
.dcp-lightbox button:focus-visible,
.dcp-back-link:focus-visible {
    outline: 3px solid rgba(42, 174, 215, 0.55);
    outline-offset: 4px;
}

.dcp-coming-band {
    border-bottom: 1px solid var(--dcp-line);
    background: var(--dcp-pale);
}

.dcp-coming-band__inner {
    min-height: 92px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 24px;
}

.dcp-coming-band__inner span {
    position: relative;
    color: var(--dcp-accent-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
}

.dcp-coming-band__inner span + span::before {
    position: absolute;
    top: 50%;
    left: -12px;
    width: 1px;
    height: 28px;
    content: "";
    background: var(--dcp-line);
    transform: translateY(-50%);
}

.dcp-collection {
    padding: 88px 0 104px;
    background: #f5fafc;
}

.dcp-collection .dcp-eyebrow {
    color: var(--dcp-accent-dark);
}

.dcp-collection__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.dcp-collection__heading h2,
.dcp-gallery h2 {
    margin: 0;
    color: var(--dcp-ink);
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: 0;
}

.dcp-filters {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.dcp-filters button {
    position: relative;
    min-height: 40px;
    border: 1px solid var(--dcp-line);
    border-radius: 6px;
    padding: 0 36px 0 14px;
    background: var(--dcp-white);
    color: var(--dcp-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 150ms ease, color 150ms ease, background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.dcp-filters button::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    content: "\2713";
    font-size: 11px;
    line-height: 1;
    opacity: 0;
    transform: translateY(-50%) scale(0.65);
    transition: opacity 150ms ease, transform 150ms ease;
}

.dcp-filters button:hover {
    border-color: var(--dcp-accent);
    background: var(--dcp-pale);
    color: var(--dcp-accent-dark);
    transform: translateY(-1px);
}

.dcp-filters button.is-active {
    border-color: var(--dcp-accent);
    background: var(--dcp-accent);
    color: var(--dcp-white);
    box-shadow: 0 10px 22px rgba(8, 127, 168, 0.2);
}

.dcp-filters button.is-active::after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.dcp-filters button.is-active:hover {
    background: var(--dcp-accent-dark);
    color: var(--dcp-white);
}

.dcp-filters button:active {
    transform: translateY(0) scale(0.985);
}

.dcp-work-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.dcp-work-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--dcp-line);
    border-radius: 6px;
    background: var(--dcp-white);
    box-shadow: 0 18px 38px rgba(16, 62, 80, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.dcp-work-card[hidden] {
    display: none;
}

.dcp-work-card.is-filter-entering {
    animation: dcp-filter-enter 220ms ease-out both;
}

@keyframes dcp-filter-enter {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dcp-work-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 46px rgba(16, 62, 80, 0.13);
}

.dcp-work-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #dfecef;
}

.dcp-work-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.dcp-work-card:hover .dcp-work-card__image img {
    transform: scale(1.025);
}

.dcp-work-card__body {
    padding: 24px;
}

.dcp-work-card__kicker {
    margin: 0 0 10px;
    color: var(--dcp-accent-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

.dcp-work-card h3 {
    margin: 0 0 12px;
    color: var(--dcp-ink);
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.dcp-work-card h3 a:hover,
.dcp-work-card h3 a:focus-visible {
    color: var(--dcp-accent-dark);
}

.dcp-work-card__body > p:last-child {
    margin: 0;
    color: var(--dcp-muted);
    line-height: 1.7;
}

.dcp-back-link {
    display: inline-flex;
    margin-bottom: 26px;
    color: #dff5fb;
    font-size: 14px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.dcp-work-body {
    padding-block: 76px 104px;
}

.dcp-work-copy {
    max-width: 800px;
    color: var(--dcp-muted);
    font-size: 18px;
    line-height: 1.8;
}

.dcp-work-copy h2,
.dcp-work-copy h3 {
    color: var(--dcp-ink);
    letter-spacing: 0;
}

.dcp-gallery {
    margin-top: 70px;
    padding-top: 54px;
    border-top: 1px solid var(--dcp-line);
}

.dcp-gallery h2 {
    margin-bottom: 30px;
}

.dcp-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.dcp-gallery__item {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid var(--dcp-line);
    border-radius: 6px;
    background: #dfecef;
    box-shadow: 0 12px 28px rgba(16, 62, 80, 0.08);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.dcp-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.dcp-gallery__item:hover img {
    transform: scale(1.025);
}

.dcp-gallery__item:hover,
.dcp-gallery__item:focus-visible {
    border-color: var(--dcp-accent);
    box-shadow: 0 18px 36px rgba(16, 62, 80, 0.16), 0 0 0 1px rgba(8, 127, 168, 0.14);
    transform: translateY(-2px);
}

.dcp-lightbox {
    width: min(1120px, calc(100% - 40px));
    max-width: none;
    height: min(820px, calc(100% - 40px));
    max-height: none;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding: 46px 64px;
    background: #071820;
    color: #ffffff;
}

.dcp-lightbox::backdrop {
    background: rgba(1, 11, 16, 0.86);
}

.dcp-lightbox[open] {
    display: grid;
    place-items: center;
}

.dcp-lightbox figure {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
    margin: 0;
}

.dcp-lightbox figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dcp-lightbox figcaption {
    min-height: 24px;
    color: #d8e8ed;
    text-align: center;
}

.dcp-lightbox button {
    position: absolute;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    padding: 0;
    background: #102d39;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.dcp-lightbox button:hover,
.dcp-lightbox button:focus-visible {
    border-color: #8bd5eb;
    background: #17495d;
    box-shadow: 0 0 0 4px rgba(42, 174, 215, 0.18);
    transform: scale(1.06);
}

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

.dcp-lightbox__previous,
.dcp-lightbox__next {
    top: 50%;
    transform: translateY(-50%);
}

.dcp-lightbox__previous {
    left: 10px;
}

.dcp-lightbox__next {
    right: 10px;
}

.dcp-fallback-header,
.dcp-fallback-footer {
    padding: 20px;
    background: #ffffff;
    color: var(--dcp-ink);
    font-weight: 800;
    text-align: center;
}

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

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

.dcp-fallback-footer p {
    margin: 0;
}

@media (max-width: 980px) {
    .dcp-hero,
    .dcp-work-hero {
        min-height: 500px;
    }

    .dcp-hero h1,
    .dcp-work-hero h1 {
        font-size: 46px;
    }

    .dcp-collection__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .dcp-filters {
        justify-content: flex-start;
    }

    .dcp-work-grid,
    .dcp-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .dcp-container {
        width: min(100% - 28px, 1180px);
    }

    .dcp-hero,
    .dcp-work-hero {
        height: min(580px, calc(100svh - 128px));
        min-height: 480px;
        align-items: flex-end;
    }

    .dcp-hero__media,
    .dcp-work-hero__media {
        object-position: 61% center;
    }

    .dcp-hero__content,
    .dcp-work-hero__content {
        padding-block: 58px 52px;
    }

    .dcp-hero h1,
    .dcp-work-hero h1 {
        font-size: 38px;
        line-height: 1.05;
    }

    .dcp-hero__content > p:not(.dcp-eyebrow),
    .dcp-work-hero__content > p:not(.dcp-eyebrow) {
        font-size: 16px;
    }

    .dcp-button {
        width: 100%;
    }

    .dcp-coming-band__inner {
        min-height: 78px;
        gap: 8px;
    }

    .dcp-coming-band__inner span {
        font-size: 10px;
    }

    .dcp-coming-band__inner span + span::before {
        left: -4px;
        height: 22px;
    }

    .dcp-collection {
        padding: 64px 0 76px;
    }

    .dcp-collection__heading h2,
    .dcp-gallery h2 {
        font-size: 32px;
    }

    .dcp-filters {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dcp-filters button {
        width: 100%;
        min-width: 0;
        padding: 0 32px 0 8px;
        overflow-wrap: anywhere;
    }

    .dcp-work-grid,
    .dcp-gallery__grid {
        grid-template-columns: 1fr;
    }

    .dcp-work-card__body {
        padding: 21px;
    }

    .dcp-work-body {
        padding-block: 56px 72px;
    }

    .dcp-work-copy {
        font-size: 16px;
    }

    .dcp-gallery {
        margin-top: 52px;
        padding-top: 42px;
    }

    .dcp-lightbox {
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        padding: 54px 12px 24px;
    }

    .dcp-lightbox__previous,
    .dcp-lightbox__next {
        top: auto;
        bottom: 12px;
        transform: none;
    }

    .dcp-lightbox__previous {
        left: 12px;
    }

    .dcp-lightbox__next {
        right: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dcp-button,
    .dcp-filters button,
    .dcp-filters button::after,
    .dcp-work-card,
    .dcp-work-card__image img,
    .dcp-gallery__item,
    .dcp-gallery__item img,
    .dcp-lightbox button {
        animation: none;
        transition: none;
    }

    .dcp-button:hover,
    .dcp-button:focus-visible,
    .dcp-button:active,
    .dcp-filters button:hover,
    .dcp-filters button:active,
    .dcp-gallery__item:hover,
    .dcp-gallery__item:focus-visible,
    .dcp-lightbox button:hover,
    .dcp-lightbox button:focus-visible {
        transform: none;
    }
}
