/* ============================================================
   Blogs – native v16 editorial feed
   Prefix: .v16-bl-
   ============================================================ */

/* ---- Hero ---- */
.v16-bl-hero {
    background: linear-gradient(
        135deg,
        rgba(10, 54, 82, 0.98) 0%,
        rgba(0, 88, 128, 0.94) 38%,
        rgba(14, 62, 94, 0.96) 68%,
        rgba(10, 54, 82, 0.99) 100%
    );
}

.v16-bl-hero::before {
    background:
        radial-gradient(circle at 12% 22%, rgba(102, 214, 231, 0.16) 0%, transparent 34%),
        radial-gradient(circle at 88% 58%, rgba(216, 180, 106, 0.12) 0%, transparent 32%),
        radial-gradient(circle at 50% 100%, rgba(91, 163, 245, 0.08) 0%, transparent 42%),
        linear-gradient(118deg, rgba(0, 104, 142, 0.24) 0%, transparent 56%);
}

.v16-bl-hero__glass-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(160px, 22vw, 220px);
}

.v16-bl-hero__svg {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 220px;
    display: block;
    margin: 0 auto;
}

.v16-bl-hero .v16-inner-hero__grid:has(.v16-inner-hero__visual--bl-featured) {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
    gap: clamp(18px, 2.6vw, 36px);
}

.v16-inner-hero__visual--bl-featured {
    display: flex;
    align-items: stretch;
    min-width: 0;
}

.v16-bl-featured {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: clamp(280px, 32vw, 390px);
}

.v16-bl-featured__card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    overflow: hidden;
    isolation: isolate;
    border-radius: 22px;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(145deg, rgba(7, 55, 99, 0.78), rgba(0, 102, 142, 0.46));
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 30px 72px rgba(4, 18, 32, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    outline: none;
    transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.v16-bl-featured__card::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 6;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(102, 214, 231, 0.62), rgba(255, 255, 255, 0.08) 38%, transparent 62%, rgba(244, 178, 78, 0.46));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.v16-bl-featured__card:hover,
.v16-bl-featured__card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow:
        0 38px 84px rgba(4, 18, 32, 0.48),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    text-decoration: none;
    color: inherit;
}

.v16-bl-featured__glow {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.v16-bl-featured__glow::before,
.v16-bl-featured__glow::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

.v16-bl-featured__glow::before {
    width: 180px;
    height: 180px;
    top: -52px;
    right: -28px;
    background: radial-gradient(circle, rgba(102, 214, 231, 0.34), transparent 68%);
}

.v16-bl-featured__glow::after {
    width: 150px;
    height: 150px;
    bottom: -40px;
    left: -24px;
    background: radial-gradient(circle, rgba(244, 178, 78, 0.28), transparent 68%);
}

.v16-bl-featured__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.v16-bl-featured__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.08);
    transition: transform 900ms ease;
}

.v16-bl-featured__card:hover .v16-bl-featured__media img,
.v16-bl-featured__card:focus-visible .v16-bl-featured__media img {
    transform: scale(1);
}

.v16-bl-featured__media.is-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 24% 28%, rgba(102, 214, 231, 0.22), transparent 48%),
        radial-gradient(circle at 78% 72%, rgba(0, 102, 142, 0.3), transparent 52%),
        linear-gradient(145deg, rgba(7, 55, 99, 0.94), rgba(0, 102, 142, 0.8));
}

.v16-bl-featured__media.is-fallback .v16-bl-hero__svg {
    max-width: 200px;
    opacity: 0.85;
}

.v16-bl-featured__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(4, 18, 32, 0.18) 0%, rgba(4, 18, 32, 0.08) 34%, rgba(4, 18, 32, 0.55) 68%, rgba(4, 18, 32, 0.92) 100%),
        linear-gradient(90deg, rgba(4, 18, 32, 0.28) 0%, transparent 58%);
}

.v16-bl-featured__head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 16px 0;
}

.v16-bl-featured__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(244, 178, 78, 0.92), rgba(216, 180, 106, 0.88));
    color: #2a1a04;
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(4, 18, 32, 0.28);
}

.v16-bl-featured__pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #073763;
    box-shadow: 0 0 0 0 rgba(7, 55, 99, 0.45);
    animation: v16BlFeaturedPulse 1.8s ease-out infinite;
}

.v16-bl-featured__cat {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(245, 251, 255, 0.94);
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.v16-bl-featured__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: grid;
    gap: 8px;
    justify-items: start;
    padding: 28px 20px 20px;
}

.v16-bl-featured__title {
    margin: 0;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.05rem, 1.8vw, 1.42rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 16px rgba(4, 18, 32, 0.55);
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.v16-bl-featured__excerpt {
    color: rgba(228, 244, 255, 0.86);
    font-size: 0.84rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.v16-bl-featured__meta {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: rgba(190, 225, 245, 0.82);
    font-size: 0.75rem;
    font-weight: 600;
}

.v16-bl-featured__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffffff, #eaf7fc);
    color: #073763;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 20px rgba(4, 18, 32, 0.3);
    transition: transform 160ms ease, box-shadow 160ms ease, color 180ms ease;
}

.v16-bl-featured__cta svg {
    width: 14px !important;
    height: 14px !important;
    max-width: 14px;
    max-height: 14px;
    flex-shrink: 0;
    transition: transform 160ms ease;
}

.v16-bl-featured__card:hover .v16-bl-featured__cta,
.v16-bl-featured__card:focus-visible .v16-bl-featured__cta {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(4, 18, 32, 0.36);
    color: #00668e;
}

.v16-bl-featured__card:hover .v16-bl-featured__cta svg,
.v16-bl-featured__card:focus-visible .v16-bl-featured__cta svg {
    transform: translateX(3px);
}

@keyframes v16BlFeaturedPulse {
    0% { box-shadow: 0 0 0 0 rgba(7, 55, 99, 0.45); }
    70% { box-shadow: 0 0 0 8px rgba(7, 55, 99, 0); }
    100% { box-shadow: 0 0 0 0 rgba(7, 55, 99, 0); }
}

@media (max-width: 820px) {
    .v16-bl-hero .v16-inner-hero__grid:has(.v16-inner-hero__visual--bl-featured) {
        grid-template-columns: minmax(0, 1fr);
    }

    .v16-bl-hero .v16-inner-hero__visual--bl-featured {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .v16-bl-featured {
        min-height: 280px;
    }

    .v16-bl-featured__excerpt {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .v16-bl-featured__card,
    .v16-bl-featured__media img,
    .v16-bl-featured__cta,
    .v16-bl-featured__cta svg {
        transition: none;
    }

    .v16-bl-featured__media img {
        transform: none;
    }

    .v16-bl-featured__pulse {
        animation: none;
    }
}

/* ---- Page atmosphere ---- */
.v16-bl-page {
    position: relative;
    padding-bottom: clamp(52px, 8vw, 96px);
    background:
        radial-gradient(ellipse 90% 54% at 8% 0%, rgba(102, 214, 231, 0.11), transparent 54%),
        radial-gradient(ellipse 70% 46% at 92% 4%, rgba(216, 180, 106, 0.07), transparent 48%),
        linear-gradient(180deg, #e6f2f8 0%, #f2f8fb 42%, #ffffff 100%);
}

.v16-bl-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(0, 104, 142, 0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    opacity: 0.48;
}

.v16-bl-page > .container {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.v16-bl-page .v16-inner-layout,
.v16-bl-page .v16-inner-content {
    min-width: 0;
    max-width: 100%;
}

.v16-bl-page .v16-inner-layout {
    padding-top: clamp(20px, 3.5vw, 36px);
    min-width: 0;
}

.v16-bl-shell {
    min-width: 0;
}

/* ---- Feed block ---- */
.v16-bl-feed {
    display: grid;
    gap: clamp(16px, 2.5vw, 22px);
    scroll-margin-top: 96px;
}

.v16-bl-feed__intro {
    padding: clamp(20px, 3vw, 28px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(232, 246, 252, 0.72) 100%);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 16px 44px rgba(10, 54, 82, 0.07);
}

.v16-bl-feed__intro h2 {
    margin: 0 0 10px;
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.v16-bl-feed__intro p {
    margin: 0;
    color: rgba(10, 54, 82, 0.72);
    font-size: 0.96rem;
    line-height: 1.68;
}

.v16-bl-feed__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    padding: 12px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 10px 28px rgba(10, 54, 82, 0.06);
}

.v16-bl-feed__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.v16-bl-feed__chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 104, 142, 0.14);
    background: rgba(255, 255, 255, 0.72);
    color: rgba(10, 54, 82, 0.78);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.v16-bl-feed__chip:hover,
.v16-bl-feed__chip:focus-visible {
    border-color: rgba(0, 104, 142, 0.28);
    color: #00668e;
    outline: none;
}

.v16-bl-feed__chip.is-active {
    border-color: #00668e;
    background: linear-gradient(135deg, #00668e, #0a3652);
    color: #fff;
}

.v16-bl-feed__search {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: min(100%, 260px);
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 104, 142, 0.14);
    background: rgba(255, 255, 255, 0.82);
}

.v16-bl-feed__search:focus-within {
    border-color: rgba(0, 104, 142, 0.32);
    box-shadow: 0 0 0 3px rgba(0, 104, 142, 0.1);
}

.v16-bl-feed__search svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px;
    max-height: 16px;
    color: rgba(10, 54, 82, 0.48);
    flex-shrink: 0;
}

.v16-bl-feed__search input {
    flex: 1;
    min-width: 0;
    padding: 10px 0;
    border: 0;
    background: transparent;
    outline: none;
    color: #0a3652;
    font-size: 0.88rem;
}

.v16-bl-feed__search input::placeholder {
    color: rgba(10, 54, 82, 0.42);
}

.v16-bl-feed__filter {
    margin: 0;
    padding: 0 4px;
    color: rgba(10, 54, 82, 0.62);
    font-size: 0.88rem;
    font-weight: 600;
}

/* ---- Post list ---- */
.v16-bl-feed__list {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 18px 48px rgba(10, 54, 82, 0.08);
    overflow: hidden;
}

.v16-bl-feed__row {
    position: relative;
    display: grid;
    grid-template-columns: clamp(72px, 10vw, 104px) minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(14px, 2vw, 20px);
    padding: clamp(14px, 2vw, 18px) clamp(16px, 2.2vw, 22px);
    border-bottom: 1px solid rgba(10, 54, 82, 0.07);
    color: inherit;
    text-decoration: none;
    transition: background 220ms ease;
}

.v16-bl-feed__row:last-child {
    border-bottom: 0;
}

.v16-bl-feed__row::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14%;
    bottom: 14%;
    width: 3px;
    border-radius: 999px;
    background: transparent;
    transform: scaleY(0.55);
    transition: background 220ms ease, transform 220ms ease;
}

.v16-bl-feed__row:hover,
.v16-bl-feed__row:focus-visible {
    background: rgba(0, 104, 142, 0.045);
    outline: none;
}

.v16-bl-feed__row:hover::before,
.v16-bl-feed__row:focus-visible::before {
    background: linear-gradient(180deg, rgba(102, 214, 231, 0.95), #00668e);
    transform: scaleY(1);
}

.v16-bl-feed__thumb {
    display: block;
    aspect-ratio: 1;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(10, 54, 82, 0.1), rgba(0, 104, 142, 0.14));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.v16-bl-feed__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 380ms ease;
}

.v16-bl-feed__row:hover .v16-bl-feed__thumb img,
.v16-bl-feed__row:focus-visible .v16-bl-feed__thumb img {
    transform: scale(1.06);
}

.v16-bl-feed__copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.v16-bl-feed__cat {
    color: #00668e;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.v16-bl-feed__title {
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: clamp(0.94rem, 1.3vw, 1.08rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.015em;
    transition: color 180ms ease;
}

.v16-bl-feed__row:hover .v16-bl-feed__title,
.v16-bl-feed__row:focus-visible .v16-bl-feed__title {
    color: #00668e;
}

.v16-bl-feed__excerpt {
    color: rgba(10, 54, 82, 0.62);
    font-size: 0.84rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.v16-bl-feed__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: rgba(10, 54, 82, 0.5);
    font-size: 0.72rem;
    font-weight: 600;
}

.v16-bl-feed__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(0, 104, 142, 0.14);
    background: rgba(255, 255, 255, 0.82);
    color: #00668e;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.v16-bl-feed__arrow svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px;
    max-height: 16px;
    flex-shrink: 0;
}

.v16-bl-feed__row:hover .v16-bl-feed__arrow,
.v16-bl-feed__row:focus-visible .v16-bl-feed__arrow {
    opacity: 1;
    transform: translateX(0);
    border-color: rgba(0, 104, 142, 0.28);
    background: rgba(232, 246, 252, 0.95);
}

.v16-bl-feed__empty {
    padding: clamp(40px, 6vw, 72px) 20px;
    border-radius: 24px;
    border: 1.5px dashed rgba(0, 104, 142, 0.22);
    background: rgba(255, 255, 255, 0.62);
    color: rgba(10, 54, 82, 0.58);
    font-size: 0.98rem;
    text-align: center;
}

/* ---- Pagination ---- */
.v16-bl-pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 14px 36px rgba(10, 54, 82, 0.08);
}

.v16-bl-pager__btn,
.v16-bl-pager__page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 42px;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 104, 142, 0.12);
    background: rgba(255, 255, 255, 0.72);
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    overflow: hidden;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.v16-bl-pager__btn {
    width: 42px;
    height: 42px;
    max-width: 42px;
    padding: 0;
    flex: 0 0 42px;
}

.v16-bl-pager__btn svg {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    flex: 0 0 18px;
    display: block;
}

.v16-bl-pager__btn:hover,
.v16-bl-pager__page:hover,
.v16-bl-pager__btn:focus-visible,
.v16-bl-pager__page:focus-visible {
    border-color: rgba(0, 104, 142, 0.28);
    background: rgba(232, 246, 252, 0.98);
    color: #00668e;
    transform: translateY(-1px);
    outline: none;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(10, 54, 82, 0.08);
}

.v16-bl-pager__page.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, #00668e, #0a3652);
    color: #fff;
    box-shadow: 0 10px 22px rgba(10, 54, 82, 0.2);
}

.v16-bl-pager__btn.is-disabled {
    opacity: 0.38;
    pointer-events: none;
}

.v16-bl-pager__ellipsis {
    color: rgba(10, 54, 82, 0.42);
    font-weight: 700;
    padding: 0 4px;
}

.v16-bl-pager__info {
    margin-left: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(0, 104, 142, 0.08);
    color: rgba(10, 54, 82, 0.68);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

@media (max-width: 679.98px) {
    .v16-bl-pager {
        border-radius: 22px;
        gap: 6px;
    }

    .v16-bl-pager__info {
        width: 100%;
        margin: 4px 0 0;
        text-align: center;
    }
}

/* ---- Responsive ---- */
@media (max-width: 679.98px) {
    .v16-bl-feed__toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .v16-bl-feed__search {
        width: 100%;
        min-width: 0;
    }

    .v16-bl-feed__row {
        grid-template-columns: 64px minmax(0, 1fr);
        grid-template-areas:
            "thumb copy"
            "thumb arrow";
        align-items: start;
        gap: 10px 14px;
    }

    .v16-bl-feed__thumb { grid-area: thumb; }
    .v16-bl-feed__copy { grid-area: copy; }
    .v16-bl-feed__arrow {
        grid-area: arrow;
        justify-self: start;
        margin-left: 78px;
        opacity: 0.7;
        transform: none;
    }

    .v16-bl-feed__excerpt {
        display: none;
    }
}

/* ---- Single article ---- */
.v16-bl-shell--article {
    max-width: 860px;
    width: 100%;
    min-width: 0;
    margin-inline: auto;
}

.v16-bl-hero.v16-bl-hero--article {
    padding: clamp(16px, 2.2vw, 28px) 0 clamp(16px, 2.2vw, 24px);
}

.v16-bl-hero.v16-bl-hero--article .v16-inner-hero__grid {
    align-items: center;
    gap: clamp(12px, 2vw, 24px);
}

.v16-bl-hero.v16-bl-hero--article .v16-inner-hero__visual {
    max-width: 180px;
    justify-self: end;
}

.v16-bl-hero.v16-bl-hero--article .v16-inner-hero__glass-card,
.v16-bl-hero.v16-bl-hero--article .v16-bl-hero__glass-card {
    aspect-ratio: 1;
    min-height: 0;
    max-height: 160px;
    padding: 16px;
}

.v16-bl-hero.v16-bl-hero--article .v16-bl-hero__svg {
    max-width: 120px;
}

.v16-bl-hero.v16-bl-hero--article .v16-inner-hero__section-nav {
    margin-bottom: clamp(10px, 1.6vw, 16px);
}

.v16-bl-hero__content--article {
    max-width: 860px;
}

.v16-bl-hero__content--article h1 {
    margin: 12px 0 0;
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

.v16-bl-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.86rem;
    font-weight: 600;
}

.v16-bl-article__cat {
    color: #9ee8f4;
    text-decoration: none;
}

.v16-bl-article__cat:hover {
    text-decoration: underline;
}

.v16-bl-article {
    padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 48px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 18px 48px rgba(10, 54, 82, 0.08);
    overflow-wrap: anywhere;
    word-break: break-word;
    overflow-x: auto;
    max-width: 100%;
    min-width: 0;
}

.v16-bl-article__cover {
    margin: 0 0 clamp(18px, 2.4vw, 24px);
    border-radius: 18px;
    overflow: hidden;
    height: clamp(140px, 20vw, 220px);
    box-shadow: 0 12px 32px rgba(10, 54, 82, 0.12);
}

.v16-bl-article__cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ---- Article prose ---- */
.v16-bl-prose {
    max-width: min(72ch, 100%);
    margin-inline: auto;
    min-width: 0;
    font-family: var(--font-reading, "Lora", Georgia, "Noto Serif Georgian", serif);
    font-size: 1.0625rem;
    line-height: 1.88;
    letter-spacing: 0.012em;
    color: rgba(10, 54, 82, 0.92);
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
}

[data-lang="ka"] .v16-bl-prose {
    font-size: 1.05rem;
    line-height: 1.92;
    letter-spacing: 0.008em;
}

.v16-bl-prose > *:first-child {
    margin-top: 0;
}

.v16-bl-prose > *:last-child {
    margin-bottom: 0;
}

.v16-bl-prose p {
    margin: 0 0 1.15em;
    text-align: justify;
    text-justify: inter-word;
}

.v16-bl-prose p:first-of-type {
    font-size: 1.08em;
    line-height: 1.82;
    color: rgba(10, 54, 82, 0.82);
}

.v16-bl-prose h1,
.v16-bl-prose h2,
.v16-bl-prose h3,
.v16-bl-prose h4,
.v16-bl-prose h5,
.v16-bl-prose h6 {
    font-family: var(--font-heading);
    color: #0a3652;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: -0.015em;
    text-align: start;
    hyphens: none;
}

.v16-bl-prose h2 {
    margin: 2em 0 0.65em;
    font-size: clamp(1.28rem, 2.2vw, 1.55rem);
    padding-bottom: 0.35em;
    border-bottom: 1px solid rgba(0, 104, 142, 0.12);
}

.v16-bl-prose h3 {
    margin: 1.65em 0 0.55em;
    font-size: clamp(1.12rem, 1.8vw, 1.28rem);
}

.v16-bl-prose h4 {
    margin: 1.45em 0 0.45em;
    font-size: 1.08rem;
}

.v16-bl-prose h5,
.v16-bl-prose h6 {
    margin: 1.25em 0 0.4em;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(10, 54, 82, 0.78);
}

[data-lang="ka"] .v16-bl-prose h2 {
    font-size: clamp(1.2rem, 2vw, 1.42rem);
}

[data-lang="ka"] .v16-bl-prose h3 {
    font-size: clamp(1.08rem, 1.6vw, 1.18rem);
}

.v16-bl-prose a {
    color: #00668e;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(0, 104, 142, 0.38);
    transition: text-decoration-color 180ms ease, color 180ms ease;
}

.v16-bl-prose a:hover,
.v16-bl-prose a:focus-visible {
    color: #0a3652;
    text-decoration-color: #00668e;
    outline: none;
}

.v16-bl-prose strong,
.v16-bl-prose b {
    font-weight: 700;
    color: #0a3652;
}

.v16-bl-prose em,
.v16-bl-prose i {
    font-style: italic;
}

.v16-bl-prose u {
    text-underline-offset: 3px;
}

.v16-bl-prose blockquote {
    margin: 1.6em 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid #00668e;
    background: linear-gradient(90deg, rgba(232, 246, 252, 0.95), rgba(255, 255, 255, 0.4));
    border-radius: 0 14px 14px 0;
    color: rgba(10, 54, 82, 0.82);
    font-style: italic;
    text-align: start;
}

.v16-bl-prose blockquote p {
    margin-bottom: 0.65em;
    text-align: start;
}

.v16-bl-prose blockquote p:last-child {
    margin-bottom: 0;
}

.v16-bl-prose ul,
.v16-bl-prose ol {
    margin: 0 0 1.25em;
    padding-left: 1.45em;
    text-align: start;
}

.v16-bl-prose li {
    margin-bottom: 0.45em;
    padding-left: 0.2em;
}

.v16-bl-prose li::marker {
    color: #00668e;
}

.v16-bl-prose img,
.v16-bl-prose iframe,
.v16-bl-prose video,
.v16-bl-prose table {
    max-width: 100%;
}

.v16-bl-prose img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.6em auto;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(10, 54, 82, 0.1);
    float: none !important;
}

.v16-bl-prose img[style*="float"] {
    float: none !important;
    margin-inline: auto !important;
}

.v16-bl-prose hr {
    margin: 2em 0;
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 104, 142, 0.22), transparent);
}

.v16-bl-prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.4em 0;
    font-size: 0.94rem;
    text-align: start;
}

.v16-bl-prose th,
.v16-bl-prose td {
    padding: 10px 12px;
    border: 1px solid rgba(10, 54, 82, 0.1);
    vertical-align: top;
}

.v16-bl-prose th {
    background: rgba(232, 246, 252, 0.8);
    color: #0a3652;
    font-weight: 700;
}

.v16-bl-prose pre,
.v16-bl-prose code {
    font-family: ui-monospace, "Cascadia Code", monospace;
    font-size: 0.9em;
}

.v16-bl-prose pre {
    overflow-x: auto;
    margin: 1.4em 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(10, 54, 82, 0.06);
    text-align: start;
}

.v16-bl-prose .separator {
    clear: both;
    display: block;
    height: 0;
}

.v16-bl-table-wrap {
    overflow-x: auto;
    margin: 1.4em 0;
    border-radius: 12px;
    border: 1px solid rgba(10, 54, 82, 0.08);
}

.v16-bl-figure {
    margin: 1.6em 0;
    text-align: center;
}

.v16-bl-figure img {
    margin: 0 auto 0.65em;
}

.v16-bl-figure figcaption {
    margin-top: 8px;
    color: rgba(10, 54, 82, 0.62);
    font-size: 0.88rem;
    font-style: italic;
    text-align: center;
}

.v16-bl-article__tags,
.v16-bl-article__share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    max-width: 72ch;
    margin-inline: auto;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(10, 54, 82, 0.08);
    color: rgba(10, 54, 82, 0.62);
    font-size: 0.88rem;
    font-weight: 600;
    text-align: start;
}

.v16-bl-article__tag {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(0, 104, 142, 0.08);
    color: #00668e;
}

.v16-bl-article__share-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 104, 142, 0.16);
    background: rgba(255, 255, 255, 0.82);
    color: #00668e;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.v16-bl-article__share-btn:hover {
    border-color: rgba(0, 104, 142, 0.28);
    background: rgba(232, 246, 252, 0.95);
}

.v16-bl-related {
    margin-top: clamp(20px, 3vw, 28px);
}

.v16-bl-related h2 {
    margin: 0 0 14px;
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    font-weight: 700;
}

@media (max-width: 820px) {
    .v16-bl-hero.v16-bl-hero--article .v16-inner-hero__visual {
        display: none;
    }

    .v16-bl-article__cover {
        height: 160px;
    }
}

@media (max-width: 679.98px) {
    .v16-bl-article {
        padding: 22px 18px;
    }

    .v16-bl-prose {
        font-size: 1rem;
        line-height: 1.84;
        text-align: start;
    }

    .v16-bl-prose p {
        text-align: start;
    }

    .v16-bl-article__cover {
        height: 140px;
    }
}
