:root {
    --ba-blue: #095bff;
    --ba-blue-dark: #063cba;
    --ba-cyan: #3cc4b1;
    --ba-ink: #071a3a;
    --ba-muted: #65748a;
    --ba-line: rgba(9, 91, 255, 0.12);
    --ba-glass: rgba(255, 255, 255, 0.82);
    --ba-shadow: 0 30px 90px rgba(7, 31, 78, 0.13);
    --ba-shadow-strong: 0 42px 120px rgba(7, 31, 78, 0.19);
    --ba-ease: cubic-bezier(.16, 1, .3, 1);
}

html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    overflow-x: hidden;
    background: #f6faff;
}

/*
 * Blog ve haberler herkese açık bir alandır. Üye oturumu açık olsa bile
 * panelin sol menüsü ile tema içi üye header'ı kullanılmaz; Kullanım
 * Koşulları sayfasındaki ortak public header düzeni korunur.
 */
body > .header-field,
body > header.header-field,
body > .navbar-section,
body > aside.navbar-section,
.sidebar-section {
    display: none !important;
}

.ba-blog-layout--member,
.ba-blog-layout--guest {
    margin-left: 0 !important;
    padding-top: calc(62px + env(safe-area-inset-top, 0px));
}

.ba-blog-page,
.ba-blog-page * {
    box-sizing: border-box;
}

.ba-blog-page {
    position: relative;
    isolation: isolate;
    min-height: 100dvh;
    overflow: hidden;
    color: var(--ba-ink);
    background:
        radial-gradient(circle at 8% 2%, rgba(9, 91, 255, 0.15), transparent 30%),
        radial-gradient(circle at 92% 7%, rgba(60, 196, 177, 0.17), transparent 32%),
        linear-gradient(180deg, #f8fbff 0%, #eef5ff 46%, #f9fbff 100%);
}

.ba-blog-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.42;
    background-image:
        linear-gradient(rgba(9, 91, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(9, 91, 255, 0.05) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 90%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 90%, transparent);
}

.ba-blog-page::after {
    content: "";
    position: absolute;
    top: 420px;
    right: -230px;
    z-index: -1;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(60, 196, 177, 0.2), transparent 68%);
    filter: blur(16px);
}

.ba-blog-shell {
    width: min(1240px, calc(100% - 44px));
    margin-right: auto;
    margin-left: auto;
}

.ba-blog-layout--guest {
    padding-top: calc(62px + env(safe-area-inset-top, 0px));
}

.ba-blog-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 8px 15px;
    border: 1px solid rgba(9, 91, 255, 0.13);
    border-radius: 999px;
    color: #0748c9;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 46px rgba(9, 91, 255, 0.1);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.ba-blog-kicker i {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--ba-cyan);
    box-shadow: 0 0 0 6px rgba(60, 196, 177, 0.11);
}

.ba-blog-hero {
    padding: clamp(72px, 7vw, 118px) 0 clamp(58px, 6vw, 92px);
}

.ba-blog-hero__copy {
    max-width: 960px;
    margin: 0 auto 42px;
    text-align: center;
}

.ba-blog-hero__copy h1 {
    margin: 25px auto 18px;
    color: #061735;
    font-size: clamp(52px, 7.1vw, 104px);
    font-weight: 950;
    line-height: 0.9;
    letter-spacing: -0.076em;
}

.ba-blog-hero__copy h1 span {
    color: transparent;
    background: linear-gradient(100deg, #095bff 0%, #0a367f 50%, #3cc4b1 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.ba-blog-hero__copy p {
    max-width: 790px;
    margin: 0 auto;
    color: #586980;
    font-size: clamp(17px, 1.55vw, 21px);
    font-weight: 560;
    line-height: 1.72;
    letter-spacing: -0.018em;
}

.ba-slider {
    position: relative;
}

.ba-slider__viewport {
    position: relative;
}

.ba-slider__slide {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(26px, 0, 0) scale(0.985);
    transition:
        opacity 0.52s ease,
        visibility 0.52s ease,
        transform 0.62s var(--ba-ease);
}

.ba-slider__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

.ba-featured-slider {
    max-width: 1120px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 44px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: var(--ba-shadow-strong);
    -webkit-backdrop-filter: blur(28px) saturate(1.08);
    backdrop-filter: blur(28px) saturate(1.08);
}

.ba-featured-slide {
    display: grid;
    grid-template-columns: minmax(0, 1.24fr) minmax(330px, 0.76fr);
    min-height: 500px;
    overflow: hidden;
    border-radius: 32px;
    background:
        radial-gradient(circle at 96% 4%, rgba(60, 196, 177, 0.2), transparent 34%),
        linear-gradient(145deg, #061735 0%, #082965 62%, #095bff 100%);
}

.ba-featured-slide__image {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 500px;
    overflow: hidden;
}

.ba-featured-slide__image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(6, 23, 53, 0) 58%, rgba(6, 23, 53, 0.64) 100%);
}

.ba-featured-slide__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    transform: scale(1.015);
    transition: transform 0.7s var(--ba-ease), filter 0.4s ease;
}

.ba-featured-slide__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(34px, 4vw, 58px);
    color: #fff;
}

.ba-featured-slide__eyebrow {
    align-self: flex-start;
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.ba-featured-slide__content h2 {
    margin: 20px 0 0;
    color: #fff;
    font-size: clamp(34px, 3.2vw, 54px);
    font-weight: 950;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.ba-featured-slide__content h2 a {
    color: inherit;
    text-decoration: none;
}

.ba-featured-slide__content p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    font-weight: 560;
    line-height: 1.72;
}

.ba-featured-slide__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 26px;
    color: rgba(255, 255, 255, 0.63);
    font-size: 12px;
    font-weight: 760;
}

.ba-featured-slide__read {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 15px;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}

.ba-featured-slide__read b {
    transition: transform 0.2s ease;
}

.ba-slider__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 46px;
    padding: 14px 4px 0;
}

.ba-slider__arrow {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(9, 91, 255, 0.13);
    border-radius: 14px;
    color: #095bff;
    background: rgba(255, 255, 255, 0.83);
    box-shadow: 0 13px 32px rgba(7, 31, 78, 0.09);
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.ba-slider__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.ba-slider__dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(9, 91, 255, 0.22);
    cursor: pointer;
    transition: width 0.24s var(--ba-ease), background 0.24s ease;
}

.ba-slider__dot.is-active {
    width: 25px;
    background: var(--ba-blue);
}

.ba-blog-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 32px;
}

.ba-blog-categories a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(9, 91, 255, 0.12);
    border-radius: 999px;
    color: #144994;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 13px 30px rgba(7, 31, 78, 0.07);
    text-decoration: none;
    font-size: 13px;
    font-weight: 850;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.ba-blog-categories a.is-active {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, #095bff, #1d7cff);
    box-shadow: 0 16px 34px rgba(9, 91, 255, 0.23);
}

.ba-blog-list-section,
.ba-related-section {
    padding: 0 0 clamp(92px, 9vw, 144px);
}

.ba-blog-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 28px;
}

.ba-blog-section-heading > div > span {
    color: var(--ba-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ba-blog-section-heading h2 {
    margin: 8px 0 0;
    color: #061735;
    font-size: clamp(38px, 4vw, 62px);
    font-weight: 950;
    line-height: 0.98;
    letter-spacing: -0.062em;
}

.ba-blog-section-heading > p {
    max-width: 420px;
    margin: 0;
    color: var(--ba-muted);
    font-size: 15px;
    font-weight: 560;
    line-height: 1.65;
    text-align: right;
}

.ba-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.ba-blog-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 34px;
    background: var(--ba-glass);
    box-shadow: var(--ba-shadow);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    transition: transform 0.25s var(--ba-ease), box-shadow 0.25s ease, border-color 0.25s ease;
}

.ba-blog-card__image {
    position: relative;
    height: 226px;
    display: block;
    margin: 20px 20px 0;
    overflow: hidden;
    border-radius: 25px;
    background: linear-gradient(145deg, #061735, #095bff);
    text-decoration: none;
}

.ba-blog-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(6, 23, 53, 0.02), rgba(6, 23, 53, 0.22));
}

.ba-blog-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.015);
    transition: transform 0.6s var(--ba-ease), filter 0.35s ease;
}

.ba-blog-card__category {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #fff;
    background: rgba(6, 23, 53, 0.28);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    font-size: 12px;
    font-weight: 900;
}

.ba-blog-card__body {
    padding: 25px 22px 23px;
}

.ba-blog-card__body h2 {
    margin: 0;
    color: #082148;
    font-size: clamp(25px, 2.05vw, 34px);
    font-weight: 950;
    line-height: 1.07;
    letter-spacing: -0.055em;
}

.ba-blog-card__body h2 a {
    color: inherit;
    text-decoration: none;
}

.ba-blog-card__body p {
    margin: 15px 0 0;
    color: var(--ba-muted);
    font-size: 15px;
    font-weight: 550;
    line-height: 1.7;
}

.ba-blog-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 19px;
    color: #8290a3;
    font-size: 12px;
    font-weight: 760;
}

.ba-blog-card__read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--ba-blue);
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
}

.ba-blog-card__read span {
    transition: transform 0.2s ease;
}

.ba-blog-pagination {
    margin-top: 36px;
}

.ba-blog-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}

.ba-blog-pagination .page-numbers {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(9, 91, 255, 0.12);
    border-radius: 14px;
    color: #164b98;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 13px 28px rgba(7, 31, 78, 0.07);
    text-decoration: none;
    font-size: 13px;
    font-weight: 850;
}

.ba-blog-pagination .page-numbers.current {
    border-color: transparent;
    color: #fff;
    background: var(--ba-blue);
}

.ba-blog-empty {
    display: grid;
    gap: 8px;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: var(--ba-shadow);
    color: var(--ba-muted);
    text-align: center;
}

.ba-blog-empty strong {
    color: var(--ba-ink);
    font-size: 21px;
}

.ba-blog-empty span {
    font-size: 15px;
}

.ba-blog-single {
    padding-bottom: 0;
}

.ba-article {
    padding-top: clamp(62px, 7vw, 106px);
    padding-bottom: clamp(78px, 8vw, 122px);
}

.ba-article__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px;
}

.ba-article__topline a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(9, 91, 255, 0.12);
    border-radius: 999px;
    color: #095bff;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 34px rgba(7, 31, 78, 0.07);
    text-decoration: none;
    font-size: 13px;
    font-weight: 850;
}

.ba-article__cover {
    position: relative;
    width: 100%;
    height: min(54vw, 650px);
    min-height: 390px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 44px;
    background: linear-gradient(145deg, #061735, #095bff);
    box-shadow: var(--ba-shadow-strong);
}

.ba-article__cover::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.ba-article__cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ba-article__header {
    max-width: 1040px;
    margin: clamp(38px, 5vw, 68px) auto 30px;
    text-align: center;
}

.ba-article__header h1 {
    margin: 23px auto 0;
    color: #061735;
    font-size: clamp(43px, 6vw, 82px);
    font-weight: 950;
    line-height: 0.95;
    letter-spacing: -0.068em;
}

.ba-article__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.ba-article__meta span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(9, 91, 255, 0.1);
    border-radius: 999px;
    color: #64748b;
    background: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: 800;
}

.ba-article__content {
    width: min(960px, 100%);
    margin: 0 auto;
    padding: clamp(28px, 4.4vw, 56px);
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 42px;
    color: #293a53;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--ba-shadow);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    font-size: 18px;
    font-weight: 510;
    line-height: 1.88;
}

.ba-article__content > *:first-child {
    margin-top: 0;
}

.ba-article__content > *:last-child {
    margin-bottom: 0;
}

.ba-article__content p,
.ba-article__content ul,
.ba-article__content ol,
.ba-article__content blockquote {
    margin: 0 0 1.25em;
}

.ba-article__content h2,
.ba-article__content h3,
.ba-article__content h4 {
    margin: 1.35em 0 0.55em;
    color: #061735;
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -0.042em;
}

.ba-article__content h2 {
    font-size: clamp(30px, 3.3vw, 45px);
}

.ba-article__content h3 {
    font-size: clamp(25px, 2.7vw, 35px);
}

.ba-article__content a {
    color: var(--ba-blue);
    font-weight: 800;
}

.ba-article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 25px;
    box-shadow: 0 20px 58px rgba(7, 31, 78, 0.12);
}

.ba-article__content blockquote {
    padding: 18px 22px;
    border-left: 4px solid var(--ba-blue);
    border-radius: 0 18px 18px 0;
    background: rgba(9, 91, 255, 0.06);
}

.ba-related-heading {
    padding-top: clamp(16px, 3vw, 40px);
}

.ba-related-slider {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--ba-shadow);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}

.ba-related-slide {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    min-height: 390px;
    overflow: hidden;
    border-radius: 29px;
    background:
        radial-gradient(circle at 95% 10%, rgba(60, 196, 177, 0.15), transparent 31%),
        linear-gradient(145deg, #fff, #f4f8ff);
}

.ba-related-slide__image {
    display: block;
    min-width: 0;
    min-height: 390px;
    overflow: hidden;
    background: linear-gradient(145deg, #061735, #095bff);
}

.ba-related-slide__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
    transform: scale(1.015);
    transition: transform 0.65s var(--ba-ease);
}

.ba-related-slide__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(32px, 4.5vw, 62px);
}

.ba-related-slide__content > span {
    align-self: flex-start;
    color: var(--ba-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ba-related-slide__content h3 {
    margin: 14px 0 0;
    color: #061735;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 950;
    line-height: 0.99;
    letter-spacing: -0.064em;
}

.ba-related-slide__content h3 a {
    color: inherit;
    text-decoration: none;
}

.ba-related-slide__content p {
    margin: 17px 0 0;
    color: var(--ba-muted);
    font-size: 15px;
    font-weight: 550;
    line-height: 1.72;
}

.ba-related-slide__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 24px;
}

.ba-related-slide__bottom small {
    color: #8491a3;
    font-size: 12px;
    font-weight: 760;
}

.ba-related-slide__bottom a {
    flex: 0 0 auto;
    color: var(--ba-blue);
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
}

.ba-reveal {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
}

/* JS çalışmazsa içerik ASLA gizli kalmaz. blog.js çalıştığında eski reveal animasyonu korunur. */
html.ba-js .ba-reveal {
    opacity: 0;
    filter: blur(7px);
    transform: translate3d(0, 28px, 0) scale(0.99);
    transition:
        opacity 0.7s ease var(--ba-delay, 0ms),
        filter 0.7s ease var(--ba-delay, 0ms),
        transform 0.72s var(--ba-ease) var(--ba-delay, 0ms);
}

html.ba-js .ba-reveal.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
}

@media (hover: hover) and (pointer: fine) {
    .ba-featured-slide__image:hover img,
    .ba-related-slide__image:hover img {
        transform: scale(1.065);
    }

    .ba-featured-slide__read:hover b,
    .ba-blog-card__read:hover span {
        transform: translateX(4px);
    }

    .ba-blog-categories a:hover {
        color: #fff;
        background: var(--ba-blue);
        transform: translateY(-2px);
    }

    .ba-blog-card:hover {
        border-color: rgba(9, 91, 255, 0.2);
        box-shadow: var(--ba-shadow-strong);
        transform: translateY(-8px);
    }

    .ba-blog-card:hover .ba-blog-card__image img {
        transform: scale(1.075);
    }
}

@media (max-width: 1080px) {
    html body .ba-blog-page :is(p, a, button, label, small) {
        font-size: inherit !important;
    }

    html body .ba-blog-page .ba-blog-kicker,
    html body .ba-blog-page .ba-blog-categories a,
    html body .ba-blog-page .ba-featured-slide__read,
    html body .ba-blog-page .ba-article__topline a,
    html body .ba-blog-page .ba-blog-pagination .page-numbers {
        font-size: 13px !important;
    }

    html body .ba-blog-page .ba-blog-hero__copy p {
        font-size: clamp(17px, 2.5vw, 20px) !important;
    }

    html body .ba-blog-page .ba-blog-card__body p,
    html body .ba-blog-page .ba-featured-slide__content p,
    html body .ba-blog-page .ba-blog-section-heading > p,
    html body .ba-blog-page .ba-related-slide__content p {
        font-size: 15px !important;
    }

    html body .ba-blog-page .ba-blog-card__read,
    html body .ba-blog-page .ba-related-slide__bottom a {
        font-size: 14px !important;
    }

    html body .ba-blog-page .ba-article__content,
    html body .ba-blog-page .ba-article__content :is(p, a, li, blockquote) {
        font-size: 17px !important;
    }

    .ba-blog-hero {
        padding-top: clamp(54px, 8vw, 86px);
    }

    .ba-featured-slide {
        grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
        min-height: 460px;
    }

    .ba-featured-slide__image,
    .ba-featured-slide__image img {
        min-height: 460px;
    }

    .ba-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ba-blog-card__body h2 {
        font-size: clamp(28px, 3.7vw, 38px);
    }

    .ba-article__cover {
        height: min(58vw, 610px);
    }
}

@media (max-width: 760px) {
    .ba-blog-shell {
        width: min(100% - 24px, 1240px);
    }

    .ba-blog-hero {
        padding: 46px 0 62px;
    }

    .ba-blog-hero__copy {
        margin-bottom: 28px;
    }

    .ba-blog-hero__copy h1 {
        margin-top: 20px;
        font-size: clamp(45px, 13vw, 66px);
        line-height: 0.93;
        letter-spacing: -0.069em;
    }

    html body .ba-blog-page .ba-blog-hero__copy p {
        font-size: 16px !important;
        line-height: 1.65;
    }

    .ba-featured-slider {
        padding: 10px;
        border-radius: 32px;
    }

    .ba-featured-slide {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 24px;
    }

    .ba-featured-slide__image,
    .ba-featured-slide__image img {
        min-height: 0;
        height: 255px;
    }

    .ba-featured-slide__image::after {
        background: linear-gradient(180deg, rgba(6, 23, 53, 0) 54%, rgba(6, 23, 53, 0.4) 100%);
    }

    .ba-featured-slide__content {
        padding: 26px 23px 27px;
    }

    .ba-featured-slide__content h2 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .ba-featured-slide__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .ba-slider__controls {
        padding-top: 11px;
    }

    .ba-slider__arrow {
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .ba-blog-categories {
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: calc(100% + 12px);
        margin-right: -12px;
        padding: 0 12px 7px 0;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
    }

    .ba-blog-categories::-webkit-scrollbar {
        display: none;
    }

    .ba-blog-categories a {
        flex: 0 0 auto;
    }

    .ba-blog-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 22px;
    }

    .ba-blog-section-heading > p {
        max-width: 620px;
        text-align: left;
    }

    .ba-blog-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ba-blog-card {
        border-radius: 29px;
    }

    .ba-blog-card__image {
        height: 220px;
        margin: 16px 16px 0;
        border-radius: 22px;
    }

    .ba-blog-card__body {
        padding: 22px 20px 23px;
    }

    .ba-blog-card__body h2 {
        font-size: 30px;
    }

    .ba-blog-list-section,
    .ba-related-section {
        padding-bottom: 92px;
    }

    .ba-article {
        padding-top: 34px;
        padding-bottom: 72px;
    }

    .ba-article__topline {
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 17px;
    }

    .ba-article__cover {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
        border-radius: 28px;
    }

    .ba-article__header {
        margin-top: 34px;
    }

    .ba-article__header h1 {
        font-size: clamp(39px, 12vw, 58px);
        line-height: 0.98;
    }

    .ba-article__content {
        padding: 25px 22px;
        border-radius: 29px;
        line-height: 1.78;
    }

    html body .ba-blog-page .ba-article__content,
    html body .ba-blog-page .ba-article__content :is(p, a, li, blockquote) {
        font-size: 16px !important;
    }

    .ba-related-slider {
        padding: 10px;
        border-radius: 31px;
    }

    .ba-related-slide {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 23px;
    }

    .ba-related-slide__image,
    .ba-related-slide__image img {
        min-height: 0;
        height: 230px;
    }

    .ba-related-slide__content {
        padding: 27px 22px 28px;
    }

    .ba-related-slide__content h3 {
        font-size: clamp(34px, 10vw, 47px);
    }

    .ba-related-slide__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 420px) {
    .ba-blog-layout--member,
    .ba-blog-layout--guest {
        padding-top: calc(58px + env(safe-area-inset-top, 0px));
    }

    .ba-blog-hero__copy h1 {
        font-size: 43px;
    }

    .ba-featured-slide__image,
    .ba-featured-slide__image img {
        height: 220px;
    }

    .ba-featured-slide__content h2 {
        font-size: 34px;
    }

    .ba-blog-card__image {
        height: 205px;
    }

    .ba-blog-card__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .ba-article__topline a {
        min-height: 38px;
        padding: 0 12px;
    }

    .ba-related-slide__image,
    .ba-related-slide__image img {
        height: 205px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ba-blog-page *,
    .ba-blog-page *::before,
    .ba-blog-page *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: 0.01ms !important;
    }

    .ba-reveal {
        opacity: 1;
        filter: none;
        transform: none;
    }
}
