.v2-blog-article {
    min-height: 100vh;
    overflow: clip;
    background: #ffffff;
    color: var(--v2-color-text);
}

.v2-blog-article__breadcrumbs {
    padding-bottom: 20px;
    background: #ffffff;
}

.v2-blog-article__page {
    width: min(936px, calc(100% - 32px));
    margin: 0 auto;
    padding: 16px 40px 72px;
}

.v2-blog-article__header {
    min-height: 44px;
    display: flex;
    align-items: center;
}

.v2-blog-article__meta {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.v2-blog-article__meta img {
    width: 6px;
    height: 5px;
    flex: 0 0 auto;
}

.v2-blog-article__gallery {
    position: relative;
    margin-top: 14px;
}

.v2-blog-article__gallery-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: clip;
    border-radius: 30px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.v2-blog-article__gallery-track::-webkit-scrollbar {
    display: none;
}

.v2-blog-article__gallery-item {
    width: 378px;
    height: 504px;
    position: relative;
    flex: 0 0 378px;
    margin: 0;
    overflow: clip;
    border-radius: 30px;
    background: #f7f8fa;
    scroll-snap-align: start;
}

.v2-blog-article__gallery-item:first-child {
    width: 336px;
    flex-basis: 336px;
}

.v2-blog-article__gallery-image {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
    object-fit: contain;
}

.v2-blog-article__gallery-open {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    border: 0;
    border-radius: inherit;
    background: transparent;
    cursor: zoom-in;
}

.v2-blog-article__gallery-open:focus-visible {
    outline: 3px solid #2a568e;
    outline-offset: -3px;
}

.v2-blog-article__gallery-arrows {
    position: absolute;
    inset: 50% 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
    transform: translateY(-50%);
    pointer-events: none;
}

.v2-blog-article__gallery-arrow {
    width: 44px;
    height: 44px;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.v2-blog-article__gallery-arrow:disabled {
    opacity: 0;
    pointer-events: none;
}

.v2-blog-article__gallery-arrow img {
    width: 44px;
    height: 44px;
    display: block;
}

.v2-blog-article__gallery-pages {
    display: none;
}

.v2-blog-article__lightbox {
    width: 100%;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 24px;
    border: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.94);
    color: #ffffff;
}

.v2-blog-article__lightbox:not([open]) {
    display: none;
}

.v2-blog-article__lightbox[open] {
    display: grid;
    place-items: center;
}

.v2-blog-article__lightbox::backdrop {
    background: rgba(0, 0, 0, 0.94);
}

.v2-blog-article__lightbox-figure {
    width: calc(100% - 144px);
    height: calc(100dvh - 96px);
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    place-items: center;
    gap: 14px;
    margin: 0;
    overflow: hidden;
}

.v2-blog-article__lightbox-image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    min-width: 0;
    min-height: 0;
    display: block;
    object-fit: contain;
}

.v2-blog-article__lightbox-caption {
    width: min(920px, 100%);
    display: grid;
    gap: 4px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}

.v2-blog-article__lightbox-title {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.35;
}

.v2-blog-article__lightbox-title[hidden],
.v2-blog-article__lightbox-description[hidden] {
    display: none;
}

.v2-blog-article__lightbox-close,
.v2-blog-article__lightbox-arrow {
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 1;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.v2-blog-article__lightbox-close:focus-visible,
.v2-blog-article__lightbox-arrow:focus-visible {
    outline: 3px solid #75a7e5;
    outline-offset: 3px;
}

.v2-blog-article__lightbox-close {
    top: 24px;
    right: 24px;
}

.v2-blog-article__lightbox-close span,
.v2-blog-article__lightbox-close::after {
    width: 20px;
    height: 2px;
    position: absolute;
    top: 21px;
    left: 12px;
    background: #1e2022;
    content: "";
    transform: rotate(45deg);
}

.v2-blog-article__lightbox-close::after {
    transform: rotate(-45deg);
}

.v2-blog-article__lightbox-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.v2-blog-article__lightbox-arrow:disabled {
    opacity: 0.35;
    cursor: default;
}

.v2-blog-article__lightbox-arrow--previous {
    left: 24px;
}

.v2-blog-article__lightbox-arrow--next {
    right: 24px;
}

.v2-blog-article__lightbox-arrow img {
    width: 44px;
    height: 44px;
    display: block;
}

.v2-blog-article__lightbox-count {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    transform: translateX(-50%);
}

.v2-blog-article__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.v2-blog-article__title {
    margin: 0;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.v2-blog-article__content {
    display: flow-root;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.v2-blog-article__content > :first-child {
    margin-top: 0;
}

.v2-blog-article__content > :last-child {
    margin-bottom: 0;
}

.v2-blog-article__content p,
.v2-blog-article__content ul,
.v2-blog-article__content ol,
.v2-blog-article__content blockquote,
.v2-blog-article__content h2,
.v2-blog-article__content h3 {
    margin: 0 0 24px;
}

.v2-blog-article__content ul,
.v2-blog-article__content ol {
    padding-left: 24px;
}

.v2-blog-article__content a {
    color: var(--v2-color-link);
    font-weight: 700;
}

.v2-blog-article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

.site-redesign-lightbox-trigger {
    width: 100%;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: transparent;
    cursor: zoom-in;
}

.site-redesign-lightbox-trigger:focus-visible {
    outline: 3px solid #2a568e;
    outline-offset: 3px;
}

.site-redesign-lightbox-trigger img {
    pointer-events: none;
}

.site-redesign-article__lead {
    color: #000000;
    font-size: 18px;
    line-height: 1.55;
}

.site-redesign-comparison {
    margin: 8px 0 40px;
}

.site-redesign-comparison__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.site-redesign-comparison__item {
    min-width: 0;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(42, 86, 142, 0.18);
    border-radius: 24px;
    background: #f7f8fa;
}

.site-redesign-comparison__label {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #ffffff;
    color: #2a568e;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.v2-blog-article__content .site-redesign-comparison__item img {
    width: 100%;
    display: block;
    border-radius: 16px;
    aspect-ratio: 1911 / 1068;
    object-fit: contain;
    background: #ffffff;
}

.site-redesign-comparison__item figcaption {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.68);
    font-size: 13px;
    line-height: 1.45;
}

.site-redesign-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 40px;
}

.site-redesign-gallery__item {
    min-width: 0;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(42, 86, 142, 0.18);
    border-radius: 24px;
    background: #f7f8fa;
}

.v2-blog-article__content .site-redesign-gallery__item img {
    width: 100%;
    display: block;
    border-radius: 16px;
    background: #ffffff;
    aspect-ratio: 1911 / 1068;
    object-fit: contain;
}

.site-redesign-gallery__item figcaption {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.68);
    font-size: 13px;
    line-height: 1.45;
}

.site-redesign-developer {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 20px;
    margin: 40px 0 0;
    padding: 24px;
    border: 1px solid rgba(42, 86, 142, 0.16);
    border-radius: 30px;
    background: linear-gradient(135deg, #eef4fb 0%, #f7f8fa 100%);
}

.site-redesign-developer__mark {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    background: #2a568e;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.site-redesign-developer__content {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.site-redesign-developer__eyebrow {
    color: #2a568e;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v2-blog-article__content .site-redesign-developer__title {
    margin: 0;
    color: #202124;
    font-size: 24px;
    line-height: 1.25;
}

.v2-blog-article__content .site-redesign-developer__title a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.v2-blog-article__content .site-redesign-developer__title a:hover {
    color: #2a568e;
}

.v2-blog-article__content .site-redesign-developer p {
    margin: 0;
}

.v2-blog-article__content .site-redesign-developer__role {
    color: #2a568e;
    font-size: 14px;
    font-weight: 700;
}

.v2-blog-article__content video {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0;
    border: 0;
    border-radius: 30px;
    background: #000000;
    aspect-ratio: auto 16 / 9;
}

.v2-blog-article__content iframe {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0;
    border: 0;
    border-radius: 30px;
    background: #000000;
    aspect-ratio: 16 / 9;
}

.v2-blog-article__sources {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.v2-blog-article__source {
    min-width: 0;
    justify-content: center;
    white-space: nowrap;
}

.v2-blog-article__navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.v2-blog-article__navigation-link {
    width: 100%;
    min-width: 0;
    justify-content: center;
}

@media (max-width: 767px) {
    .v2-blog-article__page {
        width: 100%;
        padding: 8px 24px 56px;
    }

    .v2-blog-article__header {
        min-height: 44px;
    }

    .v2-blog-article__gallery {
        margin-top: 40px;
    }

    .v2-blog-article__gallery-item,
    .v2-blog-article__gallery-item:first-child {
        width: min(336px, calc(100vw - 48px));
        flex-basis: min(336px, calc(100vw - 48px));
    }

    .v2-blog-article__gallery-arrows {
        display: none;
    }

    .site-redesign-article__lead {
        font-size: 17px;
    }

    .site-redesign-comparison__grid {
        grid-template-columns: 1fr;
    }

    .site-redesign-gallery {
        grid-template-columns: 1fr;
    }

    .site-redesign-developer {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 14px;
        padding: 20px;
        border-radius: 24px;
    }

    .site-redesign-developer__mark {
        width: 56px;
        height: 56px;
        border-radius: 18px;
        font-size: 18px;
    }

    .v2-blog-article__content .site-redesign-developer__title {
        font-size: 21px;
    }

    .v2-blog-article__gallery-pages {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 0;
    }

    .v2-blog-article__gallery-dot {
        width: 8px;
        height: 8px;
        flex: 0 0 8px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(42, 86, 142, 0.3);
    }

    .v2-blog-article__gallery-dot.is-active {
        background: #2a568e;
    }

    .v2-blog-article__lightbox {
        padding: 12px;
    }

    .v2-blog-article__lightbox-figure {
        width: 100%;
        height: calc(100dvh - 128px);
        gap: 10px;
    }

    .v2-blog-article__lightbox-caption {
        padding: 0 4px;
        font-size: 12px;
    }

    .v2-blog-article__lightbox-title {
        font-size: 14px;
    }

    .v2-blog-article__lightbox-close {
        top: 12px;
        right: 12px;
    }

    .v2-blog-article__lightbox-arrow {
        top: auto;
        bottom: 16px;
        transform: none;
    }

    .v2-blog-article__lightbox-arrow--previous {
        left: 16px;
    }

    .v2-blog-article__lightbox-arrow--next {
        right: 16px;
    }

    .v2-blog-article__lightbox-count {
        bottom: 27px;
    }

    .v2-blog-article__sources {
        width: max-content;
        max-width: 100%;
        grid-template-columns: repeat(2, minmax(0, max-content));
        margin-right: auto;
        margin-left: auto;
    }
}
